From 0e4434857398dcdc524532463381ee7a5aa39f13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:50:05 +0000 Subject: [PATCH] chore: release 10.9.6 --- .release-please-manifest.json | 12 +++++------ CHANGELOG.md | 11 ++++++++++ package-lock.json | 32 +++++++++++++++--------------- package.json | 12 +++++------ workspaces/arborist/CHANGELOG.md | 6 ++++++ workspaces/arborist/package.json | 2 +- workspaces/libnpmdiff/CHANGELOG.md | 5 +++++ workspaces/libnpmdiff/package.json | 4 ++-- workspaces/libnpmexec/CHANGELOG.md | 4 ++++ workspaces/libnpmexec/package.json | 4 ++-- workspaces/libnpmfund/CHANGELOG.md | 4 ++++ workspaces/libnpmfund/package.json | 4 ++-- workspaces/libnpmpack/CHANGELOG.md | 4 ++++ workspaces/libnpmpack/package.json | 4 ++-- 14 files changed, 71 insertions(+), 37 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca4c72802929a..45d70565a16e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "10.9.5", - "workspaces/arborist": "8.0.2", + ".": "10.9.6", + "workspaces/arborist": "8.0.3", "workspaces/libnpmaccess": "9.0.0", - "workspaces/libnpmdiff": "7.0.2", - "workspaces/libnpmexec": "9.0.2", - "workspaces/libnpmfund": "6.0.2", + "workspaces/libnpmdiff": "7.0.3", + "workspaces/libnpmexec": "9.0.3", + "workspaces/libnpmfund": "6.0.3", "workspaces/libnpmhook": "11.0.0", "workspaces/libnpmorg": "7.0.0", - "workspaces/libnpmpack": "8.0.2", + "workspaces/libnpmpack": "8.0.3", "workspaces/libnpmpublish": "10.0.2", "workspaces/libnpmsearch": "8.0.0", "workspaces/libnpmteam": "7.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d1e4e2394e1..3f76c1a8e184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [10.9.6](https://github.com/npm/cli/compare/v10.9.5...v10.9.6) (2026-03-09) +### Dependencies +* [`a5dadad`](https://github.com/npm/cli/commit/a5dadad48ecbea9783d12d355e4031f9f22d845f) [#9067](https://github.com/npm/cli/pull/9067) `tar@7.5.11` +* [`87abb92`](https://github.com/npm/cli/commit/87abb92b6e426104718341462b544496ba31d226) [#9067](https://github.com/npm/cli/pull/9067) `pacote@20.0.1` +* [`c2f0fd2`](https://github.com/npm/cli/commit/c2f0fd273075ed4d0ac33d17ede62f3915ccb5ef) [#9067](https://github.com/npm/cli/pull/9067) `pacote@19.0.2` +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.3): `libnpmdiff@7.0.3` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.3): `libnpmexec@9.0.3` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.3): `libnpmfund@6.0.3` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.3): `libnpmpack@8.0.3` + ## [10.9.5](https://github.com/npm/cli/compare/v10.9.4...v10.9.5) (2026-03-04) ### Bug Fixes * [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk) diff --git a/package-lock.json b/package-lock.json index 282293b37915d..f843345bfb1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.9.5", + "version": "10.9.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.9.5", + "version": "10.9.6", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -87,7 +87,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/config": "^9.0.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", @@ -112,12 +112,12 @@ "is-cidr": "^5.1.1", "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^9.0.0", - "libnpmdiff": "^7.0.2", - "libnpmexec": "^9.0.2", - "libnpmfund": "^6.0.2", + "libnpmdiff": "^7.0.3", + "libnpmexec": "^9.0.3", + "libnpmfund": "^6.0.3", "libnpmhook": "^11.0.0", "libnpmorg": "^7.0.0", - "libnpmpack": "^8.0.2", + "libnpmpack": "^8.0.3", "libnpmpublish": "^10.0.2", "libnpmsearch": "^8.0.0", "libnpmteam": "^7.0.0", @@ -17758,7 +17758,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "8.0.2", + "version": "8.0.3", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -17858,10 +17858,10 @@ } }, "workspaces/libnpmdiff": { - "version": "7.0.2", + "version": "7.0.3", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^2.3.0", "diff": "^5.1.0", @@ -17880,10 +17880,10 @@ } }, "workspaces/libnpmexec": { - "version": "9.0.2", + "version": "9.0.3", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", "npm-package-arg": "^12.0.0", @@ -17909,10 +17909,10 @@ } }, "workspaces/libnpmfund": { - "version": "6.0.2", + "version": "6.0.3", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.2" + "@npmcli/arborist": "^8.0.3" }, "devDependencies": { "@npmcli/eslint-config": "^5.0.1", @@ -17959,10 +17959,10 @@ } }, "workspaces/libnpmpack": { - "version": "8.0.2", + "version": "8.0.3", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/run-script": "^9.0.1", "npm-package-arg": "^12.0.0", "pacote": "^19.0.0" diff --git a/package.json b/package.json index fb8c82043def8..63f1eb05aeedc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.9.5", + "version": "10.9.6", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -52,7 +52,7 @@ }, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/config": "^9.0.0", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", @@ -77,12 +77,12 @@ "is-cidr": "^5.1.1", "json-parse-even-better-errors": "^4.0.0", "libnpmaccess": "^9.0.0", - "libnpmdiff": "^7.0.2", - "libnpmexec": "^9.0.2", - "libnpmfund": "^6.0.2", + "libnpmdiff": "^7.0.3", + "libnpmexec": "^9.0.3", + "libnpmfund": "^6.0.3", "libnpmhook": "^11.0.0", "libnpmorg": "^7.0.0", - "libnpmpack": "^8.0.2", + "libnpmpack": "^8.0.3", "libnpmpublish": "^10.0.2", "libnpmsearch": "^8.0.0", "libnpmteam": "^7.0.0", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index a1337b06acdeb..501ca350b7d59 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.0.3](https://github.com/npm/cli/compare/arborist-v8.0.2...arborist-v8.0.3) (2026-03-09) +### Bug Fixes +* [`ebd09c3`](https://github.com/npm/cli/commit/ebd09c32eea3a1438fa754b281f5238679de6645) [#9084](https://github.com/npm/cli/pull/9084) arborist: backport linked strategy hoisting fixes to v10 (#9084) (@manzoorwanijk) +* [`f95f368`](https://github.com/npm/cli/commit/f95f36817abba3ad4c5a983324d2eb1722ced35e) [#9075](https://github.com/npm/cli/pull/9075) consolidate isolated node/link attributes (#9075) (@wraithgar) +* [`2d83231`](https://github.com/npm/cli/commit/2d832315d67683af65b02610446f469f0e49a5ee) [#9064](https://github.com/npm/cli/pull/9064) arborist: add missing top property to isolated reifier proxy nodes (#9064) (@manzoorwanijk) + ## [8.0.2](https://github.com/npm/cli/compare/arborist-v8.0.1...arborist-v8.0.2) (2026-03-04) ### Bug Fixes * [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 4df83efa78cc3..8531896fb9bc8 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "8.0.2", + "version": "8.0.3", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index e61436493d9e4..81d62a665ac46 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -12,6 +12,11 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2` +## [7.0.3](https://github.com/npm/cli/compare/libnpmdiff-v7.0.2...libnpmdiff-v7.0.3) (2026-03-09) +### Dependencies +* [`a5dadad`](https://github.com/npm/cli/commit/a5dadad48ecbea9783d12d355e4031f9f22d845f) [#9067](https://github.com/npm/cli/pull/9067) `tar@7.5.11` +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` + ## [7.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.1.4...libnpmdiff-v7.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmdiff` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 795b09dd224e0..90c58f1c4b4d6 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "7.0.2", + "version": "7.0.3", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^2.3.0", "diff": "^5.1.0", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index e44a790b2167c..71d399313c5b4 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -8,6 +8,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` + ## [9.0.0](https://github.com/npm/cli/compare/libnpmexec-v8.1.4...libnpmexec-v9.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmexec` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 211e1ec053991..bbaec99a07e46 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "9.0.2", + "version": "9.0.3", "files": [ "bin/", "lib/" @@ -60,7 +60,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", "npm-package-arg": "^12.0.0", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 5b7fe73075571..61c3c27a9535d 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -16,6 +16,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` + ## [6.0.0](https://github.com/npm/cli/compare/libnpmfund-v5.0.12...libnpmfund-v6.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmfund` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 9f28d92cac5b5..2732e1c40b74c 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "6.0.2", + "version": "6.0.3", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.2" + "@npmcli/arborist": "^8.0.3" }, "engines": { "node": "^18.17.0 || >=20.5.0" diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 596b11092b648..f2d9f90e2ca99 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -12,6 +12,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` + ## [8.0.0](https://github.com/npm/cli/compare/libnpmpack-v7.0.4...libnpmpack-v8.0.0) (2024-10-03) ### ⚠️ BREAKING CHANGES * `libnpmpack` now supports node `^18.17.0 || >=20.5.0` diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 78a01cfb64df1..5ba811c30e2f4 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "8.0.2", + "version": "8.0.3", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js", @@ -37,7 +37,7 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/arborist": "^8.0.2", + "@npmcli/arborist": "^8.0.3", "@npmcli/run-script": "^9.0.1", "npm-package-arg": "^12.0.0", "pacote": "^19.0.0"