Skip to content

Commit 7c7ddfc

Browse files
zinigormatticbot
authored andcommitted
Update wordpress monorepo (#42163)
* Update wordpress monorepo * Added an enhanced mock to the test, h/t @anomiex for the fix! --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Igor Zinovyev <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13635659867 Upstream-Ref: Automattic/jetpack@e65723f
1 parent 712fa14 commit 7c7ddfc

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This is an alpha version! The changes listed here are not final.
1717
- Forms: add accessible name field to advanced settings
1818
- Forms: simplify placeholder block
1919
- Forms: use placeholder attribute in editor instead of value
20+
- Update package dependencies.
2021

2122
### Fixed
2223
- Fix warnings when post author is not available.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-blocks": "^3.0.3",
9-
"automattic/jetpack-assets": "^4.0.8",
9+
"automattic/jetpack-assets": "^4.0.9-alpha",
1010
"automattic/jetpack-connection": "^6.7.0-alpha",
1111
"automattic/jetpack-logo": "^3.0.1",
1212
"automattic/jetpack-status": "^5.0.5-alpha",

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"@automattic/jetpack-analytics": "^0.1.36",
3535
"@automattic/jetpack-components": "^0.68.0-alpha",
3636
"@automattic/jetpack-shared-extension-utils": "^0.17.4-alpha",
37-
"@wordpress/block-editor": "14.12.0",
38-
"@wordpress/blocks": "14.6.0",
39-
"@wordpress/compose": "7.17.0",
40-
"@wordpress/core-data": "7.17.0",
41-
"@wordpress/data": "10.17.0",
42-
"@wordpress/element": "6.17.0",
43-
"@wordpress/hooks": "4.17.0",
44-
"@wordpress/i18n": "5.17.0",
45-
"@wordpress/icons": "10.17.0",
37+
"@wordpress/block-editor": "14.14.0",
38+
"@wordpress/blocks": "14.8.0",
39+
"@wordpress/compose": "7.19.0",
40+
"@wordpress/core-data": "7.19.0",
41+
"@wordpress/data": "10.19.0",
42+
"@wordpress/element": "6.19.0",
43+
"@wordpress/hooks": "4.19.0",
44+
"@wordpress/i18n": "5.19.0",
45+
"@wordpress/icons": "10.19.0",
4646
"clsx": "2.1.1",
4747
"copy-webpack-plugin": "11.0.0",
4848
"email-validator": "2.0.4",
@@ -60,18 +60,18 @@
6060
},
6161
"devDependencies": {
6262
"@automattic/color-studio": "4.0.0",
63-
"@automattic/jetpack-base-styles": "^0.6.43",
63+
"@automattic/jetpack-base-styles": "^0.6.44-alpha",
6464
"@automattic/jetpack-webpack-config": "workspace:*",
6565
"@automattic/remove-asset-webpack-plugin": "^1.0.27",
6666
"@babel/core": "7.26.0",
6767
"@babel/runtime": "7.26.0",
6868
"@testing-library/dom": "10.4.0",
6969
"@testing-library/user-event": "^14.4.3",
70-
"@wordpress/api-fetch": "7.17.0",
71-
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
72-
"@wordpress/browserslist-config": "6.17.0",
73-
"@wordpress/components": "29.3.0",
74-
"@wordpress/date": "5.17.0",
70+
"@wordpress/api-fetch": "7.19.0",
71+
"@wordpress/babel-plugin-import-jsx-pragma": "5.19.0",
72+
"@wordpress/browserslist-config": "6.19.0",
73+
"@wordpress/components": "29.5.0",
74+
"@wordpress/date": "5.19.0",
7575
"autoprefixer": "10.4.20",
7676
"concurrently": "7.6.0",
7777
"glob": "11.0.0",

0 commit comments

Comments
 (0)