Make WordPress Core


Ignore:
Timestamp:
11/11/2025 04:20:07 AM (10 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/twentytwenty/package.json

    r60159 r61206  
    2323        },
    2424        "devDependencies": {
    25                 "@wordpress/browserslist-config": "^6.14.0",
    26                 "@wordpress/scripts": "^30.7.0",
    27                 "autoprefixer": "^10.4.20",
    28                 "concurrently": "^9.1.0",
    29                 "postcss": "^8.4.49",
    30                 "postcss-cli": "^11.0.0",
     25                "@wordpress/browserslist-config": "^6.34.0",
     26                "@wordpress/scripts": "^30.27.0",
     27                "autoprefixer": "^10.4.22",
     28                "concurrently": "^9.2.1",
     29                "postcss": "^8.5.6",
     30                "postcss-cli": "^11.0.1",
    3131                "rtlcss": "^4.3.0",
    3232                "stylelint-a11y": "^1.2.3"
Note: See TracChangeset for help on using the changeset viewer.