Make WordPress Core


Ignore:
Timestamp:
07/17/2023 02:05:51 PM (20 months 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-lock.json

    r56240 r56247  
    1390413904            }
    1390513905        },
    13906         "grunt-jsvalidate": {
    13907             "version": "0.2.2",
    13908             "resolved": "https://registry.npmjs.org/grunt-jsvalidate/-/grunt-jsvalidate-0.2.2.tgz",
    13909             "integrity": "sha512-FWpPrwspDVc0oZmnraBrLm5yx81gXroTLO4sYZd0iCMXxki/9TzKKhx30iOzTpAUGtUM7Q4rym+Y00MMmijBYQ==",
    13910             "dev": true,
    13911             "requires": {
    13912                 "esprima": "~1.0.0"
    13913             },
    13914             "dependencies": {
    13915                 "esprima": {
    13916                     "version": "1.0.4",
    13917                     "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz",
    13918                     "integrity": "sha512-rp5dMKN8zEs9dfi9g0X1ClLmV//WRyk/R15mppFNICIFRG5P92VP7Z04p8pk++gABo9W2tY+kHyu6P1mEHgmTA==",
    13919                     "dev": true
    13920                 }
    13921             }
    13922         },
    1392313906        "grunt-known-options": {
    1392413907            "version": "2.0.0",
Note: See TracChangeset for help on using the changeset viewer.