Skip to content

Commit 262afe4

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61206 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5406b3d commit 262afe4

File tree

10 files changed

+8844
-7839
lines changed

10 files changed

+8844
-7839
lines changed

src/wp-content/themes/twentynineteen/package-lock.json

Lines changed: 211 additions & 458 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wp-content/themes/twentynineteen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"npm": ">=10.2.3"
1212
},
1313
"devDependencies": {
14-
"@wordpress/browserslist-config": "^6.14.0",
15-
"autoprefixer": "^10.4.20",
14+
"@wordpress/browserslist-config": "^6.34.0",
15+
"autoprefixer": "^10.4.22",
1616
"chokidar-cli": "^3.0.0",
1717
"node-sass": "^9.0.0",
1818
"npm-run-all": "^4.1.5",
19-
"postcss": "^8.4.49",
20-
"postcss-cli": "^11.0.0",
19+
"postcss": "^8.5.6",
20+
"postcss-cli": "^11.0.1",
2121
"postcss-focus-within": "^9.0.1",
2222
"rtlcss": "^4.3.0"
2323
},

src/wp-content/themes/twentytwenty/package-lock.json

Lines changed: 6443 additions & 5103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wp-content/themes/twentytwenty/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"npm": ">=9.8.1"
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"
3333
},

src/wp-content/themes/twentytwentyfive/package-lock.json

Lines changed: 81 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)