Make WordPress Core

Changeset 56247 for trunk/package.json


Ignore:
Timestamp:
07/17/2023 02:05:51 PM (2 years ago)
Author:
kadamwhite
Message:

Build Tools: Remove outmoded jsvalidate task from Gruntfile.

grunt-jsvalidate was added to catch situations where minification introduced parsing errors in Internet Explorer.
IE is no longer supported by WordPress, and the grunt task itself has not been maintained for a decade.
Removing this task simplifies the build and avoids false-positive warnings where the outdated tool flags modern JS syntax incorrectly.

Props westonruter, joemcgill, jorbin, youknowriad, desrosj, swissspidy.
Fixes #58645. See #26615.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r56229 r56247  
    5151        "grunt-file-append": "0.0.7",
    5252        "grunt-jsdoc": "2.4.1",
    53         "grunt-jsvalidate": "~0.2.2",
    5453        "grunt-legacy-util": "^2.0.1",
    5554        "grunt-patch-wordpress": "~3.0.0",
Note: See TracChangeset for help on using the changeset viewer.