Skip to content

Commit

Permalink
Update wordpress monorepo (#38662)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Fix lint errors in Boost
* js-packages/publicize-components: Fix apiFetch handler in unit test to handle `parse` option.
* plugins/jetpack: Fix unit test for loader recursion inside `@wordpress/components`

---------

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/10394097476

Upstream-Ref: Automattic/jetpack@d7279d9
  • Loading branch information
anomiex authored and matticbot committed Aug 14, 2024
1 parent fa6542b commit 960097b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.1"
"automattic/jetpack-assets": "^2.3.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"@automattic/jetpack-components": "^0.55.7-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.2",
"@wordpress/components": "28.2.0",
"@wordpress/data": "10.2.0",
"@wordpress/edit-post": "8.2.0",
"@wordpress/element": "6.2.0",
"@wordpress/i18n": "5.2.0",
"@wordpress/plugins": "7.2.0",
"@automattic/jetpack-shared-extension-utils": "^0.15.3-alpha",
"@wordpress/components": "28.5.0",
"@wordpress/data": "10.5.0",
"@wordpress/edit-post": "8.5.0",
"@wordpress/element": "6.5.0",
"@wordpress/i18n": "5.5.0",
"@wordpress/plugins": "7.5.0",
"gridicons": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand All @@ -39,7 +39,7 @@
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@wordpress/browserslist-config": "6.2.0",
"@wordpress/browserslist-config": "6.5.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.76.0",
Expand Down

0 comments on commit 960097b

Please sign in to comment.