Skip to content

Commit fe2a3d1

Browse files
matticbotrenovate-botanomiex
authored
Update wordpress monorepo (#39176)
* Update wordpress monorepo * js-packages/components: ToggleControl: Update styles for WordPress/gutenberg#63490 That change started setting a height on the control itself (versus just the stuff inside it), so update our styles to override that too. * Add `__nextHasNoMarginBottom` all over the place The vast majority are inside a `PanelBody`, which already overrides margins. Had to fix one margin on the simple-payments block. --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Brad Jorsch <[email protected]>
1 parent ea5eeb0 commit fe2a3d1

File tree

121 files changed

+2297
-2020
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2297
-2020
lines changed

pnpm-lock.yaml

Lines changed: 1732 additions & 1732 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Updated package dependencies.

projects/js-packages/ai-client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"@microsoft/fetch-event-source": "2.0.1",
5151
"@types/react": "18.3.3",
5252
"@types/wordpress__block-editor": "11.5.15",
53-
"@wordpress/api-fetch": "7.5.0",
54-
"@wordpress/blob": "4.5.0",
55-
"@wordpress/block-editor": "14.0.0",
56-
"@wordpress/components": "28.5.0",
57-
"@wordpress/compose": "7.5.0",
58-
"@wordpress/data": "10.5.0",
59-
"@wordpress/element": "6.5.0",
60-
"@wordpress/i18n": "5.5.0",
61-
"@wordpress/icons": "10.5.0",
53+
"@wordpress/api-fetch": "7.6.0",
54+
"@wordpress/blob": "4.6.0",
55+
"@wordpress/block-editor": "14.1.0",
56+
"@wordpress/components": "28.6.0",
57+
"@wordpress/compose": "7.6.0",
58+
"@wordpress/data": "10.6.0",
59+
"@wordpress/element": "6.6.0",
60+
"@wordpress/i18n": "5.6.0",
61+
"@wordpress/icons": "10.6.0",
6262
"clsx": "2.1.1",
6363
"debug": "4.3.4",
6464
"markdown-it": "14.0.0",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Updated package dependencies.

projects/js-packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "GPL-2.0-or-later",
1616
"dependencies": {
1717
"@automattic/jetpack-config": "workspace:*",
18-
"@wordpress/url": "4.5.0"
18+
"@wordpress/url": "4.6.0"
1919
},
2020
"devDependencies": {
2121
"jest": "29.7.0",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Updated package dependencies.

projects/js-packages/base-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"build-production-js": "echo 'Not implemented.'"
2121
},
2222
"devDependencies": {
23-
"@wordpress/base-styles": "5.5.0"
23+
"@wordpress/base-styles": "5.6.0"
2424
}
2525
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Updated package dependencies.

projects/js-packages/boost-score-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "jest tests"
2121
},
2222
"dependencies": {
23-
"@wordpress/i18n": "5.5.0",
23+
"@wordpress/i18n": "5.6.0",
2424
"zod": "3.22.3"
2525
},
2626
"devDependencies": {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Updated package dependencies.

0 commit comments

Comments
 (0)