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 <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

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 3e33df4 commit c0cfabb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-base-styles": "^0.6.35-alpha",
"@automattic/jetpack-connection": "^0.35.16-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.16-alpha",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.12",
"@types/wordpress__block-editor": "11.5.15",
"@wordpress/api-fetch": "7.9.0",
"@wordpress/blob": "4.9.0",
"@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/api-fetch": "7.11.0",
"@wordpress/blob": "4.11.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",
"clsx": "2.1.1",
"debug": "4.3.4",
"markdown-it": "14.0.0",
Expand Down

0 comments on commit c0cfabb

Please sign in to comment.