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 2ce07a9 commit 8ee368b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 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
- Jetpack AI product page: add fair usage link on over quota notice
- Updated package dependencies.

## [4.34.0] - 2024-09-02
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '4874c2baea928aeba42e');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '776e58f71c0f362757b3');
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.4",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-assets": "^2.3.6-alpha",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^3.0.0-alpha",
"automattic/jetpack-explat": "^0.1.5",
"automattic/jetpack-jitm": "^3.1.19",
"automattic/jetpack-explat": "^0.1.6-alpha",
"automattic/jetpack-jitm": "^3.1.20-alpha",
"automattic/jetpack-licensing": "^2.0.7",
"automattic/jetpack-plugins-installer": "^0.4.2",
"automattic/jetpack-redirect": "^2.0.3",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.11",
"@automattic/jetpack-base-styles": "^0.6.30",
"@automattic/jetpack-boost-score-api": "^0.1.37",
"@automattic/jetpack-components": "^0.55.11",
"@automattic/jetpack-connection": "^0.35.3",
"@automattic/jetpack-explat": "^0.1.5",
"@automattic/jetpack-api": "^0.17.12-alpha",
"@automattic/jetpack-base-styles": "^0.6.31-alpha",
"@automattic/jetpack-boost-score-api": "^0.1.38-alpha",
"@automattic/jetpack-components": "^0.55.12-alpha",
"@automattic/jetpack-connection": "^0.35.4-alpha",
"@automattic/jetpack-explat": "^0.1.6-alpha",
"@automattic/jetpack-licensing": "workspace:*",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.5.0",
"@wordpress/components": "28.5.0",
"@wordpress/compose": "7.5.0",
"@wordpress/data": "10.5.0",
"@wordpress/date": "5.5.0",
"@wordpress/element": "6.5.0",
"@wordpress/i18n": "5.5.0",
"@wordpress/icons": "10.5.0",
"@wordpress/url": "4.5.0",
"@wordpress/api-fetch": "7.6.0",
"@wordpress/components": "28.6.0",
"@wordpress/compose": "7.6.0",
"@wordpress/data": "10.6.0",
"@wordpress/date": "5.6.0",
"@wordpress/element": "6.6.0",
"@wordpress/i18n": "5.6.0",
"@wordpress/icons": "10.6.0",
"@wordpress/url": "4.6.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"gridicons": "3.4.1",
Expand Down

0 comments on commit 8ee368b

Please sign in to comment.