Skip to content

Commit

Permalink
Update wordpress monorepo (#39999)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Drop some unneeded `@wordpress/babel-preset-default` deps.
* Pnpmfile hack to avoid redundant `@babel/` deps from
  `@wordpress/babel-preset-default`.
  * Moving to eslint 9 may let us pnpmfile-hack to remove the dep
    entirely from `@wordpress/eslint-plugin` instead.
* Fix a really weird test failure. See [this comment][1] for details.

[1]: Automattic/jetpack#39999 (comment)

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11728042927

Upstream-Ref: Automattic/jetpack@988d970
  • Loading branch information
anomiex authored and matticbot committed Nov 7, 2024
1 parent e63970d commit ab4f3c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.13",
"automattic/jetpack-assets": "^2.3.14-alpha",
"automattic/jetpack-connection": "^5.1.7-alpha",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-plans": "^0.4.13",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-components": "^0.59.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.16-alpha",
"@wordpress/block-editor": "14.4.0",
"@wordpress/components": "28.9.0",
"@wordpress/compose": "7.9.0",
"@wordpress/data": "10.9.0",
"@wordpress/element": "6.9.0",
"@wordpress/i18n": "5.9.0",
"@wordpress/icons": "10.9.0",
"@wordpress/plugins": "7.9.0",
"@wordpress/block-editor": "14.6.0",
"@wordpress/components": "28.11.0",
"@wordpress/compose": "7.11.0",
"@wordpress/data": "10.11.0",
"@wordpress/element": "6.11.0",
"@wordpress/i18n": "5.11.0",
"@wordpress/icons": "10.11.0",
"@wordpress/plugins": "7.11.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -41,7 +41,7 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.9.0",
"@wordpress/browserslist-config": "6.11.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.94.0",
Expand Down

0 comments on commit ab4f3c8

Please sign in to comment.