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 <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

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 1976e50 commit fa54029
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions 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.

## [0.25.4] - 2024-12-09
### Changed
- Updated package dependencies. [#40363]
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "29.5.12",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@wordpress/browserslist-config": "6.13.0",
"@wordpress/browserslist-config": "6.14.0",
"autoprefixer": "10.4.14",
"concurrently": "7.6.0",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -64,22 +64,22 @@
"@automattic/jetpack-components": "^0.64.2-alpha",
"@automattic/jetpack-connection": "^0.36.2-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha",
"@wordpress/api-fetch": "7.13.0",
"@wordpress/blob": "4.13.0",
"@wordpress/block-editor": "14.8.0",
"@wordpress/blocks": "14.2.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/core-data": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/date": "5.13.0",
"@wordpress/dom-ready": "4.13.0",
"@wordpress/editor": "14.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/html-entities": "4.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"@wordpress/url": "4.13.0",
"@wordpress/api-fetch": "7.14.0",
"@wordpress/blob": "4.14.0",
"@wordpress/block-editor": "14.9.0",
"@wordpress/blocks": "14.3.0",
"@wordpress/components": "29.0.0",
"@wordpress/compose": "7.14.0",
"@wordpress/core-data": "7.14.0",
"@wordpress/data": "10.14.0",
"@wordpress/date": "5.14.0",
"@wordpress/dom-ready": "4.14.0",
"@wordpress/editor": "14.14.0",
"@wordpress/element": "6.14.0",
"@wordpress/html-entities": "4.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",
"filesize": "8.0.6",
Expand Down

0 comments on commit fa54029

Please sign in to comment.