Skip to content

Commit 64332d6

Browse files
tbradshamatticbot
authored andcommitted
Update wordpress monorepo (#44020)
Co-authored-by: Renovate Bot <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15761618317 Upstream-Ref: Automattic/jetpack@75353b1
1 parent d50505a commit 64332d6

File tree

29 files changed

+236
-204
lines changed

29 files changed

+236
-204
lines changed

composer.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.28-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update package dependencies.
14+
815
## [4.0.27] - 2025-06-18
916
### Changed
1017
- Internal updates.
@@ -644,6 +651,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
644651

645652
- Statically access asset tools
646653

654+
[4.0.28-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.27...v4.0.28-alpha
647655
[4.0.27]: https://github.com/Automattic/jetpack-assets/compare/v4.0.26...v4.0.27
648656
[4.0.26]: https://github.com/Automattic/jetpack-assets/compare/v4.0.25...v4.0.26
649657
[4.0.25]: https://github.com/Automattic/jetpack-assets/compare/v4.0.24...v4.0.25

jetpack_vendor/automattic/jetpack-assets/package.json

Lines changed: 1 addition & 1 deletion
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.24.0",
20+
"@wordpress/browserslist-config": "6.25.0",
2121
"concurrently": "7.6.0",
2222
"jest": "30.0.0",
2323
"md5-es": "1.8.2",

jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
1313
- Update dependencies.
14+
- Update package dependencies.
1415

1516
## [0.25.30] - 2025-06-16
1617
### Changed

jetpack_vendor/automattic/jetpack-blaze/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.27",
9-
"automattic/jetpack-connection": "^6.13.6",
8+
"automattic/jetpack-assets": "^4.0.28-alpha",
9+
"automattic/jetpack-connection": "^6.13.7-alpha",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-plans": "^0.8.0",
1212
"automattic/jetpack-redirect": "^3.0.7",

jetpack_vendor/automattic/jetpack-calypsoify/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
1313
- Update dependencies.
14+
- Update package dependencies.
1415

1516
## [0.2.5] - 2025-06-06
1617
### Changed

jetpack_vendor/automattic/jetpack-calypsoify/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.27",
8+
"automattic/jetpack-assets": "^4.0.28-alpha",
99
"automattic/jetpack-status": "^5.2.1"
1010
},
1111
"require-dev": {

jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.
1111

1212
### Changed
1313
- Update dependencies.
14+
- Update package dependencies.
1415

1516
## [0.13.6] - 2025-06-16
1617
### Changed

jetpack_vendor/automattic/jetpack-classic-theme-helper/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.27"
8+
"automattic/jetpack-assets": "^4.0.28-alpha"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.13.7-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update package dependencies.
14+
815
## [6.13.6] - 2025-06-19
916
### Changed
1017
- Update dependencies.
@@ -1480,6 +1487,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14801487

14811488
- Separate the connection library into its own package.
14821489

1490+
[6.13.7-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.13.6...v6.13.7-alpha
14831491
[6.13.6]: https://github.com/Automattic/jetpack-connection/compare/v6.13.5...v6.13.6
14841492
[6.13.5]: https://github.com/Automattic/jetpack-connection/compare/v6.13.4...v6.13.5
14851493
[6.13.4]: https://github.com/Automattic/jetpack-connection/compare/v6.13.3...v6.13.4

0 commit comments

Comments
 (0)