Commit 6182413a275 for woocommerce
commit 6182413a27543a1bdadf9335ca31a2eb00c400eb
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Thu Jun 11 10:00:45 2026 +0530
Prepare Packages for Release (#65642)
* Automated change: Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
* Prep @woocommerce/tracks,@woocommerce/currency,@woocommerce/date,@woocommerce/navigation for release.
---------
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
Co-authored-by: kalessil <kalessil@gmail.com>
diff --git a/packages/js/currency/CHANGELOG.md b/packages/js/currency/CHANGELOG.md
index 2c7018568af..720e35c0f55 100644
--- a/packages/js/currency/CHANGELOG.md
+++ b/packages/js/currency/CHANGELOG.md
@@ -2,6 +2,14 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [6.0.0](https://www.npmjs.com/package/@woocommerce/currency/v/6.0.0) - 2026-06-10
+
+- Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. [#64114]
+- Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
+- Patch - Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking. [#65168]
+- Patch - Replaced patched `@wordpress/data` types with opt-in internal package types. [#63483]
+- Patch - Replaced wireit + tsc package build pipeline with a per-package esbuild script. [#65210]
+
## [5.0.0](https://www.npmjs.com/package/@woocommerce/currency/v/5.0.0) - 2025-10-27
- Patch - Adding dependency to avoid invalid types reference in external plugins. [#52969]
diff --git a/packages/js/currency/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/currency/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/currency/changelog/63483-add-62921-shared-monorepo-ts-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced patched `@wordpress/data` types with opt-in internal package types.
\ No newline at end of file
diff --git a/packages/js/currency/changelog/64838-dev-esbuild-package-builds b/packages/js/currency/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/currency/changelog/64838-dev-esbuild-package-builds
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced wireit + tsc package build pipeline with a per-package esbuild script.
diff --git a/packages/js/currency/changelog/dev-64837-type-check-only-on-lint b/packages/js/currency/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/currency/changelog/dev-64837-type-check-only-on-lint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking.
diff --git a/packages/js/currency/changelog/dev-cjs-prepack-only b/packages/js/currency/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/currency/changelog/dev-cjs-prepack-only
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move the CommonJS build to prepack so day-to-day development only builds the ESM output.
diff --git a/packages/js/currency/changelog/update-wp-68-packages b/packages/js/currency/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/currency/changelog/update-wp-68-packages
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Update @wordpress/* dependencies to wp-6.8 minimum.
diff --git a/packages/js/currency/package.json b/packages/js/currency/package.json
index a98e20ec879..c98547c875e 100644
--- a/packages/js/currency/package.json
+++ b/packages/js/currency/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/currency",
- "version": "5.0.0",
+ "version": "6.0.0",
"description": "WooCommerce currency utilities.",
"author": "Automattic",
"license": "GPL-2.0-or-later",
diff --git a/packages/js/date/CHANGELOG.md b/packages/js/date/CHANGELOG.md
index 6b82e5211ea..73372398a5e 100644
--- a/packages/js/date/CHANGELOG.md
+++ b/packages/js/date/CHANGELOG.md
@@ -2,6 +2,36 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [5.0.0](https://www.npmjs.com/package/@woocommerce/date/v/5.0.0) - 2026-06-10
+
+- Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. [#64114]
+- Major - Updated declared dependencies to React 18 and WordPress 6.6. [#53531]
+- Minor - Bump jest package dependency to 29.5.x. [#60324]
+- Minor - Fix typos in inline documentation. [#48640]
+- Minor - Fix typos in README.md files. [#48569]
+- Minor - Monorepo: bump pnpm version to 9.15.0. [#54189]
+- Minor - Upgraded TypeScript in the monorepo to 5.7.2. [#53165]
+- Patch - Bump wireit dependency version to latest. [#57299]
+- Patch - CI: leverage composer packages cache in lint monorepo job. [#52054]
+- Patch - Clean up CI job config options; remove unused cascading keys. [#55863]
+- Patch - Comment: Fix comment typos across various files. [#50047]
+- Patch - Comment: Fix typos in documentation. [#50282]
+- Patch - Fix getStoreTimeZoneMoment() to check wcSettings.admin.timeZone when wcSettings.timeZone is not set. [#62872]
+- Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+- Patch - Monorepo: build RAM usage optimization. [#58861]
+- Patch - Monorepo: consolidate @babel/* dependencies versions across the monorepo. [#56575]
+- Patch - Monorepo: consolidate packages licenses to `GPL-2.0-or-later`. [#58941]
+- Patch - Monorepo: consolidate syncpack config around React 17/18 usage. [#52022]
+- Patch - Monorepo: consolidate TypeScript config files and JS test directories naming. [#52191]
+- Patch - Monorepo: drop the unused `concurrently` package from dependencies. [#58765]
+- Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
+- Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
+- Patch - Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking. [#65168]
+- Patch - Replaced patched `@wordpress/data` types with opt-in internal package types. [#63483]
+- Patch - Replaced wireit + tsc package build pipeline with a per-package esbuild script. [#65210]
+- Patch - Update wireit to 0.14.10. [#54996]
+- Patch - Use bundled moment-timezone directly to prevent crash when plugins clobber global moment. [#64021]
+
## [4.3.0](https://www.npmjs.com/package/@woocommerce/date/v/4.3.0) - 2024-06-11
- Patch - Added in missing TS definitions in package.json [#34154]
diff --git a/packages/js/date/changelog/50047-fix-typos b/packages/js/date/changelog/50047-fix-typos
deleted file mode 100644
index e5d2f2b3db2..00000000000
--- a/packages/js/date/changelog/50047-fix-typos
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Comment: Fix comment typos across various files.
diff --git a/packages/js/date/changelog/502820-fix-markdown-typos b/packages/js/date/changelog/502820-fix-markdown-typos
deleted file mode 100644
index f3ee7e05d02..00000000000
--- a/packages/js/date/changelog/502820-fix-markdown-typos
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Comment: Fix typos in documentation.
\ No newline at end of file
diff --git a/packages/js/date/changelog/50828-dev-constrain-pnpm-version b/packages/js/date/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb5..00000000000
--- a/packages/js/date/changelog/50828-dev-constrain-pnpm-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix pnpm version to 9.1.3 to avoid dependency installation issues.
\ No newline at end of file
diff --git a/packages/js/date/changelog/53165-dev-ts-5-7-2 b/packages/js/date/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709d..00000000000
--- a/packages/js/date/changelog/53165-dev-ts-5-7-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Upgraded Typescript in the monorepo to 5.7.2
\ No newline at end of file
diff --git a/packages/js/date/changelog/53531-dev-react-18-ghidorah b/packages/js/date/changelog/53531-dev-react-18-ghidorah
deleted file mode 100644
index ce948100616..00000000000
--- a/packages/js/date/changelog/53531-dev-react-18-ghidorah
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: dev
-
-Updated declared dependencies to React 18 and Wordpress 6.6
\ No newline at end of file
diff --git a/packages/js/date/changelog/53865-dev-pnpm-9-15-0 b/packages/js/date/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49ba..00000000000
--- a/packages/js/date/changelog/53865-dev-pnpm-9-15-0
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Monorepo: bump pnpm version to 9.15.0
diff --git a/packages/js/date/changelog/54996-chore-update-wireit b/packages/js/date/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c95..00000000000
--- a/packages/js/date/changelog/54996-chore-update-wireit
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update wireit to 0.14.10
\ No newline at end of file
diff --git a/packages/js/date/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/date/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd675..00000000000
--- a/packages/js/date/changelog/55095-dev-rewrite-wireit-deps-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies.
\ No newline at end of file
diff --git a/packages/js/date/changelog/56575-dev-bump-babel-deps b/packages/js/date/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2a..00000000000
--- a/packages/js/date/changelog/56575-dev-bump-babel-deps
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate @babel/* dependencies versions across the monorepo.
\ No newline at end of file
diff --git a/packages/js/date/changelog/57299-fix-wireit-in-ci b/packages/js/date/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499b..00000000000
--- a/packages/js/date/changelog/57299-fix-wireit-in-ci
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Bump wireit dependency version to latest.
\ No newline at end of file
diff --git a/packages/js/date/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/date/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc031..00000000000
--- a/packages/js/date/changelog/58765-dev-deps-cleanup-concurrently
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: drop the unused `concurrently` package from dependencies.
\ No newline at end of file
diff --git a/packages/js/date/changelog/58861-dev-build-ram-usage-batch-2 b/packages/js/date/changelog/58861-dev-build-ram-usage-batch-2
deleted file mode 100644
index a9198a4dd78..00000000000
--- a/packages/js/date/changelog/58861-dev-build-ram-usage-batch-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: build RAM usage optimization.
\ No newline at end of file
diff --git a/packages/js/date/changelog/58941-dev-consolidate-packages-license-version b/packages/js/date/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddabc..00000000000
--- a/packages/js/date/changelog/58941-dev-consolidate-packages-license-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate packages licenses to `GPL-2.0-or-later`.
\ No newline at end of file
diff --git a/packages/js/date/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/date/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/date/changelog/63483-add-62921-shared-monorepo-ts-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced patched `@wordpress/data` types with opt-in internal package types.
\ No newline at end of file
diff --git a/packages/js/date/changelog/64838-dev-esbuild-package-builds b/packages/js/date/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/date/changelog/64838-dev-esbuild-package-builds
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced wireit + tsc package build pipeline with a per-package esbuild script.
diff --git a/packages/js/date/changelog/dev-64837-type-check-only-on-lint b/packages/js/date/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/date/changelog/dev-64837-type-check-only-on-lint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking.
diff --git a/packages/js/date/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/date/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5ff..00000000000
--- a/packages/js/date/changelog/dev-build-profiling-tweaks-take-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate TypeScript config files and JS test directories naming.
diff --git a/packages/js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option b/packages/js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
deleted file mode 100644
index d36f953d7ba..00000000000
--- a/packages/js/date/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-dev: clean-up ci-job config options - remove unused cascading keys
diff --git a/packages/js/date/changelog/dev-ci-lint-monorepo-job-update b/packages/js/date/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412ad..00000000000
--- a/packages/js/date/changelog/dev-ci-lint-monorepo-job-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-CI: liverage composer packages cache in lint monorepo job
diff --git a/packages/js/date/changelog/dev-cjs-prepack-only b/packages/js/date/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/date/changelog/dev-cjs-prepack-only
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move the CommonJS build to prepack so day-to-day development only builds the ESM output.
diff --git a/packages/js/date/changelog/dev-consolidate-syncpack-config b/packages/js/date/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a6116..00000000000
--- a/packages/js/date/changelog/dev-consolidate-syncpack-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate syncpack config around React 17/18 usage.
diff --git a/packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js b/packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
deleted file mode 100644
index 4b374755cb3..00000000000
--- a/packages/js/date/changelog/fix-misspelling-in-inline-doc-packages-js
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in inline documentation
diff --git a/packages/js/date/changelog/fix-moment-tz-plugin-conflict b/packages/js/date/changelog/fix-moment-tz-plugin-conflict
deleted file mode 100644
index 67b028ad6ff..00000000000
--- a/packages/js/date/changelog/fix-moment-tz-plugin-conflict
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Use bundled moment-timezone directly to prevent crash when plugins clobber global moment
diff --git a/packages/js/date/changelog/fix-timezone-fallback b/packages/js/date/changelog/fix-timezone-fallback
deleted file mode 100644
index 18e9094e069..00000000000
--- a/packages/js/date/changelog/fix-timezone-fallback
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix getStoreTimeZoneMoment() to check wcSettings.admin.timeZone when wcSettings.timeZone is not set
diff --git a/packages/js/date/changelog/fix-typos-in-packages-js-md-files b/packages/js/date/changelog/fix-typos-in-packages-js-md-files
deleted file mode 100644
index ab54c648d13..00000000000
--- a/packages/js/date/changelog/fix-typos-in-packages-js-md-files
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in README.md files
diff --git a/packages/js/date/changelog/update-59804 b/packages/js/date/changelog/update-59804
deleted file mode 100644
index 5a1702a76a3..00000000000
--- a/packages/js/date/changelog/update-59804
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Bump jest package dependency to 29.5.x
diff --git a/packages/js/date/changelog/update-wp-68-packages b/packages/js/date/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/date/changelog/update-wp-68-packages
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Update @wordpress/* dependencies to wp-6.8 minimum.
diff --git a/packages/js/date/package.json b/packages/js/date/package.json
index 0251a5aec45..80fa3b935b4 100644
--- a/packages/js/date/package.json
+++ b/packages/js/date/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/date",
- "version": "4.3.0",
+ "version": "5.0.0",
"description": "WooCommerce date utilities.",
"author": "Automattic",
"license": "GPL-2.0-or-later",
diff --git a/packages/js/navigation/CHANGELOG.md b/packages/js/navigation/CHANGELOG.md
index 3d734971828..33131c92c3c 100644
--- a/packages/js/navigation/CHANGELOG.md
+++ b/packages/js/navigation/CHANGELOG.md
@@ -2,6 +2,37 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [9.0.0](https://www.npmjs.com/package/@woocommerce/navigation/v/9.0.0) - 2026-06-10
+
+- Major - Remove deprecated Navigation SlotFill; any consumer registering or rendering into it will silently stop working. [#50190]
+- Major - Remove WooCommerce Navigation client side feature and deprecate PHP classes. [#50190]
+- Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. [#64114]
+- Major - Updated declared dependencies to React 18 and WordPress 6.6. [#53531]
+- Minor - Added `getQueryExcludedScreensUrlUpdate` to exclude updating onclick handler for specific screens. [#58209]
+- Minor - Bump jest package dependency to 29.5.x. [#60324]
+- Minor - Fix typos in inline documentation. [#48640]
+- Minor - Fix typos in README.md files. [#48569]
+- Minor - Monorepo: bump pnpm version to 9.15.0. [#54189]
+- Minor - Upgraded TypeScript in the monorepo to 5.7.2. [#53165]
+- Patch - Bump wireit dependency version to latest. [#57299]
+- Patch - CI: code style fixes to pass linting in updated CI environment. [#49020]
+- Patch - CI: leverage composer packages cache in lint monorepo job. [#52054]
+- Patch - Clean up CI job config options; remove unused cascading keys. [#55863]
+- Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+- Patch - Monorepo: address circular dependencies surfaced by SWC TDZ. [#64797]
+- Patch - Monorepo: build RAM usage optimization. [#59001]
+- Patch - Monorepo: consolidate @babel/* dependencies versions across the monorepo. [#56575]
+- Patch - Monorepo: consolidate packages licenses to `GPL-2.0-or-later`. [#58941]
+- Patch - Monorepo: consolidate syncpack config around React 17/18 usage. [#52022]
+- Patch - Monorepo: consolidate TypeScript config files and JS test directories naming. [#52191]
+- Patch - Monorepo: drop the unused `concurrently` package from dependencies. [#58765]
+- Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
+- Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
+- Patch - Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking. [#65168]
+- Patch - Replaced patched `@wordpress/data` types with opt-in internal package types. [#63483]
+- Patch - Replaced wireit + tsc package build pipeline with a per-package esbuild script. [#65210]
+- Patch - Update wireit to 0.14.10. [#54996]
+
## [8.2.0](https://www.npmjs.com/package/@woocommerce/navigation/v/8.2.0) - 2024-06-11
- Patch - Added in missing TS definitions in package.json [#34154]
@@ -39,6 +70,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Update dependency `history` to ^5.3.0
- Patch - Standardize lint scripts: add lint:fix
- Patch - Update dependency history to ^5.3.0
-- - Upgraded react-router-dom to v6, which itself causes breaking changes. This upgrade will require consumers to also upgrade their react-router-dom to v6. #33156
+- Major - Upgraded react-router-dom to v6, which itself causes breaking changes. This upgrade will require consumers to also upgrade their react-router-dom to v6. #33156
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/navigation/CHANGELOG.md).
diff --git a/packages/js/navigation/changelog/50190-add-navigation-deprecation b/packages/js/navigation/changelog/50190-add-navigation-deprecation
deleted file mode 100644
index 1f80f12d42d..00000000000
--- a/packages/js/navigation/changelog/50190-add-navigation-deprecation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove WooCommerce Navigation client side feature and deprecate PHP classes.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/50828-dev-constrain-pnpm-version b/packages/js/navigation/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb5..00000000000
--- a/packages/js/navigation/changelog/50828-dev-constrain-pnpm-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix pnpm version to 9.1.3 to avoid dependency installation issues.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/53165-dev-ts-5-7-2 b/packages/js/navigation/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709d..00000000000
--- a/packages/js/navigation/changelog/53165-dev-ts-5-7-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Upgraded Typescript in the monorepo to 5.7.2
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/53531-dev-react-18-ghidorah b/packages/js/navigation/changelog/53531-dev-react-18-ghidorah
deleted file mode 100644
index ce948100616..00000000000
--- a/packages/js/navigation/changelog/53531-dev-react-18-ghidorah
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: dev
-
-Updated declared dependencies to React 18 and Wordpress 6.6
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/53865-dev-pnpm-9-15-0 b/packages/js/navigation/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49ba..00000000000
--- a/packages/js/navigation/changelog/53865-dev-pnpm-9-15-0
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Monorepo: bump pnpm version to 9.15.0
diff --git a/packages/js/navigation/changelog/54996-chore-update-wireit b/packages/js/navigation/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c95..00000000000
--- a/packages/js/navigation/changelog/54996-chore-update-wireit
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update wireit to 0.14.10
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/navigation/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd675..00000000000
--- a/packages/js/navigation/changelog/55095-dev-rewrite-wireit-deps-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/56575-dev-bump-babel-deps b/packages/js/navigation/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2a..00000000000
--- a/packages/js/navigation/changelog/56575-dev-bump-babel-deps
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate @babel/* dependencies versions across the monorepo.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/57299-fix-wireit-in-ci b/packages/js/navigation/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499b..00000000000
--- a/packages/js/navigation/changelog/57299-fix-wireit-in-ci
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Bump wireit dependency version to latest.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/navigation/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc031..00000000000
--- a/packages/js/navigation/changelog/58765-dev-deps-cleanup-concurrently
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: drop the unused `concurrently` package from dependencies.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/58941-dev-consolidate-packages-license-version b/packages/js/navigation/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddabc..00000000000
--- a/packages/js/navigation/changelog/58941-dev-consolidate-packages-license-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate packages licenses to `GPL-2.0-or-later`.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/59001-dev-build-ram-usage-batch-3 b/packages/js/navigation/changelog/59001-dev-build-ram-usage-batch-3
deleted file mode 100644
index a9198a4dd78..00000000000
--- a/packages/js/navigation/changelog/59001-dev-build-ram-usage-batch-3
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: build RAM usage optimization.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/navigation/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/navigation/changelog/63483-add-62921-shared-monorepo-ts-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced patched `@wordpress/data` types with opt-in internal package types.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/64797-dev-circular-deps-tdz b/packages/js/navigation/changelog/64797-dev-circular-deps-tdz
deleted file mode 100644
index 8cdedfd5525..00000000000
--- a/packages/js/navigation/changelog/64797-dev-circular-deps-tdz
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: address circular dependencies surfaced by SWC TDZ.
\ No newline at end of file
diff --git a/packages/js/navigation/changelog/64838-dev-esbuild-package-builds b/packages/js/navigation/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/navigation/changelog/64838-dev-esbuild-package-builds
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced wireit + tsc package build pipeline with a per-package esbuild script.
diff --git a/packages/js/navigation/changelog/add-navigation-deprecation b/packages/js/navigation/changelog/add-navigation-deprecation
deleted file mode 100644
index 478aeb0697e..00000000000
--- a/packages/js/navigation/changelog/add-navigation-deprecation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Remove deprecated Navigation SlotFill
diff --git a/packages/js/navigation/changelog/dev-64837-type-check-only-on-lint b/packages/js/navigation/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/navigation/changelog/dev-64837-type-check-only-on-lint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking.
diff --git a/packages/js/navigation/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/navigation/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5ff..00000000000
--- a/packages/js/navigation/changelog/dev-build-profiling-tweaks-take-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate TypeScript config files and JS test directories naming.
diff --git a/packages/js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option b/packages/js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
deleted file mode 100644
index d36f953d7ba..00000000000
--- a/packages/js/navigation/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-dev: clean-up ci-job config options - remove unused cascading keys
diff --git a/packages/js/navigation/changelog/dev-ci-lint-monorepo-job-update b/packages/js/navigation/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412ad..00000000000
--- a/packages/js/navigation/changelog/dev-ci-lint-monorepo-job-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-CI: liverage composer packages cache in lint monorepo job
diff --git a/packages/js/navigation/changelog/dev-cjs-prepack-only b/packages/js/navigation/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/navigation/changelog/dev-cjs-prepack-only
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move the CommonJS build to prepack so day-to-day development only builds the ESM output.
diff --git a/packages/js/navigation/changelog/dev-consolidate-syncpack-config b/packages/js/navigation/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a6116..00000000000
--- a/packages/js/navigation/changelog/dev-consolidate-syncpack-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate syncpack config around React 17/18 usage.
diff --git a/packages/js/navigation/changelog/dev-monorepo-caching-deps-per-target-package b/packages/js/navigation/changelog/dev-monorepo-caching-deps-per-target-package
deleted file mode 100644
index 7a52e719aa5..00000000000
--- a/packages/js/navigation/changelog/dev-monorepo-caching-deps-per-target-package
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-CI: code style fixes to pass linting in updated CI environment.
diff --git a/packages/js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js b/packages/js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js
deleted file mode 100644
index 4b374755cb3..00000000000
--- a/packages/js/navigation/changelog/fix-misspelling-in-inline-doc-packages-js
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in inline documentation
diff --git a/packages/js/navigation/changelog/fix-typos-in-packages-js-md-files b/packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
deleted file mode 100644
index ab54c648d13..00000000000
--- a/packages/js/navigation/changelog/fix-typos-in-packages-js-md-files
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in README.md files
diff --git a/packages/js/navigation/changelog/fix-wccom-1365 b/packages/js/navigation/changelog/fix-wccom-1365
deleted file mode 100644
index 17439aa14e5..00000000000
--- a/packages/js/navigation/changelog/fix-wccom-1365
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Added `getQueryExcludedScreensUrlUpdate` to exclude updating onclick handler for specific screens.
diff --git a/packages/js/navigation/changelog/update-59804 b/packages/js/navigation/changelog/update-59804
deleted file mode 100644
index 5a1702a76a3..00000000000
--- a/packages/js/navigation/changelog/update-59804
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Bump jest package dependency to 29.5.x
diff --git a/packages/js/navigation/changelog/update-wp-68-packages b/packages/js/navigation/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/navigation/changelog/update-wp-68-packages
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Update @wordpress/* dependencies to wp-6.8 minimum.
diff --git a/packages/js/navigation/package.json b/packages/js/navigation/package.json
index eaeabff7129..411f6754cd3 100644
--- a/packages/js/navigation/package.json
+++ b/packages/js/navigation/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/navigation",
- "version": "8.2.0",
+ "version": "9.0.0",
"description": "WooCommerce navigation utilities.",
"author": "Automattic",
"license": "GPL-2.0-or-later",
@@ -78,7 +78,8 @@
"react-router-dom": "~6.3.0"
},
"peerDependencies": {
- "lodash": "^4.17.0"
+ "lodash": "^4.17.0",
+ "react": "18.3.x"
},
"publishConfig": {
"access": "public",
diff --git a/packages/js/tracks/CHANGELOG.md b/packages/js/tracks/CHANGELOG.md
index b69348ac20a..ed3caa73434 100644
--- a/packages/js/tracks/CHANGELOG.md
+++ b/packages/js/tracks/CHANGELOG.md
@@ -2,6 +2,13 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.5.1](https://www.npmjs.com/package/@woocommerce/tracks/v/1.5.1) - 2026-06-10
+
+- Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
+- Patch - Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking. [#65168]
+- Patch - Replaced patched `@wordpress/data` types with opt-in internal package types. [#63483]
+- Patch - Replaced wireit + tsc package build pipeline with a per-package esbuild script. [#65210]
+
## [1.5.0](https://www.npmjs.com/package/@woocommerce/tracks/v/1.5.0) - 2026-02-23
- Minor - Add bumpStats and fix unit test tooling [#50155]
diff --git a/packages/js/tracks/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/tracks/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/tracks/changelog/63483-add-62921-shared-monorepo-ts-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced patched `@wordpress/data` types with opt-in internal package types.
\ No newline at end of file
diff --git a/packages/js/tracks/changelog/64838-dev-esbuild-package-builds b/packages/js/tracks/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/tracks/changelog/64838-dev-esbuild-package-builds
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced wireit + tsc package build pipeline with a per-package esbuild script.
diff --git a/packages/js/tracks/changelog/dev-64837-type-check-only-on-lint b/packages/js/tracks/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/tracks/changelog/dev-64837-type-check-only-on-lint
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking.
diff --git a/packages/js/tracks/changelog/dev-cjs-prepack-only b/packages/js/tracks/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/tracks/changelog/dev-cjs-prepack-only
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Move the CommonJS build to prepack so day-to-day development only builds the ESM output.
diff --git a/packages/js/tracks/package.json b/packages/js/tracks/package.json
index bce9f20e799..f13d4bd7554 100644
--- a/packages/js/tracks/package.json
+++ b/packages/js/tracks/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/tracks",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "WooCommerce user event tracking utilities for Automattic based projects.",
"author": "Automattic",
"license": "GPL-2.0-or-later",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2043c3e30d2..c5311660f50 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -329,7 +329,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -404,7 +404,7 @@ importers:
version: 14.14.6(@babel/core@7.25.7)(@emotion/is-prop-valid@1.4.0)(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(webpack-virtual-modules@0.6.2)(webpack@5.97.1)
'@wordpress/block-library':
specifier: catalog:wp-min
- version: 9.19.6(@emotion/is-prop-valid@1.4.0)(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(stylelint@14.16.1)
+ version: 9.19.6(@emotion/is-prop-valid@1.4.0)(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(stylelint@16.26.1(typescript@5.7.3))
'@wordpress/blocks':
specifier: catalog:wp-min
version: 14.8.2(react@18.3.1)
@@ -630,7 +630,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -860,7 +860,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -1521,7 +1521,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -1684,7 +1684,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -1988,6 +1988,9 @@ importers:
qs:
specifier: ^6.11.2
version: 6.15.1
+ react:
+ specifier: 18.3.x
+ version: 18.3.1
react-router-dom:
specifier: ~6.3.0
version: 6.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -2234,7 +2237,7 @@ importers:
version: 5.0.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
ts-jest:
specifier: 29.1.x
version: 29.1.5(@babel/core@7.25.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.7))(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
@@ -3187,7 +3190,7 @@ importers:
version: 3.3.7
copy-webpack-plugin:
specifier: 13.0.x
- version: 13.0.1(webpack@5.97.1)
+ version: 13.0.1(webpack@5.97.1(@swc/core@1.15.24))
css-loader:
specifier: 6.11.x
version: 6.11.0(webpack@5.97.1(@swc/core@1.15.24))
@@ -3280,7 +3283,7 @@ importers:
version: 1.69.5
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
stylelint:
specifier: ^14.16.1
version: 14.16.1
@@ -3722,7 +3725,7 @@ importers:
version: 5.2.2(webpack@5.97.1)
copy-webpack-plugin:
specifier: 13.0.x
- version: 13.0.1(webpack@5.97.1)
+ version: 13.0.1(webpack@5.97.1(@swc/core@1.15.24))
core-js:
specifier: 3.25.0
version: 3.25.0
@@ -3851,7 +3854,7 @@ importers:
version: 4.3.0
sass-loader:
specifier: 10.5.x
- version: 10.5.2(sass@1.69.5)(webpack@5.97.1)
+ version: 10.5.2(sass@1.69.5)(webpack@5.97.1(@swc/core@1.15.24))
storybook:
specifier: ^7.6.4
version: 7.6.19(encoding@0.1.13)
@@ -4186,7 +4189,7 @@ importers:
version: link:../../packages/js/eslint-plugin
copy-webpack-plugin:
specifier: 13.0.x
- version: 13.0.1(webpack@5.97.1)
+ version: 13.0.1(webpack@5.97.1(@swc/core@1.15.24))
eslint:
specifier: ^8.55.0
version: 8.57.1
@@ -31995,10 +31998,10 @@ snapshots:
'@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@4.15.2)(webpack@5.97.1)':
dependencies:
- webpack: 5.97.1(@swc/core@1.15.24)(esbuild@0.18.20)(webpack-cli@5.1.4)
+ webpack: 5.97.1(@swc/core@1.15.24)(webpack-cli@5.1.4)
webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.1)(webpack-dev-server@4.15.2)(webpack@5.97.1)
optionalDependencies:
- webpack-dev-server: 4.15.2(webpack-cli@5.1.4)(webpack@5.97.1)
+ webpack-dev-server: 4.15.2(debug@4.4.3)(webpack-cli@5.1.4)(webpack@5.97.1)
'@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.97.1)':
dependencies:
@@ -35226,7 +35229,7 @@ snapshots:
cosmiconfig: 7.1.0
eslint: 8.57.1
eslint-config-prettier: 8.10.2(eslint@8.57.1)
- eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.11)(eslint@8.57.1)
+ eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@4.4.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.57.1)
eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
eslint-plugin-jsdoc: 39.9.1(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
@@ -35255,7 +35258,7 @@ snapshots:
cosmiconfig: 7.1.0
eslint: 8.57.1
eslint-config-prettier: 8.10.2(eslint@8.57.1)
- eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.11)(eslint@8.57.1)
+ eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@4.4.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.57.1)
eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
eslint-plugin-jsdoc: 39.9.1(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
@@ -35284,7 +35287,7 @@ snapshots:
cosmiconfig: 7.1.0
eslint: 8.57.1
eslint-config-prettier: 8.10.2(eslint@8.57.1)
- eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.11)(eslint@8.57.1)
+ eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@4.4.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.57.1)
eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.5.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))(typescript@5.7.3)
eslint-plugin-jsdoc: 39.9.1(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
@@ -36050,7 +36053,7 @@ snapshots:
jest-matcher-utils: 29.7.0
jest-mock: 29.7.0
- '@wordpress/jest-console@8.44.0(jest@29.7.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))':
+ '@wordpress/jest-console@8.44.0(jest@29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))':
dependencies:
jest: 29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3))
jest-matcher-utils: 29.7.0
@@ -36068,7 +36071,7 @@ snapshots:
'@wordpress/jest-preset-default@12.22.0(@babel/core@7.25.7)(jest@29.7.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))':
dependencies:
'@babel/core': 7.25.7
- '@wordpress/jest-console': 8.44.0(jest@29.7.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))
+ '@wordpress/jest-console': 8.44.0(jest@29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))
babel-jest: 29.7.0(@babel/core@7.25.7)
jest: 29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3))
transitivePeerDependencies:
@@ -36086,7 +36089,7 @@ snapshots:
'@wordpress/jest-preset-default@12.44.0(@babel/core@7.25.7)(jest@29.7.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))':
dependencies:
'@babel/core': 7.25.7
- '@wordpress/jest-console': 8.44.0(jest@29.7.0(@types/node@24.12.2)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))
+ '@wordpress/jest-console': 8.44.0(jest@29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3)))
babel-jest: 29.7.0(@babel/core@7.25.7)
jest: 29.7.0(@types/node@24.12.2)(babel-plugin-macros@3.1.0)(node-notifier@8.0.2)(ts-node@10.9.2(@swc/core@1.15.24)(@types/node@24.12.2)(typescript@5.7.3))
transitivePeerDependencies:
@@ -37916,7 +37919,7 @@ snapshots:
'@wordpress/keycodes': 4.45.0
'@wordpress/primitives': 4.45.0(react@18.3.1)
'@wordpress/private-apis': 1.44.0
- '@wordpress/theme': 0.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(stylelint@14.16.1)
+ '@wordpress/theme': 0.12.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(stylelint@16.26.1(typescript@5.7.3))
clsx: 2.1.1
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -40452,15 +40455,6 @@ snapshots:
tinyglobby: 0.2.16
webpack: 5.97.1(@swc/core@1.15.24)(webpack-cli@5.1.4)
- copy-webpack-plugin@13.0.1(webpack@5.97.1):
- dependencies:
- glob-parent: 6.0.2
- normalize-path: 3.0.0
- schema-utils: 4.3.3
- serialize-javascript: 6.0.2
- tinyglobby: 0.2.16
- webpack: 5.97.1(@swc/core@1.15.24)(esbuild@0.18.20)(webpack-cli@5.1.4)
-
core-js-compat@3.49.0:
dependencies:
browserslist: 4.28.2
@@ -48816,7 +48810,7 @@ snapshots:
postcss: 8.4.49
schema-utils: 3.3.0
semver: 7.7.4
- webpack: 5.97.1(@swc/core@1.15.24)(esbuild@0.18.20)(webpack-cli@5.1.4)
+ webpack: 5.97.1(@swc/core@1.15.24)(webpack-cli@5.1.4)
postcss-loader@4.3.0(postcss@8.5.9)(webpack@5.97.1(@swc/core@1.15.24)(esbuild@0.24.2)):
dependencies:
@@ -50776,17 +50770,6 @@ snapshots:
optionalDependencies:
sass: 1.69.5
- sass-loader@10.5.2(sass@1.69.5)(webpack@5.97.1):
- dependencies:
- klona: 2.0.6
- loader-utils: 2.0.4
- neo-async: 2.6.2
- schema-utils: 3.3.0
- semver: 7.7.4
- webpack: 5.97.1(@swc/core@1.15.24)(esbuild@0.18.20)(webpack-cli@5.1.4)
- optionalDependencies:
- sass: 1.69.5
-
sass-loader@12.6.0(sass@1.69.5)(webpack@5.97.1):
dependencies:
klona: 2.0.6
@@ -53364,11 +53347,11 @@ snapshots:
import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.97.1(@swc/core@1.15.24)(esbuild@0.18.20)(webpack-cli@5.1.4)
+ webpack: 5.97.1(@swc/core@1.15.24)(webpack-cli@5.1.4)
webpack-merge: 5.10.0
optionalDependencies:
webpack-bundle-analyzer: 4.9.1
- webpack-dev-server: 4.15.2(webpack-cli@5.1.4)(webpack@5.97.1)
+ webpack-dev-server: 4.15.2(debug@4.4.3)(webpack-cli@5.1.4)(webpack@5.97.1)
webpack-cli@5.1.4(webpack-dev-server@4.15.2)(webpack@5.97.1):
dependencies: