Commit ba64c1f75c5 for woocommerce

commit ba64c1f75c5102b4641bb779d843c04d7423a144
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Mon Feb 23 10:08:23 2026 +0000

    Prepare Packages for Release (#63407)

    Automated change: Prep @woocommerce/tracks for release.

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

diff --git a/packages/js/tracks/CHANGELOG.md b/packages/js/tracks/CHANGELOG.md
index b7b3f5418fc..b69348ac20a 100644
--- a/packages/js/tracks/CHANGELOG.md
+++ b/packages/js/tracks/CHANGELOG.md
@@ -2,22 +2,42 @@

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

+## [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]
+-   Patch - Comment: Fix some comment typos. [#50993]
+-   Minor - Bump jest package dependency to 29.5.x [#60324]
+-   Patch - Bump wireit dependency version to latest. [#57299]
+-   Patch - CI: liverage composer packages cache in lint monorepo job [#52054]
+-   Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+-   Patch - Loosens the Node.js engine constraint. [#63406]
+-   Patch - Monorepo: build RAM usage optimization. [#59046]
+-   Minor - Monorepo: bump pnpm version to 9.15.0 [#54189]
+-   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 - Update wireit to 0.14.10 [#54996]
+-   Minor - Upgraded Typescript in the monorepo to 5.7.2 [#53165]
+
 ## [1.4.0](https://www.npmjs.com/package/@woocommerce/tracks/v/1.4.0) - 2024-06-11

 -   Minor - Add recordEvent validation to Tracks package #34005 [#34005]
 -   Minor - Bump node version. [#45148]
--   Patch - bump php version in packages/js/*/composer.json [#42020]
 -   Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661]
 -   Minor - Fix node and pnpm versions via engines [#34773]
--   Patch - Make eslint emit JSON report for annotating PRs. [#39704]
 -   Minor - Match TypeScript version with syncpack [#34787]
--   Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
 -   Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
 -   Minor - Update pnpm to 8.6.7 [#39245]
--   Patch - Update pnpm to 9.1.0 [#47385]
 -   Minor - Update pnpm to version 8. [#37915]
 -   Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007]
 -   Minor - Upgrade TypeScript to 5.1.6 [#39531]
+-   Patch - bump php version in packages/js/*/composer.json [#42020]
+-   Patch - Make eslint emit JSON report for annotating PRs. [#39704]
+-   Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
+-   Patch - Update pnpm to 9.1.0 [#47385]

 ## [1.3.0](https://www.npmjs.com/package/@woocommerce/tracks/v/1.3.0) - 2022-07-08

diff --git a/packages/js/tracks/changelog/50828-dev-constrain-pnpm-version b/packages/js/tracks/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb5..00000000000
--- a/packages/js/tracks/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/tracks/changelog/50993-fix-some-comment-typos b/packages/js/tracks/changelog/50993-fix-some-comment-typos
deleted file mode 100644
index 3dce9f8d32b..00000000000
--- a/packages/js/tracks/changelog/50993-fix-some-comment-typos
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Comment: Fix some comment typos.
diff --git a/packages/js/tracks/changelog/53165-dev-ts-5-7-2 b/packages/js/tracks/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709d..00000000000
--- a/packages/js/tracks/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/tracks/changelog/53865-dev-pnpm-9-15-0 b/packages/js/tracks/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49ba..00000000000
--- a/packages/js/tracks/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/tracks/changelog/54996-chore-update-wireit b/packages/js/tracks/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c95..00000000000
--- a/packages/js/tracks/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/tracks/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/tracks/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd675..00000000000
--- a/packages/js/tracks/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/tracks/changelog/56575-dev-bump-babel-deps b/packages/js/tracks/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2a..00000000000
--- a/packages/js/tracks/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/tracks/changelog/57299-fix-wireit-in-ci b/packages/js/tracks/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499b..00000000000
--- a/packages/js/tracks/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/tracks/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/tracks/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc031..00000000000
--- a/packages/js/tracks/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/tracks/changelog/58941-dev-consolidate-packages-license-version b/packages/js/tracks/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddabc..00000000000
--- a/packages/js/tracks/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/tracks/changelog/59046-dev-build-ram-usage-batch-4 b/packages/js/tracks/changelog/59046-dev-build-ram-usage-batch-4
deleted file mode 100644
index a9198a4dd78..00000000000
--- a/packages/js/tracks/changelog/59046-dev-build-ram-usage-batch-4
+++ /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/tracks/changelog/add-bump-stats-error b/packages/js/tracks/changelog/add-bump-stats-error
deleted file mode 100644
index 7649dba7346..00000000000
--- a/packages/js/tracks/changelog/add-bump-stats-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add bumpStats and fix unit test tooling
diff --git a/packages/js/tracks/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/tracks/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5ff..00000000000
--- a/packages/js/tracks/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/tracks/changelog/dev-ci-lint-monorepo-job-update b/packages/js/tracks/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412ad..00000000000
--- a/packages/js/tracks/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/tracks/changelog/dev-consolidate-syncpack-config b/packages/js/tracks/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a6116..00000000000
--- a/packages/js/tracks/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/tracks/changelog/update-59804 b/packages/js/tracks/changelog/update-59804
deleted file mode 100644
index 5a1702a76a3..00000000000
--- a/packages/js/tracks/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/tracks/changelog/update-tracks-node-engines b/packages/js/tracks/changelog/update-tracks-node-engines
deleted file mode 100644
index c0624346a78..00000000000
--- a/packages/js/tracks/changelog/update-tracks-node-engines
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Loosens the Node.js engine constraint.
diff --git a/packages/js/tracks/package.json b/packages/js/tracks/package.json
index 3b0c809d86a..10f426248a4 100644
--- a/packages/js/tracks/package.json
+++ b/packages/js/tracks/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/tracks",
-	"version": "1.4.0",
+	"version": "1.5.0",
 	"description": "WooCommerce user event tracking utilities for Automattic based projects.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",