From 1e30d2d1cd209a89462ffc4469a0d0c9145471aa Mon Sep 17 00:00:00 2001 From: manzoorwanijk Date: Thu, 12 Dec 2024 05:29:21 +0000 Subject: [PATCH] Update wordpress monorepo (#40564) * 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 Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12290272503 Upstream-Ref: Automattic/jetpack@e11a66acde8ed685416cd56ea14f84b948877e63 --- CHANGELOG.md | 3 +++ package.json | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a70614..fbd1dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4] - 2024-12-09 ### Changed - Updated package dependencies. [#40363] diff --git a/package.json b/package.json index 0d9baae..edb33a2 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,12 @@ "@automattic/jetpack-components": "^0.64.2-alpha", "@automattic/jetpack-connection": "^0.36.2-alpha", "@tanstack/react-query": "5.20.5", - "@wordpress/api-fetch": "7.13.0", - "@wordpress/components": "28.13.0", - "@wordpress/data": "10.13.0", - "@wordpress/date": "5.13.0", - "@wordpress/element": "6.13.0", - "@wordpress/i18n": "5.13.0", + "@wordpress/api-fetch": "7.14.0", + "@wordpress/components": "29.0.0", + "@wordpress/data": "10.14.0", + "@wordpress/date": "5.14.0", + "@wordpress/element": "6.14.0", + "@wordpress/i18n": "5.14.0", "moment": "2.29.4", "prop-types": "^15.8.1", "react": "18.3.1", @@ -54,7 +54,7 @@ "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/react": "18.3.12", - "@wordpress/browserslist-config": "6.13.0", + "@wordpress/browserslist-config": "6.14.0", "concurrently": "7.6.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0",