Commit 66c14e8db1c for woocommerce

commit 66c14e8db1c8c7d23fa7a8f4497836c7b93db83f
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Thu Jun 11 11:45:00 2026 +0530

    Prepare Packages for Release (#65655)

    * Automated change: Prep @woocommerce/data,@woocommerce/components,@woocommerce/experimental,@woocommerce/customer-effort-score for release.

    * Prep @woocommerce/data,@woocommerce/components,@woocommerce/experimental,@woocommerce/customer-effort-score for release.

    * Prep @woocommerce/data,@woocommerce/components,@woocommerce/experimental,@woocommerce/customer-effort-score for release.

    ---------

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
    Co-authored-by: kalessil <kalessil@gmail.com>

diff --git a/packages/js/components/CHANGELOG.md b/packages/js/components/CHANGELOG.md
index 90b885c20b5..972f31b2fb8 100644
--- a/packages/js/components/CHANGELOG.md
+++ b/packages/js/components/CHANGELOG.md
@@ -2,6 +2,33 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [14.0.0](https://www.npmjs.com/package/@woocommerce/components/v/14.0.0) - 2026-06-11
+
+-   Major - Replace MediaItem with native Attachment from @wordpress/media-utils throughout media-uploader and image-gallery components. [#64114]
+-   Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. Remove @types/wordpress__media-utils and @types/wordpress__rich-text (native types at wp-6.8). [#64114]
+-   Minor - Export MediaUploadProps and MediaUploadComponentType for typed MediaUpload component props (native types are `Component<any>`). [#64114]
+-   Minor - Fix tax rate search in Analytics filters by using the correct `search` query parameter instead of `code` when calling the `/wc-analytics/taxes` endpoint. [#64754]
+-   Minor - Improve build time for components by using webpack filesystem cache. [#64082]
+-   Patch - Add __next40pxDefaultSize prop to SelectControl components to resolve deprecated size warning on WP 7.0+. [#63847]
+-   Patch - Drop the trailing colon on the Date range filter label to match WordPress 7.0 form-field labeling. [#64846]
+-   Patch - Fix Analytics tag popover being too narrow. [#65414]
+-   Patch - Fix date range input height increase on WP 7.0 by aligning with WordPress input styling. [#63844]
+-   Patch - Fix extra padding on analytics Card and CardBody components on WordPress 7.0 by setting size to "none". [#63809]
+-   Patch - Fix interval selector shifting downward on WP 7.0 by restoring margin-bottom. [#63843]
+-   Patch - Fix order status text wrapping vertically when Gutenberg plugin is active by adding white-space: nowrap to prevent inherited word-break styles from affecting grid min-content sizing. [#63882]
+-   Patch - Fix TypeScript error in EllipsisMenu onKeyDown handler by using native KeyboardEvent type. [#62841]
+-   Patch - Monorepo: address circular dependencies surfaced by SWC TDZ. [#64797]
+-   Patch - Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup. [#64111]
+-   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 - Prepare table component typings for React 19 compatibility. [#65401]
+-   Patch - Prevent page scroll when using arrow keys in EllipsisMenu component. [#62841]
+-   Patch - Render the stepper step description as a `<p>` so it picks up the global widow-prevention rule in the WooCommerce admin. [#64453]
+-   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 @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility. [#63964]
+-   Patch - Updates internal references to REST API documentation. [#64720]
+
 ## [13.1.0](https://www.npmjs.com/package/@woocommerce/components/v/13.1.0) - 2025-11-17

 -   Minor - Make date handling within DateRange component more robust, for scenarious where a wrong moment date is used. [#61971]
diff --git a/packages/js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components b/packages/js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
deleted file mode 100644
index d01699b53b7..00000000000
--- a/packages/js/components/changelog/62428-remove-editor-mode-and-unused-rich-text-components
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Product Editor: Remove editor mode and unused rich text components
-
diff --git a/packages/js/components/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/components/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/components/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/components/changelog/63700-fix-tax-rate-search-param b/packages/js/components/changelog/63700-fix-tax-rate-search-param
deleted file mode 100644
index b611df7a428..00000000000
--- a/packages/js/components/changelog/63700-fix-tax-rate-search-param
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Fix tax rate search in Analytics filters by using the correct `search` query parameter instead of `code` when calling the `/wc-analytics/taxes` endpoint.
diff --git a/packages/js/components/changelog/63844-fix-date-range-input-height-wp70 b/packages/js/components/changelog/63844-fix-date-range-input-height-wp70
deleted file mode 100644
index df552870d48..00000000000
--- a/packages/js/components/changelog/63844-fix-date-range-input-height-wp70
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix date range input height increase on WP 7.0 by aligning with WordPress input styling
\ No newline at end of file
diff --git a/packages/js/components/changelog/64111-dev-fix-admin-webpack-cache-misses b/packages/js/components/changelog/64111-dev-fix-admin-webpack-cache-misses
deleted file mode 100644
index 13e547f58b4..00000000000
--- a/packages/js/components/changelog/64111-dev-fix-admin-webpack-cache-misses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup.
\ No newline at end of file
diff --git a/packages/js/components/changelog/64720-fix-update-rest-api-docs-references b/packages/js/components/changelog/64720-fix-update-rest-api-docs-references
deleted file mode 100644
index 9723af4780c..00000000000
--- a/packages/js/components/changelog/64720-fix-update-rest-api-docs-references
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Updates internal references to REST API documentation.
\ No newline at end of file
diff --git a/packages/js/components/changelog/64797-dev-circular-deps-tdz b/packages/js/components/changelog/64797-dev-circular-deps-tdz
deleted file mode 100644
index 8cdedfd5525..00000000000
--- a/packages/js/components/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/components/changelog/64838-dev-esbuild-package-builds b/packages/js/components/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/components/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/components/changelog/add-media-upload-props b/packages/js/components/changelog/add-media-upload-props
deleted file mode 100644
index 81ba56ad25e..00000000000
--- a/packages/js/components/changelog/add-media-upload-props
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Export MediaUploadProps and MediaUploadComponentType for typed MediaUpload component props (native types are Component<any>).
diff --git a/packages/js/components/changelog/build-webpack-filesystem-cache b/packages/js/components/changelog/build-webpack-filesystem-cache
deleted file mode 100644
index bc6c713b0ba..00000000000
--- a/packages/js/components/changelog/build-webpack-filesystem-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Improve build time for components by using webpack filesystem cache.
diff --git a/packages/js/components/changelog/dev-64837-type-check-only-on-lint b/packages/js/components/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/components/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/components/changelog/dev-cjs-prepack-only b/packages/js/components/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/components/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/components/changelog/fix-analytics-tables-extra-padding-wp70 b/packages/js/components/changelog/fix-analytics-tables-extra-padding-wp70
deleted file mode 100644
index b009a89533d..00000000000
--- a/packages/js/components/changelog/fix-analytics-tables-extra-padding-wp70
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix extra padding on analytics Card and CardBody components on WordPress 7.0 by setting size to "none".
diff --git a/packages/js/components/changelog/fix-analytics-tag-popover-width b/packages/js/components/changelog/fix-analytics-tag-popover-width
deleted file mode 100644
index 54466c11426..00000000000
--- a/packages/js/components/changelog/fix-analytics-tag-popover-width
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix Analytics tag popover being too narrow
diff --git a/packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll b/packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll
deleted file mode 100644
index a93e791bd3f..00000000000
--- a/packages/js/components/changelog/fix-ellipsis-menu-arrow-scroll
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent page scroll when using arrow keys in EllipsisMenu component
diff --git a/packages/js/components/changelog/fix-ellipsis-menu-keydown-type b/packages/js/components/changelog/fix-ellipsis-menu-keydown-type
deleted file mode 100644
index adef26919e5..00000000000
--- a/packages/js/components/changelog/fix-ellipsis-menu-keydown-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix TypeScript error in EllipsisMenu onKeyDown handler by using native KeyboardEvent type.
diff --git a/packages/js/components/changelog/fix-order-status-text-wrap-gutenberg b/packages/js/components/changelog/fix-order-status-text-wrap-gutenberg
deleted file mode 100644
index 94a9a00a8f5..00000000000
--- a/packages/js/components/changelog/fix-order-status-text-wrap-gutenberg
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix order status text wrapping vertically when Gutenberg plugin is active by adding white-space: nowrap to prevent inherited word-break styles from affecting grid min-content sizing
diff --git a/packages/js/components/changelog/fix-select-control-deprecated-size-warning b/packages/js/components/changelog/fix-select-control-deprecated-size-warning
deleted file mode 100644
index 8cf32543646..00000000000
--- a/packages/js/components/changelog/fix-select-control-deprecated-size-warning
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add __next40pxDefaultSize prop to SelectControl components to resolve deprecated size warning on WP 7.0+.
diff --git a/packages/js/components/changelog/fix-stepper-description-tag b/packages/js/components/changelog/fix-stepper-description-tag
deleted file mode 100644
index d5eeb83d085..00000000000
--- a/packages/js/components/changelog/fix-stepper-description-tag
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Render the stepper step description as a `<p>` so it picks up the global widow-prevention rule in the WooCommerce admin.
diff --git a/packages/js/components/changelog/fix-wooa7s-1161-interval-selector-shift b/packages/js/components/changelog/fix-wooa7s-1161-interval-selector-shift
deleted file mode 100644
index 0cca25acd2d..00000000000
--- a/packages/js/components/changelog/fix-wooa7s-1161-interval-selector-shift
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix interval selector shifting downward on WP 7.0 by restoring margin-bottom.
diff --git a/packages/js/components/changelog/sprinkle-analytics-date-range-alignment b/packages/js/components/changelog/sprinkle-analytics-date-range-alignment
deleted file mode 100644
index 9ad9b96745e..00000000000
--- a/packages/js/components/changelog/sprinkle-analytics-date-range-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Drop the trailing colon on the Date range filter label to match WordPress 7.0 form-field labeling.
diff --git a/packages/js/components/changelog/update-pnpm-10-upgrade b/packages/js/components/changelog/update-pnpm-10-upgrade
deleted file mode 100644
index 06fa4b8bf68..00000000000
--- a/packages/js/components/changelog/update-pnpm-10-upgrade
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility.
diff --git a/packages/js/components/changelog/update-wp-68-media-types b/packages/js/components/changelog/update-wp-68-media-types
deleted file mode 100644
index 454352f229f..00000000000
--- a/packages/js/components/changelog/update-wp-68-media-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Replace MediaItem with native Attachment from @wordpress/media-utils throughout media-uploader and image-gallery components.
diff --git a/packages/js/components/changelog/update-wp-68-packages b/packages/js/components/changelog/update-wp-68-packages
deleted file mode 100644
index c1e07152bac..00000000000
--- a/packages/js/components/changelog/update-wp-68-packages
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Update @wordpress/* dependencies to wp-6.8 minimum. Remove @types/wordpress__media-utils and @types/wordpress__rich-text (native types at wp-6.8).
diff --git a/packages/js/components/changelog/wccom-2623-table-react-19-compatibility b/packages/js/components/changelog/wccom-2623-table-react-19-compatibility
deleted file mode 100644
index cc5d6d269d7..00000000000
--- a/packages/js/components/changelog/wccom-2623-table-react-19-compatibility
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Prepare table component typings for React 19 compatibility.
diff --git a/packages/js/components/package.json b/packages/js/components/package.json
index c1628d61435..a38f761c05c 100644
--- a/packages/js/components/package.json
+++ b/packages/js/components/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/components",
-	"version": "13.1.0",
+	"version": "14.0.0",
 	"description": "UI components for WooCommerce.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",
@@ -132,7 +132,7 @@
 	"peerDependencies": {
 		"@types/react": "18.3.x",
 		"@types/react-dom": "18.3.x",
-		"@wordpress/data": "^10.0.2",
+		"@wordpress/data": "^10.19.0",
 		"lodash": "^4.17.0",
 		"react": "18.3.x",
 		"react-dom": "18.3.x"
diff --git a/packages/js/customer-effort-score/CHANGELOG.md b/packages/js/customer-effort-score/CHANGELOG.md
index 0179bee2344..cd49df44940 100644
--- a/packages/js/customer-effort-score/CHANGELOG.md
+++ b/packages/js/customer-effort-score/CHANGELOG.md
@@ -2,6 +2,53 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [4.0.0](https://www.npmjs.com/package/@woocommerce/customer-effort-score/v/4.0.0) - 2026-06-11
+
+-   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: Responsiveness of CES feedback form. [#52938]
+-   Minor - Improve build time for customer-effort-score by using webpack filesystem cache. [#64082]
+-   Minor - Monorepo: bump pnpm version to 9.15.0. [#54189]
+-   Minor - Update store registration to use createReduxStore and fix type errors. [#55584]
+-   Minor - Upgraded TypeScript in the monorepo to 5.7.2. [#53165]
+-   Patch - A fix a bug where users need to click Give feedback twice. [#52556]
+-   Patch - Added `__nextHasNoMarginBottom` prop to various WordPress components and updated styling to support WordPress 6.7+ margin style changes. [#56257]
+-   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 - Drop the default pencil icon from CES snackbars so they render without cross-platform glyph rendering issues and alignment quirks; callers can still pass an explicit icon when needed. [#64357]
+-   Patch - Fix "description" prop ignored in CustomerEffortScoreModalContainer. [#55747]
+-   Patch - Fix broken CES style for WP 6.7. [#52499]
+-   Patch - Fix CES options being on two rows when scrollbar is visible. [#55923]
+-   Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+-   Patch - Fix unstable `useSelect()` return value in feedback button. [#63554]
+-   Patch - Migrate from React RC types to direct React Props types with jscodeshift codemod. [#56594]
+-   Patch - Monorepo: address circular dependencies surfaced by SWC TDZ. [#64797]
+-   Patch - Monorepo: build RAM usage optimization. [#58861]
+-   Patch - Monorepo: complete migration from `classnames` package to `clsx`. [#58699]
+-   Patch - Monorepo: consolidate @babel/* dependencies versions across the monorepo. [#56575]
+-   Patch - Monorepo: consolidate @wordpress/babel-preset-default, @wordpress/browserslist-config, glob packages versions. [#56392]
+-   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 DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup. [#64111]
+-   Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
+-   Patch - Monorepo: watch startup time optimization. [#59166]
+-   Patch - Monorepo: Webpack deps review and consolidation and a bit of deps grooming. [#56746]
+-   Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
+-   Patch - Move tracking option API call to listener function with caching. [#48306]
+-   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 - Remove propTypes and defaultProps from react components in TypeScript. [#56733]
+-   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 - Stabilize JS dependency updates. [#52815]
+-   Patch - Update @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility. [#63964]
+-   Patch - Update import of OPTIONS_STORE_NAME to optionsStore. [#55476]
+-   Patch - Update wireit to 0.14.10. [#54996]
+
 ## [3.0.0](https://www.npmjs.com/package/@woocommerce/customer-effort-score/v/3.0.0) - 2024-06-11

 -   Patch - Added in missing TS definitions in package.json [#34154]
diff --git a/packages/js/customer-effort-score/changelog/50828-dev-constrain-pnpm-version b/packages/js/customer-effort-score/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb5..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67 b/packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
deleted file mode 100644
index fc6596d9027..00000000000
--- a/packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issue-with-wp-67
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix broken CES style for WP 6.7
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/52556-fix-52515-ces-feedback-require-dbl-click b/packages/js/customer-effort-score/changelog/52556-fix-52515-ces-feedback-require-dbl-click
deleted file mode 100644
index 3963497f38b..00000000000
--- a/packages/js/customer-effort-score/changelog/52556-fix-52515-ces-feedback-require-dbl-click
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-A fix a bug where users need to click Give feedback twice.
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies b/packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
deleted file mode 100644
index e7c745f6928..00000000000
--- a/packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Stabilize JS dependency updates
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form b/packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
deleted file mode 100644
index 1a6296907f8..00000000000
--- a/packages/js/customer-effort-score/changelog/52938-fix-52858-alignment-bug-in-product-editor-20-feedback-form
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Fix: Responsiveness of CES feedback form
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/53165-dev-ts-5-7-2 b/packages/js/customer-effort-score/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709d..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/53531-dev-react-18-ghidorah b/packages/js/customer-effort-score/changelog/53531-dev-react-18-ghidorah
deleted file mode 100644
index ce948100616..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/53865-dev-pnpm-9-15-0 b/packages/js/customer-effort-score/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49ba..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/54996-chore-update-wireit b/packages/js/customer-effort-score/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c95..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/customer-effort-score/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd675..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/55626-email-improvements-feedback-prompt b/packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
deleted file mode 100644
index 2390e5edc49..00000000000
--- a/packages/js/customer-effort-score/changelog/55626-email-improvements-feedback-prompt
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix "description" prop ignored in CustomerEffortScoreModalContainer
diff --git a/packages/js/customer-effort-score/changelog/55873-email-improvements-fixes b/packages/js/customer-effort-score/changelog/55873-email-improvements-fixes
deleted file mode 100644
index c98cd3c0b95..00000000000
--- a/packages/js/customer-effort-score/changelog/55873-email-improvements-fixes
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix CES options being on two rows when scrollbar is visible
diff --git a/packages/js/customer-effort-score/changelog/56257-update-wp-control-button-margin b/packages/js/customer-effort-score/changelog/56257-update-wp-control-button-margin
deleted file mode 100644
index 2e2572dfcae..00000000000
--- a/packages/js/customer-effort-score/changelog/56257-update-wp-control-button-margin
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Added `__nextHasNoMarginBottom` prop to various WordPress components and updated styling to support WordPress 6.7+ margin style changes.
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/56506-remove-wp-components-types b/packages/js/customer-effort-score/changelog/56506-remove-wp-components-types
deleted file mode 100644
index 0ad65cfbb86..00000000000
--- a/packages/js/customer-effort-score/changelog/56506-remove-wp-components-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove deprecated `@types/wordpress__components`
-
diff --git a/packages/js/customer-effort-score/changelog/56575-dev-bump-babel-deps b/packages/js/customer-effort-score/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2a..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/56594-dev-replace-react-rc b/packages/js/customer-effort-score/changelog/56594-dev-replace-react-rc
deleted file mode 100644
index 2129d5b7a85..00000000000
--- a/packages/js/customer-effort-score/changelog/56594-dev-replace-react-rc
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Migrate from React RC types to direct React Props types with jscodeshift codemod
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/56746-dev-webpack-deps-review b/packages/js/customer-effort-score/changelog/56746-dev-webpack-deps-review
deleted file mode 100644
index b5d0c2d9741..00000000000
--- a/packages/js/customer-effort-score/changelog/56746-dev-webpack-deps-review
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: Webpack deps review and consolidation and a bit of deps grooming
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/57299-fix-wireit-in-ci b/packages/js/customer-effort-score/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499b..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/58263-remove-wp-core-data b/packages/js/customer-effort-score/changelog/58263-remove-wp-core-data
deleted file mode 100644
index 5ab104aa659..00000000000
--- a/packages/js/customer-effort-score/changelog/58263-remove-wp-core-data
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove unused '@types/wordpress__data' package as it's no longer needed.
-
diff --git a/packages/js/customer-effort-score/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/customer-effort-score/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc031..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2 b/packages/js/customer-effort-score/changelog/58861-dev-build-ram-usage-batch-2
deleted file mode 100644
index a9198a4dd78..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/58941-dev-consolidate-packages-license-version b/packages/js/customer-effort-score/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddabc..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/59166-dev-faster-watch-startup-batch-1 b/packages/js/customer-effort-score/changelog/59166-dev-faster-watch-startup-batch-1
deleted file mode 100644
index 12fce504f86..00000000000
--- a/packages/js/customer-effort-score/changelog/59166-dev-faster-watch-startup-batch-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: watch startup time optimization.
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/customer-effort-score/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/64111-dev-fix-admin-webpack-cache-misses b/packages/js/customer-effort-score/changelog/64111-dev-fix-admin-webpack-cache-misses
deleted file mode 100644
index 13e547f58b4..00000000000
--- a/packages/js/customer-effort-score/changelog/64111-dev-fix-admin-webpack-cache-misses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup.
\ No newline at end of file
diff --git a/packages/js/customer-effort-score/changelog/64797-dev-circular-deps-tdz b/packages/js/customer-effort-score/changelog/64797-dev-circular-deps-tdz
deleted file mode 100644
index 8cdedfd5525..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/64838-dev-esbuild-package-builds b/packages/js/customer-effort-score/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/add-49534 b/packages/js/customer-effort-score/changelog/add-49534
deleted file mode 100644
index f8718cc2089..00000000000
--- a/packages/js/customer-effort-score/changelog/add-49534
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove propTypes and defaultProps from react components in TypeScript.
diff --git a/packages/js/customer-effort-score/changelog/build-webpack-filesystem-cache b/packages/js/customer-effort-score/changelog/build-webpack-filesystem-cache
deleted file mode 100644
index 48320acf379..00000000000
--- a/packages/js/customer-effort-score/changelog/build-webpack-filesystem-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Improve build time for customer-effort-score by using webpack filesystem cache.
diff --git a/packages/js/customer-effort-score/changelog/dev-55910-deps-consolidation b/packages/js/customer-effort-score/changelog/dev-55910-deps-consolidation
deleted file mode 100644
index 2b9c4b53b13..00000000000
--- a/packages/js/customer-effort-score/changelog/dev-55910-deps-consolidation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate @wordpress/babel-preset-default, @wordpress/browserslist-config, glob packages versions.
diff --git a/packages/js/customer-effort-score/changelog/dev-64837-type-check-only-on-lint b/packages/js/customer-effort-score/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/customer-effort-score/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5ff..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option b/packages/js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
deleted file mode 100644
index d36f953d7ba..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/dev-ci-lint-monorepo-job-update b/packages/js/customer-effort-score/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412ad..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/dev-cjs-prepack-only b/packages/js/customer-effort-score/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/dev-consolidate-syncpack-config b/packages/js/customer-effort-score/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a6116..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/fix-62340-ces b/packages/js/customer-effort-score/changelog/fix-62340-ces
deleted file mode 100644
index 5b656c946b4..00000000000
--- a/packages/js/customer-effort-score/changelog/fix-62340-ces
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix unstable `useSelect()` return value in feedback button.
diff --git a/packages/js/customer-effort-score/changelog/fix-ces-snackbar-icon-alignment b/packages/js/customer-effort-score/changelog/fix-ces-snackbar-icon-alignment
deleted file mode 100644
index 5107f4f933a..00000000000
--- a/packages/js/customer-effort-score/changelog/fix-ces-snackbar-icon-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Drop the default pencil icon from CES snackbars so they render without cross-platform glyph rendering issues and alignment quirks; callers can still pass an explicit icon when needed.
diff --git a/packages/js/customer-effort-score/changelog/fix-ces-ts-errors b/packages/js/customer-effort-score/changelog/fix-ces-ts-errors
deleted file mode 100644
index 1d473c3eccf..00000000000
--- a/packages/js/customer-effort-score/changelog/fix-ces-ts-errors
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Update store registration to use createReduxStore and fix type errors
diff --git a/packages/js/customer-effort-score/changelog/fix-migrate-option-store b/packages/js/customer-effort-score/changelog/fix-migrate-option-store
deleted file mode 100644
index 8a91e26e200..00000000000
--- a/packages/js/customer-effort-score/changelog/fix-migrate-option-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update import of OPTIONS_STORE_NAME to optionsStore
diff --git a/packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js b/packages/js/customer-effort-score/changelog/fix-misspelling-in-inline-doc-packages-js
deleted file mode 100644
index 4b374755cb3..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/improve-ces-allow-tracking-option b/packages/js/customer-effort-score/changelog/improve-ces-allow-tracking-option
deleted file mode 100644
index 3f45cb0cc7f..00000000000
--- a/packages/js/customer-effort-score/changelog/improve-ces-allow-tracking-option
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Move tracking option API call to listener function with caching
diff --git a/packages/js/customer-effort-score/changelog/performance-47602-use-clx b/packages/js/customer-effort-score/changelog/performance-47602-use-clx
deleted file mode 100644
index 4626c19db89..00000000000
--- a/packages/js/customer-effort-score/changelog/performance-47602-use-clx
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: complete migration from `classnames` package to `clsx`.
diff --git a/packages/js/customer-effort-score/changelog/update-59804 b/packages/js/customer-effort-score/changelog/update-59804
deleted file mode 100644
index 5a1702a76a3..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/changelog/update-pnpm-10-upgrade b/packages/js/customer-effort-score/changelog/update-pnpm-10-upgrade
deleted file mode 100644
index 06fa4b8bf68..00000000000
--- a/packages/js/customer-effort-score/changelog/update-pnpm-10-upgrade
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility.
diff --git a/packages/js/customer-effort-score/changelog/update-wp-68-packages b/packages/js/customer-effort-score/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/customer-effort-score/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/customer-effort-score/package.json b/packages/js/customer-effort-score/package.json
index 9967ca16293..b13b7035c48 100644
--- a/packages/js/customer-effort-score/package.json
+++ b/packages/js/customer-effort-score/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/customer-effort-score",
-	"version": "3.0.0",
+	"version": "4.0.0",
 	"description": "WooCommerce utility to measure user effort.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",
@@ -116,7 +116,7 @@
 		"webpack-cli": "5.1.x"
 	},
 	"peerDependencies": {
-		"@wordpress/data": "^10.0.2",
+		"@wordpress/data": "^10.19.0",
 		"react": "18.3.x",
 		"react-dom": "18.3.x"
 	},
diff --git a/packages/js/data/CHANGELOG.md b/packages/js/data/CHANGELOG.md
index 747c15123e1..9e89c7c2ccd 100644
--- a/packages/js/data/CHANGELOG.md
+++ b/packages/js/data/CHANGELOG.md
@@ -2,6 +2,26 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [7.0.0](https://www.npmjs.com/package/@woocommerce/data/v/7.0.0) - 2026-06-11
+
+-   Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. [#64114]
+-   Minor - Add notice property to RecommendedPaymentMethod type for payment method warnings. [#63776]
+-   Minor - Add ShipStation and Packlink as shipping extension options in the Core Profiler for supported countries (ShipStation: CA, DE, GB, AU, NZ; Packlink: FR, ES, IT, NL, AT, BE). [#63385]
+-   Minor - Navigation store: don't call deprecated onHistoryChange. [#62049]
+-   Minor - Update the payments settings types to support payment provider onboarding supported details. [#61574]
+-   Patch - Add row layout data to the WooCommerce Shipping partner suggestion so the card renders correctly in row / vertical placements. [#64523]
+-   Patch - Allow product queries to type multiple stock statuses. [#65155]
+-   Patch - Monorepo: address circular dependencies surfaced by SWC TDZ. [#64797]
+-   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 - Setting options: register the core-data store in tests. [#65375]
+-   Patch - Show a clear permission error message when users without install_plugins capability attempt to install plugins. [#64187]
+-   Patch - Update @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility. [#63964]
+-   Patch - Update UserPreferences type to include scheduled_updates_promotion_notice_dismissed field. [#62225]
+-   Patch - Updates internal references to REST API documentation. [#64720]
+
 ## [6.0.0](https://www.npmjs.com/package/@woocommerce/data/v/6.0.0) - 2025-10-27

 -   Minor - Added pre-API call permission checks for some API calls that were being called on non-admin accessible screens [#51406]
diff --git a/packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements b/packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
deleted file mode 100644
index 51ce2e66015..00000000000
--- a/packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add ShipStation and Packlink as shipping extension options in the Core Profiler for supported countries (ShipStation: CA, DE, GB, AU, NZ; Packlink: FR, ES, IT, NL, AT, BE).
\ No newline at end of file
diff --git a/packages/js/data/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/data/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/data/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/data/changelog/64523-wooplug-6560-wcship-row-layout b/packages/js/data/changelog/64523-wooplug-6560-wcship-row-layout
deleted file mode 100644
index 60e468a1439..00000000000
--- a/packages/js/data/changelog/64523-wooplug-6560-wcship-row-layout
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add row layout data to the WooCommerce Shipping partner suggestion so the card renders correctly in row / vertical placements.
\ No newline at end of file
diff --git a/packages/js/data/changelog/64720-fix-update-rest-api-docs-references b/packages/js/data/changelog/64720-fix-update-rest-api-docs-references
deleted file mode 100644
index 9723af4780c..00000000000
--- a/packages/js/data/changelog/64720-fix-update-rest-api-docs-references
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Updates internal references to REST API documentation.
\ No newline at end of file
diff --git a/packages/js/data/changelog/64797-dev-circular-deps-tdz b/packages/js/data/changelog/64797-dev-circular-deps-tdz
deleted file mode 100644
index 8cdedfd5525..00000000000
--- a/packages/js/data/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/data/changelog/64838-dev-esbuild-package-builds b/packages/js/data/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/data/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/data/changelog/add-recommended-payment-method-notice b/packages/js/data/changelog/add-recommended-payment-method-notice
deleted file mode 100644
index e7b2d5fe18a..00000000000
--- a/packages/js/data/changelog/add-recommended-payment-method-notice
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add notice property to RecommendedPaymentMethod type for payment method warnings.
diff --git a/packages/js/data/changelog/dev-64837-type-check-only-on-lint b/packages/js/data/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/data/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/data/changelog/dev-cjs-prepack-only b/packages/js/data/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/data/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/data/changelog/dev-setting-options-core-data-locks b/packages/js/data/changelog/dev-setting-options-core-data-locks
deleted file mode 100644
index 9845c47d082..00000000000
--- a/packages/js/data/changelog/dev-setting-options-core-data-locks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Setting options: register the core-data store in tests.
diff --git a/packages/js/data/changelog/fix-62029 b/packages/js/data/changelog/fix-62029
deleted file mode 100644
index e93cf6da1c7..00000000000
--- a/packages/js/data/changelog/fix-62029
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Navigation store: don't call deprecated onHistoryChange
diff --git a/packages/js/data/changelog/fix-plugin-install-permission-error-message b/packages/js/data/changelog/fix-plugin-install-permission-error-message
deleted file mode 100644
index dece5eb7c1e..00000000000
--- a/packages/js/data/changelog/fix-plugin-install-permission-error-message
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Show a clear permission error message when users without install_plugins capability attempt to install plugins
diff --git a/packages/js/data/changelog/fix-rsm-3550-stock-status-query-type b/packages/js/data/changelog/fix-rsm-3550-stock-status-query-type
deleted file mode 100644
index 796d41aa8c6..00000000000
--- a/packages/js/data/changelog/fix-rsm-3550-stock-status-query-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Allow product queries to type multiple stock statuses.
diff --git a/packages/js/data/changelog/update-pnpm-10-upgrade b/packages/js/data/changelog/update-pnpm-10-upgrade
deleted file mode 100644
index 06fa4b8bf68..00000000000
--- a/packages/js/data/changelog/update-pnpm-10-upgrade
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update @wordpress/* peerDependencies from dist-tags to semver ranges for pnpm 10 compatibility.
diff --git a/packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported b/packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported
deleted file mode 100644
index 16045a36387..00000000000
--- a/packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update the payments settings types to support payment provider onboarding supported details.
diff --git a/packages/js/data/changelog/update-wp-68-packages b/packages/js/data/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/data/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/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices b/packages/js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
deleted file mode 100644
index 6933cc745df..00000000000
--- a/packages/js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update UserPreferences type to include scheduled_updates_promotion_notice_dismissed field
diff --git a/packages/js/data/package.json b/packages/js/data/package.json
index ffee0c438c7..a2f9fd3bb9d 100644
--- a/packages/js/data/package.json
+++ b/packages/js/data/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/data",
-	"version": "6.0.0",
+	"version": "7.0.0",
 	"description": "WooCommerce Admin data store and utilities",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",
@@ -114,7 +114,7 @@
 		"typescript": "5.7.x"
 	},
 	"peerDependencies": {
-		"@wordpress/data": "^10.0.2",
+		"@wordpress/data": "^10.19.0",
 		"@wordpress/core-data": "^7.0.7",
 		"moment": "^2.18.1",
 		"react": "18.3.x",
diff --git a/packages/js/experimental/CHANGELOG.md b/packages/js/experimental/CHANGELOG.md
index e5ee51e40ef..d1bd57858ef 100644
--- a/packages/js/experimental/CHANGELOG.md
+++ b/packages/js/experimental/CHANGELOG.md
@@ -2,6 +2,48 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [4.0.0](https://www.npmjs.com/package/@woocommerce/experimental/v/4.0.0) - 2026-06-11
+
+-   Major - Update @wordpress/* dependencies to WordPress 6.8 minimum. [#64114]
+-   Major - Updated declared dependencies to React 18 and WordPress 6.6. [#53531]
+-   Minor - Adds an 'in progress' state to WooCommerce onboarding tasks, providing visual feedback when tasks are started but not completed. Initially implemented for the Payments setup task. [#59853]
+-   Minor - Improve build time for experimental by using webpack filesystem cache. [#64082]
+-   Minor - Monorepo: bump pnpm version to 9.15.0. [#54189]
+-   Minor - Replace react-visibility-sensor with react-intersection-observer to fix deprecated findDOMNode Warning. [#55362]
+-   Minor - Update storybook file format in support with Storybook 7 story indexer. [#51168]
+-   Minor - Upgraded TypeScript in the monorepo to 5.7.2. [#53165]
+-   Minor - Use @woocommerce/sanitize package to sanitize input. [#60324]
+-   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 - experimental package: fix TS errors. [#54160]
+-   Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+-   Patch - Fix task item type. [#54711]
+-   Patch - Fixed stretched images in Inbox notes. [#58131]
+-   Patch - Migrate from React RC types to direct React Props types with jscodeshift codemod. [#56594]
+-   Patch - Monorepo: address circular dependencies surfaced by SWC TDZ. [#64797]
+-   Patch - Monorepo: build RAM usage optimization. [#58861]
+-   Patch - Monorepo: complete migration from `classnames` package to `clsx`. [#58699]
+-   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 DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup. [#64111]
+-   Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
+-   Patch - Monorepo: used babel transforms cleanup. [#56486]
+-   Patch - Monorepo: watch startup time optimization. [#59166]
+-   Patch - Monorepo: Webpack deps review and consolidation and a bit of deps grooming. [#56746]
+-   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 - Prevent widows in inbox note and task list description copy with text-wrap: pretty. [#64453]
+-   Patch - Remove "banner" layout test case. [#52088]
+-   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 - Stop rendering thumbnail images in inbox notes. Drop `image` and `layout` from the InboxNoteCard prop type and remove the `.thumbnail` and `.banner` styles. [#64443]
+-   Patch - Update dompurify to 2.5.7. [#52961]
+-   Patch - Update wireit to 0.14.10. [#54996]
+
 ## [3.3.0](https://www.npmjs.com/package/@woocommerce/experimental/v/3.3.0) - 2024-07-25

 -   Patch - Added in missing TS definitions in package.json [#34154]
diff --git a/packages/js/experimental/changelog/50828-dev-constrain-pnpm-version b/packages/js/experimental/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb5..00000000000
--- a/packages/js/experimental/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/experimental/changelog/52961-update-dompurify b/packages/js/experimental/changelog/52961-update-dompurify
deleted file mode 100644
index 42a8cb4deba..00000000000
--- a/packages/js/experimental/changelog/52961-update-dompurify
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Update dompurify to 2.5.7
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/53165-dev-ts-5-7-2 b/packages/js/experimental/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709d..00000000000
--- a/packages/js/experimental/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/experimental/changelog/53531-dev-react-18-ghidorah b/packages/js/experimental/changelog/53531-dev-react-18-ghidorah
deleted file mode 100644
index ce948100616..00000000000
--- a/packages/js/experimental/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/experimental/changelog/53865-dev-pnpm-9-15-0 b/packages/js/experimental/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49ba..00000000000
--- a/packages/js/experimental/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/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental b/packages/js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
deleted file mode 100644
index f68fed3111a..00000000000
--- a/packages/js/experimental/changelog/54160-54158-fix-typescript-errors-from-packagesjsexperimental
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-experimental package: fix TS errors
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works b/packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works
deleted file mode 100644
index bcf2101acf2..00000000000
--- a/packages/js/experimental/changelog/54526-54488-admin-note-action-button-of-type-link-no-longer-works
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Fix `InboxNoteActionButton` component regression.
-
diff --git a/packages/js/experimental/changelog/54996-chore-update-wireit b/packages/js/experimental/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c95..00000000000
--- a/packages/js/experimental/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/experimental/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/experimental/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd675..00000000000
--- a/packages/js/experimental/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/experimental/changelog/56506-remove-wp-components-types b/packages/js/experimental/changelog/56506-remove-wp-components-types
deleted file mode 100644
index 0ad65cfbb86..00000000000
--- a/packages/js/experimental/changelog/56506-remove-wp-components-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Remove deprecated `@types/wordpress__components`
-
diff --git a/packages/js/experimental/changelog/56575-dev-bump-babel-deps b/packages/js/experimental/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2a..00000000000
--- a/packages/js/experimental/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/experimental/changelog/56594-dev-replace-react-rc b/packages/js/experimental/changelog/56594-dev-replace-react-rc
deleted file mode 100644
index 2129d5b7a85..00000000000
--- a/packages/js/experimental/changelog/56594-dev-replace-react-rc
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Migrate from React RC types to direct React Props types with jscodeshift codemod
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/56746-dev-webpack-deps-review b/packages/js/experimental/changelog/56746-dev-webpack-deps-review
deleted file mode 100644
index b5d0c2d9741..00000000000
--- a/packages/js/experimental/changelog/56746-dev-webpack-deps-review
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: Webpack deps review and consolidation and a bit of deps grooming
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/57299-fix-wireit-in-ci b/packages/js/experimental/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499b..00000000000
--- a/packages/js/experimental/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/experimental/changelog/58131-fix-wooplug-830 b/packages/js/experimental/changelog/58131-fix-wooplug-830
deleted file mode 100644
index 20a3aaf7de1..00000000000
--- a/packages/js/experimental/changelog/58131-fix-wooplug-830
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fixed stretched images in Inbox notes
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/experimental/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc031..00000000000
--- a/packages/js/experimental/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/experimental/changelog/58861-dev-build-ram-usage-batch-2 b/packages/js/experimental/changelog/58861-dev-build-ram-usage-batch-2
deleted file mode 100644
index a9198a4dd78..00000000000
--- a/packages/js/experimental/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/experimental/changelog/58941-dev-consolidate-packages-license-version b/packages/js/experimental/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddabc..00000000000
--- a/packages/js/experimental/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/experimental/changelog/59166-dev-faster-watch-startup-batch-1 b/packages/js/experimental/changelog/59166-dev-faster-watch-startup-batch-1
deleted file mode 100644
index 12fce504f86..00000000000
--- a/packages/js/experimental/changelog/59166-dev-faster-watch-startup-batch-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: watch startup time optimization.
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/59853-add-in-progress-task b/packages/js/experimental/changelog/59853-add-in-progress-task
deleted file mode 100644
index 4de60ecf619..00000000000
--- a/packages/js/experimental/changelog/59853-add-in-progress-task
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Adds an 'in progress' state to WooCommerce onboarding tasks, providing visual feedback when tasks are started but not completed. Initially implemented for the Payments setup task.
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/experimental/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/experimental/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/experimental/changelog/64111-dev-fix-admin-webpack-cache-misses b/packages/js/experimental/changelog/64111-dev-fix-admin-webpack-cache-misses
deleted file mode 100644
index 13e547f58b4..00000000000
--- a/packages/js/experimental/changelog/64111-dev-fix-admin-webpack-cache-misses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup.
\ No newline at end of file
diff --git a/packages/js/experimental/changelog/64797-dev-circular-deps-tdz b/packages/js/experimental/changelog/64797-dev-circular-deps-tdz
deleted file mode 100644
index 8cdedfd5525..00000000000
--- a/packages/js/experimental/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/experimental/changelog/64838-dev-esbuild-package-builds b/packages/js/experimental/changelog/64838-dev-esbuild-package-builds
deleted file mode 100644
index 53b9c7cd29c..00000000000
--- a/packages/js/experimental/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/experimental/changelog/build-webpack-filesystem-cache b/packages/js/experimental/changelog/build-webpack-filesystem-cache
deleted file mode 100644
index 016ed9beb8e..00000000000
--- a/packages/js/experimental/changelog/build-webpack-filesystem-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Improve build time for experimental by using webpack filesystem cache.
diff --git a/packages/js/experimental/changelog/dev-64837-type-check-only-on-lint b/packages/js/experimental/changelog/dev-64837-type-check-only-on-lint
deleted file mode 100644
index efdb3bd771a..00000000000
--- a/packages/js/experimental/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/experimental/changelog/dev-babel-transforms-cleanup b/packages/js/experimental/changelog/dev-babel-transforms-cleanup
deleted file mode 100644
index d54d528d6d9..00000000000
--- a/packages/js/experimental/changelog/dev-babel-transforms-cleanup
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: used babel transforms cleanup.
diff --git a/packages/js/experimental/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/experimental/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5ff..00000000000
--- a/packages/js/experimental/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/experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option b/packages/js/experimental/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
deleted file mode 100644
index d36f953d7ba..00000000000
--- a/packages/js/experimental/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/experimental/changelog/dev-ci-lint-monorepo-job-update b/packages/js/experimental/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412ad..00000000000
--- a/packages/js/experimental/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/experimental/changelog/dev-cjs-prepack-only b/packages/js/experimental/changelog/dev-cjs-prepack-only
deleted file mode 100644
index 0f64fecf28c..00000000000
--- a/packages/js/experimental/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/experimental/changelog/dev-consolidate-syncpack-config b/packages/js/experimental/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a6116..00000000000
--- a/packages/js/experimental/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/experimental/changelog/fix-inbox-note-and-task-widows b/packages/js/experimental/changelog/fix-inbox-note-and-task-widows
deleted file mode 100644
index 7d702380a15..00000000000
--- a/packages/js/experimental/changelog/fix-inbox-note-and-task-widows
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Prevent widows in inbox note and task list description copy with text-wrap: pretty.
diff --git a/packages/js/experimental/changelog/fix-inbox-note-remove-image-rendering b/packages/js/experimental/changelog/fix-inbox-note-remove-image-rendering
deleted file mode 100644
index 1904eeeaf36..00000000000
--- a/packages/js/experimental/changelog/fix-inbox-note-remove-image-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Stop rendering thumbnail images in inbox notes. Drop `image` and `layout` from the InboxNoteCard prop type and remove the `.thumbnail` and `.banner` styles.
diff --git a/packages/js/experimental/changelog/fix-react-visibility-sensor b/packages/js/experimental/changelog/fix-react-visibility-sensor
deleted file mode 100644
index 5cf369129da..00000000000
--- a/packages/js/experimental/changelog/fix-react-visibility-sensor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Replace react-visibility-sensor with react-intersection-observer to fix deprecated findDOMNode Warning
diff --git a/packages/js/experimental/changelog/fix-tasklist-ts-errors b/packages/js/experimental/changelog/fix-tasklist-ts-errors
deleted file mode 100644
index 9a5f4625b01..00000000000
--- a/packages/js/experimental/changelog/fix-tasklist-ts-errors
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix task item type
diff --git a/packages/js/experimental/changelog/performance-47602-use-clx b/packages/js/experimental/changelog/performance-47602-use-clx
deleted file mode 100644
index 4626c19db89..00000000000
--- a/packages/js/experimental/changelog/performance-47602-use-clx
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: complete migration from `classnames` package to `clsx`.
diff --git a/packages/js/experimental/changelog/update-59804 b/packages/js/experimental/changelog/update-59804
deleted file mode 100644
index 69199b35f2f..00000000000
--- a/packages/js/experimental/changelog/update-59804
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Use @woocommerce/sanitize package to sanitize inputUse @woocommerce/sanitize package to sanitize input
diff --git a/packages/js/experimental/changelog/update-remove-banner-layout-from-inbox-note b/packages/js/experimental/changelog/update-remove-banner-layout-from-inbox-note
deleted file mode 100644
index 066e7bff13c..00000000000
--- a/packages/js/experimental/changelog/update-remove-banner-layout-from-inbox-note
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Remove "banner" layout test case
diff --git a/packages/js/experimental/changelog/update-storybook_documentation b/packages/js/experimental/changelog/update-storybook_documentation
deleted file mode 100644
index f945d38ab6d..00000000000
--- a/packages/js/experimental/changelog/update-storybook_documentation
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Update storybook stories name prefixes for consistency.
-
-
diff --git a/packages/js/experimental/changelog/update-wp-68-packages b/packages/js/experimental/changelog/update-wp-68-packages
deleted file mode 100644
index 866d7f6ed70..00000000000
--- a/packages/js/experimental/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/experimental/changelog/upgrade-storybook_and_add_pages_workflow b/packages/js/experimental/changelog/upgrade-storybook_and_add_pages_workflow
deleted file mode 100644
index 579b91e0c80..00000000000
--- a/packages/js/experimental/changelog/upgrade-storybook_and_add_pages_workflow
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update storybook file format in support with Storybook 7 story indexer.
diff --git a/packages/js/experimental/package.json b/packages/js/experimental/package.json
index a042a135d14..1823a61a034 100644
--- a/packages/js/experimental/package.json
+++ b/packages/js/experimental/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/experimental",
-	"version": "3.3.0",
+	"version": "4.0.0",
 	"description": "WooCommerce experimental components.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c5311660f50..b4bd82bd6df 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -353,7 +353,7 @@ importers:
         version: 1.2.1(@types/react@18.3.28)(react@18.3.1)
       '@automattic/tour-kit':
         specifier: ^1.1.3
-        version: 1.1.3(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.19.2(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1)
+        version: 1.1.3(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.44.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1)
       '@types/react':
         specifier: 18.3.x
         version: 18.3.28
@@ -418,8 +418,8 @@ importers:
         specifier: catalog:wp-min
         version: 7.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)
       '@wordpress/data':
-        specifier: ^10.0.2
-        version: 10.19.2(react@18.3.1)
+        specifier: ^10.19.0
+        version: 10.44.0(react@18.3.1)
       '@wordpress/date':
         specifier: catalog:wp-min
         version: 5.19.1
@@ -768,8 +768,8 @@ importers:
         specifier: catalog:wp-min
         version: 7.19.2(react@18.3.1)
       '@wordpress/data':
-        specifier: ^10.0.2
-        version: 10.19.2(react@18.3.1)
+        specifier: ^10.19.0
+        version: 10.44.0(react@18.3.1)
       '@wordpress/element':
         specifier: catalog:wp-min
         version: 6.19.1
@@ -895,8 +895,8 @@ importers:
         specifier: catalog:wp-min
         version: 7.19.6(@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)
       '@wordpress/data':
-        specifier: ^10.0.2
-        version: 10.19.2(react@18.3.1)
+        specifier: ^10.19.0
+        version: 10.44.0(react@18.3.1)
       '@wordpress/data-controls':
         specifier: catalog:wp-min
         version: 4.19.2(react@18.3.1)
@@ -11185,12 +11185,6 @@ packages:
     peerDependencies:
       redux: '>=4'

-  '@wordpress/redux-routine@5.44.0':
-    resolution: {integrity: sha512-8BL3M85yv1Tx/pFgJxB9BhQYcQO/lQRkU8RzSGiQDpDmZPAFe4+5MJcymWVXExq1rKEy5sYJFNiGPB6NMGtr1g==}
-    engines: {node: '>=18.12.0', npm: '>=8.19.2'}
-    peerDependencies:
-      redux: '>=4'
-
   '@wordpress/redux-routine@5.45.0':
     resolution: {integrity: sha512-6ShpBns4jIBFXrYFBcKA5pnFm/kjr1SqFvLj5DwLgMV61eI3Rr9LyZwIzNR2BGg067ryxu4W172Uqjke/mZjcQ==}
     engines: {node: '>=18.12.0', npm: '>=8.19.2'}
@@ -23919,6 +23913,50 @@ snapshots:
       - '@types/react'
       - supports-color

+  '@automattic/components@2.2.1(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.44.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+    dependencies:
+      '@automattic/calypso-color-schemes': 4.0.0
+      '@automattic/calypso-url': 1.1.0
+      '@automattic/color-studio': 4.1.0
+      '@automattic/i18n-utils': 1.2.3
+      '@automattic/load-script': 1.0.0
+      '@automattic/material-design-icons': 1.0.0
+      '@automattic/typography': 1.0.0
+      '@automattic/viewport-react': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+      '@emotion/css': 11.13.5
+      '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1)
+      '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1)
+      '@wordpress/base-styles': 5.23.0
+      '@wordpress/components': 29.12.0(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+      '@wordpress/compose': 7.20.0(react@18.3.1)
+      '@wordpress/data': 10.44.0(react@18.3.1)
+      '@wordpress/date': 5.20.0
+      '@wordpress/html-entities': 4.20.0
+      '@wordpress/i18n': 5.26.0
+      '@wordpress/icons': 10.32.0(react@18.3.1)
+      '@wordpress/primitives': 4.44.0(react@18.3.1)
+      '@wordpress/react-i18n': 4.44.0
+      '@wordpress/url': 4.44.0
+      canvas-confetti: 1.9.4
+      clsx: 2.1.1
+      colord: 2.9.3
+      debug: 4.4.3(supports-color@9.4.0)
+      gridicons: 3.4.2(react@18.3.1)
+      i18n-calypso: 7.4.0(@types/react@18.3.28)(react@18.3.1)
+      lodash: 4.17.21
+      prop-types: 15.8.1
+      react: 18.3.1
+      react-dom: 18.3.1(react@18.3.1)
+      react-modal: 3.16.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+      react-router-dom: 6.30.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+      react-slider: 2.0.6(react@18.3.1)
+      utility-types: 3.10.0
+      uuid: 9.0.1
+    transitivePeerDependencies:
+      - '@emotion/is-prop-valid'
+      - '@types/react'
+      - supports-color
+
   '@automattic/create-calypso-config@1.0.0-alpha.0':
     dependencies:
       cookie: 0.7.2
@@ -23965,15 +24003,15 @@ snapshots:

   '@automattic/material-design-icons@1.0.0': {}

-  '@automattic/tour-kit@1.1.3(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.19.2(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1)':
+  '@automattic/tour-kit@1.1.3(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.44.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1)':
     dependencies:
-      '@automattic/components': 2.2.1(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.19.2(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+      '@automattic/components': 2.2.1(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(@wordpress/data@10.44.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
       '@automattic/viewport': 1.1.0
       '@automattic/viewport-react': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
       '@popperjs/core': 2.11.8
       '@wordpress/base-styles': 4.49.0
       '@wordpress/components': 27.6.0(@emotion/is-prop-valid@1.4.0)(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
-      '@wordpress/data': 10.19.2(react@18.3.1)
+      '@wordpress/data': 10.44.0(react@18.3.1)
       '@wordpress/dom': 3.58.0
       '@wordpress/element': 5.35.0
       '@wordpress/i18n': 4.58.0
@@ -34297,12 +34335,12 @@ snapshots:
   '@wordpress/data@10.44.0(react@18.3.1)':
     dependencies:
       '@wordpress/compose': 7.44.0(react@18.3.1)
-      '@wordpress/deprecated': 4.44.0
+      '@wordpress/deprecated': 4.45.0
       '@wordpress/element': 6.44.0
-      '@wordpress/is-shallow-equal': 5.44.0
-      '@wordpress/priority-queue': 3.44.0
+      '@wordpress/is-shallow-equal': 5.45.0
+      '@wordpress/priority-queue': 3.45.0
       '@wordpress/private-apis': 1.44.0
-      '@wordpress/redux-routine': 5.44.0(redux@5.0.1)
+      '@wordpress/redux-routine': 5.45.0(redux@5.0.1)
       deepmerge: 4.3.1
       equivalent-key-map: 0.2.2
       is-plain-object: 5.0.0
@@ -36820,13 +36858,6 @@ snapshots:
       redux: 4.2.1
       rungen: 0.3.2

-  '@wordpress/redux-routine@5.44.0(redux@5.0.1)':
-    dependencies:
-      is-plain-object: 5.0.0
-      is-promise: 4.0.0
-      redux: 5.0.1
-      rungen: 0.3.2
-
   '@wordpress/redux-routine@5.45.0(redux@5.0.1)':
     dependencies:
       is-plain-object: 5.0.0