From d3ca13d807e187a4a1f1281d089eb3d22d64277d Mon Sep 17 00:00:00 2001 From: anomiex Date: Tue, 3 Sep 2024 13:58:10 +0000 Subject: [PATCH] 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 Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10684158857 Upstream-Ref: Automattic/jetpack@fe2a3d1e65e8e8bd3a4488c719ae2de61b05f026 --- CHANGELOG.md | 1 + composer.json | 4 ++-- package.json | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385fefb..84e5e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Enable Users -> Profile (profile.php) on all sites +- Updated package dependencies. ## [5.61.0] - 2024-09-02 ### Changed diff --git a/composer.json b/composer.json index 1e736f8..26c7dc9 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.5", + "automattic/jetpack-assets": "^2.3.6-alpha", "automattic/jetpack-blocks": "^2.0.5", - "automattic/jetpack-calypsoify": "^0.1.5", + "automattic/jetpack-calypsoify": "^0.1.6-alpha", "automattic/jetpack-classic-theme-helper": "^0.5.5-alpha", "automattic/jetpack-connection": "^3.0.0-alpha", "automattic/jetpack-masterbar": "^0.9.0-alpha", diff --git a/package.json b/package.json index 9bf3826..44471a4 100644 --- a/package.json +++ b/package.json @@ -50,27 +50,27 @@ "@automattic/calypso-color-schemes": "3.1.3", "@automattic/color-studio": "2.6.0", "@automattic/i18n-utils": "1.2.3", - "@automattic/jetpack-base-styles": "^0.6.30", - "@automattic/jetpack-shared-extension-utils": "^0.15.5", + "@automattic/jetpack-base-styles": "^0.6.31-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.15.6-alpha", "@automattic/typography": "1.0.0", "@automattic/page-pattern-modal": "1.1.5", "@popperjs/core": "^2.11.8", "@preact/signals": "^1.2.2", "@sentry/browser": "7.80.1", "@tanstack/react-query": "^5.15.5", - "@wordpress/api-fetch": "7.5.0", - "@wordpress/base-styles": "5.5.0", - "@wordpress/blocks": "13.5.0", - "@wordpress/components": "28.5.0", - "@wordpress/data": "10.5.0", + "@wordpress/api-fetch": "7.6.0", + "@wordpress/base-styles": "5.6.0", + "@wordpress/blocks": "13.6.0", + "@wordpress/components": "28.6.0", + "@wordpress/data": "10.6.0", "@wordpress/dom-ready": "^4.0.0", - "@wordpress/element": "6.5.0", - "@wordpress/hooks": "4.5.0", - "@wordpress/i18n": "5.5.0", - "@wordpress/icons": "10.5.0", - "@wordpress/plugins": "7.5.0", + "@wordpress/element": "6.6.0", + "@wordpress/hooks": "4.6.0", + "@wordpress/i18n": "5.6.0", + "@wordpress/icons": "10.6.0", + "@wordpress/plugins": "7.6.0", "@wordpress/private-apis": "^1.2.0", - "@wordpress/url": "4.5.0", + "@wordpress/url": "4.6.0", "clsx": "2.1.1", "debug": "4.3.4", "preact": "^10.13.1",