diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45d70565a16e7..297d5c96c4d27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "10.9.6", - "workspaces/arborist": "8.0.3", + ".": "10.9.7", + "workspaces/arborist": "8.0.4", "workspaces/libnpmaccess": "9.0.0", - "workspaces/libnpmdiff": "7.0.3", - "workspaces/libnpmexec": "9.0.3", - "workspaces/libnpmfund": "6.0.3", + "workspaces/libnpmdiff": "7.0.4", + "workspaces/libnpmexec": "9.0.4", + "workspaces/libnpmfund": "6.0.4", "workspaces/libnpmhook": "11.0.0", "workspaces/libnpmorg": "7.0.0", - "workspaces/libnpmpack": "8.0.3", + "workspaces/libnpmpack": "8.0.4", "workspaces/libnpmpublish": "10.0.2", "workspaces/libnpmsearch": "8.0.0", "workspaces/libnpmteam": "7.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 789927c6e446f..4f042081f8f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.9.7](https://github.com/npm/cli/compare/v10.9.6...v10.9.7) (2026-03-18) +### Bug Fixes +* [`bbcd455`](https://github.com/npm/cli/commit/bbcd45502315365286ce8b35a9585c5e4c516e6b) [#9120](https://github.com/npm/cli/pull/9120) arborist: v10 - backport store, lock-only, and override sibling fixes (#9120) (@manzoorwanijk) +### Dependencies +* [`cc9a4de`](https://github.com/npm/cli/commit/cc9a4de0a9552f7942dcaa3d72e7a2c7163e3b31) [#9130](https://github.com/npm/cli/pull/9130) hoist production @sigstore dependencies +### Chores +* [`e5c1309`](https://github.com/npm/cli/commit/e5c1309693f9a94044be87d7642b0327a8f27569) [#9130](https://github.com/npm/cli/pull/9130) dev dependency updates (@wraithgar) +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.4): `@npmcli/arborist@8.0.4` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.4): `libnpmdiff@7.0.4` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.4): `libnpmexec@9.0.4` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.4): `libnpmfund@6.0.4` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.4): `libnpmpack@8.0.4` + ## [10.9.6](https://github.com/npm/cli/compare/v10.9.5...v10.9.6) (2026-03-10) ### Bug Fixes * [`d6fe671`](https://github.com/npm/cli/commit/d6fe671dfb6137bf6dcbaaa23abfce95ff1d4270) [#9098](https://github.com/npm/cli/pull/9098) arborist: v10 - backport multiple fixes for linked install (#9098) (@manzoorwanijk) diff --git a/package-lock.json b/package-lock.json index 87be9a7f4e0da..8ccf556c872e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.9.6", + "version": "10.9.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.9.6", + "version": "10.9.7", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -87,7 +87,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@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.3", - "libnpmexec": "^9.0.3", - "libnpmfund": "^6.0.3", + "libnpmdiff": "^7.0.4", + "libnpmexec": "^9.0.4", + "libnpmfund": "^6.0.4", "libnpmhook": "^11.0.0", "libnpmorg": "^7.0.0", - "libnpmpack": "^8.0.3", + "libnpmpack": "^8.0.4", "libnpmpublish": "^10.0.2", "libnpmsearch": "^8.0.0", "libnpmteam": "^7.0.0", @@ -17469,7 +17469,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "8.0.3", + "version": "8.0.4", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -17569,10 +17569,10 @@ } }, "workspaces/libnpmdiff": { - "version": "7.0.3", + "version": "7.0.4", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@npmcli/installed-package-contents": "^3.0.0", "binary-extensions": "^2.3.0", "diff": "^5.1.0", @@ -17591,10 +17591,10 @@ } }, "workspaces/libnpmexec": { - "version": "9.0.3", + "version": "9.0.4", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@npmcli/run-script": "^9.0.1", "ci-info": "^4.0.0", "npm-package-arg": "^12.0.0", @@ -17620,10 +17620,10 @@ } }, "workspaces/libnpmfund": { - "version": "6.0.3", + "version": "6.0.4", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.3" + "@npmcli/arborist": "^8.0.4" }, "devDependencies": { "@npmcli/eslint-config": "^5.0.1", @@ -17670,10 +17670,10 @@ } }, "workspaces/libnpmpack": { - "version": "8.0.3", + "version": "8.0.4", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@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 63f1eb05aeedc..7b56ff14f7137 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.9.6", + "version": "10.9.7", "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.3", + "@npmcli/arborist": "^8.0.4", "@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.3", - "libnpmexec": "^9.0.3", - "libnpmfund": "^6.0.3", + "libnpmdiff": "^7.0.4", + "libnpmexec": "^9.0.4", + "libnpmfund": "^6.0.4", "libnpmhook": "^11.0.0", "libnpmorg": "^7.0.0", - "libnpmpack": "^8.0.3", + "libnpmpack": "^8.0.4", "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 6b29df40526f1..15aa28e32fc25 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [8.0.4](https://github.com/npm/cli/compare/arborist-v8.0.3...arborist-v8.0.4) (2026-03-18) +### Bug Fixes +* [`bbcd455`](https://github.com/npm/cli/commit/bbcd45502315365286ce8b35a9585c5e4c516e6b) [#9120](https://github.com/npm/cli/pull/9120) arborist: v10 - backport store, lock-only, and override sibling fixes (#9120) (@manzoorwanijk) + ## [8.0.3](https://github.com/npm/cli/compare/arborist-v8.0.2...arborist-v8.0.3) (2026-03-10) ### Bug Fixes * [`d6fe671`](https://github.com/npm/cli/commit/d6fe671dfb6137bf6dcbaaa23abfce95ff1d4270) [#9098](https://github.com/npm/cli/pull/9098) arborist: v10 - backport multiple fixes for linked install (#9098) (@manzoorwanijk) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 8531896fb9bc8..b16b4d2b750a1 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "8.0.3", + "version": "8.0.4", "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 dd85b720e2570..8ffd10156ab2a 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/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.4): `@npmcli/arborist@8.0.4` + ## [7.0.3](https://github.com/npm/cli/compare/libnpmdiff-v7.0.2...libnpmdiff-v7.0.3) (2026-03-10) ### Dependencies * [`a5dadad`](https://github.com/npm/cli/commit/a5dadad48ecbea9783d12d355e4031f9f22d845f) [#9067](https://github.com/npm/cli/pull/9067) `tar@7.5.11` diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 90c58f1c4b4d6..0d193d785f8b9 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "7.0.3", + "version": "7.0.4", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@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 71d399313c5b4..c246101cda203 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -12,6 +12,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.4): `@npmcli/arborist@8.0.4` + ## [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 bbaec99a07e46..61e02036f175a 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "9.0.3", + "version": "9.0.4", "files": [ "bin/", "lib/" @@ -60,7 +60,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.3", + "@npmcli/arborist": "^8.0.4", "@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 61c3c27a9535d..9bc7456217adf 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -20,6 +20,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.4): `@npmcli/arborist@8.0.4` + ## [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 2732e1c40b74c..68413953cef81 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "6.0.3", + "version": "6.0.4", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^8.0.3" + "@npmcli/arborist": "^8.0.4" }, "engines": { "node": "^18.17.0 || >=20.5.0" diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index f2d9f90e2ca99..e49ff73a4abda 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -16,6 +16,10 @@ * [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3` +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.4): `@npmcli/arborist@8.0.4` + ## [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 5ba811c30e2f4..15d8f202b3dba 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "8.0.3", + "version": "8.0.4", "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.3", + "@npmcli/arborist": "^8.0.4", "@npmcli/run-script": "^9.0.1", "npm-package-arg": "^12.0.0", "pacote": "^19.0.0"