Skip to content

Commit bf1bbfe

Browse files
anomiexmatticbot
authored andcommitted
Update wordpress monorepo (#42809)
* Update wordpress monorepo * Update test for changed label --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Brad Jorsch <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14201870211 Upstream-Ref: Automattic/jetpack@b2a5698
1 parent da49ab0 commit bf1bbfe

File tree

6 files changed

+134
-134
lines changed

6 files changed

+134
-134
lines changed

jetpack_vendor/automattic/jetpack-assets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@automattic/jetpack-webpack-config": "workspace:*",
20-
"@wordpress/browserslist-config": "6.19.0",
20+
"@wordpress/browserslist-config": "6.21.0",
2121
"concurrently": "7.6.0",
2222
"jest": "29.7.0",
2323
"md5-es": "1.8.2",

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.10.1';
15+
const PACKAGE_VERSION = '6.10.2-alpha';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class JITM {
2323

24-
const PACKAGE_VERSION = '4.2.10';
24+
const PACKAGE_VERSION = '4.2.11-alpha';
2525

2626
/**
2727
* List of screen IDs where JITMs are allowed to display.

jetpack_vendor/i18n-map.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
),
1111
'jetpack-assets' => array(
1212
'path' => 'jetpack_vendor/automattic/jetpack-assets',
13-
'ver' => '4.0.16',
13+
'ver' => '4.0.17-alpha1743527720',
1414
),
1515
'jetpack-blaze' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
17-
'ver' => '0.25.19-alpha1743520279',
17+
'ver' => '0.25.19-alpha1743527720',
1818
),
1919
'jetpack-calypsoify' => array(
2020
'path' => 'jetpack_vendor/automattic/jetpack-calypsoify',
21-
'ver' => '0.2.2-alpha1742415897',
21+
'ver' => '0.2.2-alpha1743527720',
2222
),
2323
'jetpack-classic-theme-helper' => array(
2424
'path' => 'jetpack_vendor/automattic/jetpack-classic-theme-helper',
25-
'ver' => '0.11.6-alpha1743520279',
25+
'ver' => '0.11.6-alpha1743527720',
2626
),
2727
'jetpack-compat' => array(
2828
'path' => 'jetpack_vendor/automattic/jetpack-compat',
@@ -34,7 +34,7 @@
3434
),
3535
'jetpack-connection' => array(
3636
'path' => 'jetpack_vendor/automattic/jetpack-connection',
37-
'ver' => '6.10.1',
37+
'ver' => '6.10.2-alpha1743527720',
3838
),
3939
'jetpack-google-analytics' => array(
4040
'path' => 'jetpack_vendor/automattic/jetpack-google-analytics',
@@ -46,23 +46,23 @@
4646
),
4747
'jetpack-jitm' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
49-
'ver' => '4.2.10',
49+
'ver' => '4.2.11-alpha1743527720',
5050
),
5151
'jetpack-masterbar' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
53-
'ver' => '0.14.4-alpha1743520279',
53+
'ver' => '0.14.4-alpha1743527720',
5454
),
5555
'jetpack-mu-wpcom' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
57-
'ver' => '6.2.0-alpha1743516447',
57+
'ver' => '6.2.0-alpha1743527720',
5858
),
5959
'jetpack-password-checker' => array(
6060
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
6161
'ver' => '0.4.7',
6262
),
6363
'jetpack-post-list' => array(
6464
'path' => 'jetpack_vendor/automattic/jetpack-post-list',
65-
'ver' => '0.8.11-alpha1743520279',
65+
'ver' => '0.8.11-alpha1743527720',
6666
),
6767
'jetpack-scheduled-updates' => array(
6868
'path' => 'jetpack_vendor/automattic/scheduled-updates',
@@ -78,7 +78,7 @@
7878
),
7979
'jetpack-subscribers-dashboard' => array(
8080
'path' => 'jetpack_vendor/automattic/jetpack-subscribers-dashboard',
81-
'ver' => '0.1.4-alpha1743509206',
81+
'ver' => '0.1.4-alpha1743527720',
8282
),
8383
'jetpack-sync' => array(
8484
'path' => 'jetpack_vendor/automattic/jetpack-sync',

0 commit comments

Comments
 (0)