Skip to content

Commit

Permalink
Update wordpress monorepo (#39176)
Browse files Browse the repository at this point in the history
* 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 <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10684158857

Upstream-Ref: Automattic/jetpack@fe2a3d1
  • Loading branch information
anomiex authored and matticbot committed Sep 3, 2024
1 parent 475ee1e commit d3ca13d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d3ca13d

Please sign in to comment.