Skip to content

Commit fbcd6c0

Browse files
anomiexmatticbot
authored andcommitted
Update wordpress monorepo (#46143)
* Update wordpress monorepo * publicize-components: Remove no-longer-needed `@ts-expect-error` * my-jetpack: Account for change of timezone offset from string to number --------- 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/19832478827 Upstream-Ref: Automattic/jetpack@398ccf2
1 parent e7fdd4d commit fbcd6c0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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
- Added Beacon API support and replaced @wordpress/api-fetch with native fetch
14+
- Update package dependencies.
1415

1516
### Fixed
1617
- Fix proxy speed module installation using WP_Filesystem API with proper error handling

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.3.13",
8+
"automattic/jetpack-assets": "^4.3.14-alpha",
99
"automattic/jetpack-connection": "^6.19.9-alpha",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-device-detection": "^3.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@jest/globals": "30.2.0",
3535
"@types/jest": "30.0.0",
3636
"@types/jquery": "3.5.33",
37-
"@wordpress/browserslist-config": "6.35.0",
37+
"@wordpress/browserslist-config": "6.36.0",
3838
"jest": "30.2.0",
3939
"jest-environment-jsdom": "30.2.0",
4040
"typescript": "5.9.3",

0 commit comments

Comments
 (0)