Make WordPress Core


Ignore:
Timestamp:
11/11/2025 04:20:07 AM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update dependencies for bundled themes.

This updates the devDependencies for each of the default themes with package.json files with a few exceptions:

  • eslint: This was updated to the latest 8.x version only since 9.x is not yet properly supported by @wordpress/eslint-plugin.
  • stylelint-related packages: these updates are resulting in formatting changes. These need to be examined more carefully as they’re likely undesired and require adjustments to the configuration file.

Props peterwilsoncc, desrosj.
Fixes #63171.

File:
1 edited

Legend:

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

    r60934 r61206  
    1818        },
    1919        "devDependencies": {
    20                 "@wordpress/browserslist-config": "^6.31.0",
     20                "@wordpress/browserslist-config": "^6.34.0",
    2121                "postcss": "^8.5.6",
    2222                "postcss-cli": "^11.0.1",
    23                 "cssnano": "^7.1.1"
     23                "cssnano": "^7.1.2"
    2424        },
    2525        "browserslist": [
Note: See TracChangeset for help on using the changeset viewer.