Make WordPress Core


Ignore:
Timestamp:
12/17/2024 04:58:04 PM (17 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update Default Theme devDependencies.

The devDependencies for all default themes with package.json files (Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) are now updated to their latest versions with a few exceptions in Twenty Twenty-One:

  • Upgrading stylelint/@wordpress/stylelint-config requires some work to address rule deprecations.
  • @wordpress/eslint-plugin does not yet support eslint 9.x.

Additionally, npm audit fix has been run for each theme.
See #62220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/package.json

    r59344 r59530  
    1212  },
    1313  "devDependencies": {
    14     "@wordpress/browserslist-config": "^6.1.0",
    15     "autoprefixer": "^10.4.19",
     14    "@wordpress/browserslist-config": "^6.14.0",
     15    "autoprefixer": "^10.4.20",
    1616    "chokidar-cli": "^3.0.0",
    1717    "node-sass": "^9.0.0",
    1818    "npm-run-all": "^4.1.5",
    19     "postcss": "^8.4.38",
     19    "postcss": "^8.4.49",
    2020    "postcss-cli": "^11.0.0",
    21     "postcss-focus-within": "^8.0.1",
    22     "rtlcss": "^4.1.1"
     21    "postcss-focus-within": "^9.0.1",
     22    "rtlcss": "^4.3.0"
    2323  },
    2424  "rtlcssConfig": {
Note: See TracChangeset for help on using the changeset viewer.