Skip to content

Commit

Permalink
Update wordpress monorepo (#40363)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Set `__next40pxDefaultSize` on various components to silence warnings

---------

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/12126294427

Upstream-Ref: Automattic/jetpack@24db28b
  • Loading branch information
anomiex authored and matticbot committed Dec 2, 2024
1 parent fe2e6e9 commit 7a2c0f3
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/browserslist-config": "6.12.0",
"@wordpress/browserslist-config": "6.13.0",
"concurrently": "7.6.0",
"jest": "29.7.0",
"md5-es": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.25.2';
const PACKAGE_VERSION = '0.25.3-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.7.2';
const PACKAGE_VERSION = '0.7.3-alpha';

/**
* Modules to include.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.1.0';
const PACKAGE_VERSION = '6.1.1-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '4.0.1';
const PACKAGE_VERSION = '4.0.2-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.10.1';
const PACKAGE_VERSION = '0.10.2-alpha';

/**
* Initializer.
Expand Down
Loading

0 comments on commit 7a2c0f3

Please sign in to comment.