Skip to content

Commit

Permalink
Update wordpress monorepo (#40564)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo

* Downgrade dataviews, let's leave that for a separate PR.

* Copy `structuredClone` into jest-environment-jsdom

* Add ts-expect-error for WordPress/gutenberg#67847

* Apparently we can't use a ts file everywhere.

---------

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

Upstream-Ref: Automattic/jetpack@e11a66a
  • Loading branch information
manzoorwanijk authored and matticbot committed Dec 12, 2024
1 parent f22bdbd commit ed0865f
Show file tree
Hide file tree
Showing 13 changed files with 197 additions and 179 deletions.
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.0.1] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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.13.0",
"@wordpress/browserslist-config": "6.14.0",
"concurrently": "7.6.0",
"jest": "29.7.0",
"md5-es": "1.8.2",
Expand Down
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [6.2.0] - 2024-12-09
### Added
- Added a mechanism to use callbacks for package options. [#40474]
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.2.2] - 2024-12-04
### Changed
- Updated package dependencies. [#40363] [#40372]
Expand Down Expand Up @@ -87,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.2.3-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3-alpha
[0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-explat/compare/v0.1.15...v0.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.2.2';
const PACKAGE_VERSION = '0.2.3-alpha';

/**
* Initializer.
Expand Down
3 changes: 3 additions & 0 deletions jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [4.0.2] - 2024-12-04
### Changed
- Updated package dependencies. [#40363]
Expand Down
1 change: 1 addition & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Remove purchase related elements when Complete is on site
- Updated package dependencies.

## [5.1.1] - 2024-12-04
### Changed
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-assets": "^4.0.2-alpha",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.2.1-alpha",
"automattic/jetpack-explat": "^0.2.2",
"automattic/jetpack-explat": "^0.2.3-alpha",
"automattic/jetpack-jitm": "^4.0.3-alpha",
"automattic/jetpack-licensing": "^3.0.2",
"automattic/jetpack-plugins-installer": "^0.5.0",
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '4.0.2-alpha1733932294',
'ver' => '4.0.2-alpha1733980392',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand All @@ -26,11 +26,11 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '6.2.1-alpha1733932294',
'ver' => '6.2.1-alpha1733980392',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
'ver' => '0.2.2',
'ver' => '0.2.3-alpha1733980392',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand All @@ -42,15 +42,15 @@
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '4.0.3-alpha1733932294',
'ver' => '4.0.3-alpha1733980392',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
'ver' => '3.0.2',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '5.1.2-alpha1733950054',
'ver' => '5.1.2-alpha1733980392',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit ed0865f

Please sign in to comment.