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 25f33a5 commit 8af3bab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions 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 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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"@automattic/jetpack-boost-score-api": "^0.1.50-alpha",
"@automattic/jetpack-components": "^0.64.2-alpha",
"@automattic/jetpack-connection": "^0.36.2-alpha",
"@automattic/jetpack-explat": "^0.2.2",
"@automattic/jetpack-explat": "^0.2.3-alpha",
"@automattic/jetpack-licensing": "workspace:*",
"@tanstack/react-query": "5.20.5",
"@wordpress/api-fetch": "7.13.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/date": "5.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"@wordpress/url": "4.13.0",
"@wordpress/api-fetch": "7.14.0",
"@wordpress/components": "29.0.0",
"@wordpress/compose": "7.14.0",
"@wordpress/data": "10.14.0",
"@wordpress/date": "5.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/i18n": "5.14.0",
"@wordpress/icons": "10.14.0",
"@wordpress/url": "4.14.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"gridicons": "3.4.1",
Expand Down

0 comments on commit 8af3bab

Please sign in to comment.