Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "11.19.1",
"workspaces/arborist": "9.9.1",
".": "11.20.0",
"workspaces/arborist": "9.9.2",
"workspaces/libnpmaccess": "10.0.3",
"workspaces/libnpmdiff": "8.1.12",
"workspaces/libnpmexec": "10.3.2",
"workspaces/libnpmfund": "7.0.26",
"workspaces/libnpmdiff": "8.1.13",
"workspaces/libnpmexec": "10.3.3",
"workspaces/libnpmfund": "7.0.27",
"workspaces/libnpmorg": "8.0.1",
"workspaces/libnpmpack": "9.1.13",
"workspaces/libnpmpack": "9.1.14",
"workspaces/libnpmpublish": "11.2.0",
"workspaces/libnpmsearch": "9.0.1",
"workspaces/libnpmteam": "8.0.2",
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [11.20.0](https://github.com/npm/cli/compare/v11.19.1...v11.20.0) (2026-08-28)
### Features
* [`b872816`](https://github.com/npm/cli/commit/b872816e657fef0cc4235626916724b1a9bcb40a) [#9920](https://github.com/npm/cli/pull/9920) stage: display staged package status (#9920) (@github-actions[bot], @joelverhagen)
### Bug Fixes
* [`70317da`](https://github.com/npm/cli/commit/70317da6328fb19e662f13427be09d9c5e2d344f) [#9930](https://github.com/npm/cli/pull/9930) arborist: reject uninstall args that carry a version (#9930) (@github-actions[bot], @lazerg)
* [`55ae484`](https://github.com/npm/cli/commit/55ae4844e2cee4c293939ecdb6010dc6d779e009) [#9929](https://github.com/npm/cli/pull/9929) arborist: match allowScripts keys for local paths (#9929) (@github-actions[bot], @martinrrm, @Copilot)
* [`7f1f2b7`](https://github.com/npm/cli/commit/7f1f2b77f5aa9f3dfe3f649cf2df0b02f6423c13) [#9928](https://github.com/npm/cli/pull/9928) keep dry-run output valid json (#9928) (@github-actions[bot], @martinrrm)
* [`f28cca9`](https://github.com/npm/cli/commit/f28cca95d46668837d2cf9df2754b2a550c57dfb) [#9927](https://github.com/npm/cli/pull/9927) don't print the funding message for global installs (#9927) (@github-actions[bot], @lazerg)
### Chores
* [`afdc5bd`](https://github.com/npm/cli/commit/afdc5bd5884b8ee97f5245f680e5a7cfc1b0e579) [#9932](https://github.com/npm/cli/pull/9932) pass nodedir to node-gyp via npm_package_config env in node integration (#9932) (@reggi)
* [`83f95ff`](https://github.com/npm/cli/commit/83f95ff69e69500c854c371dc7065a413caec907) [#9931](https://github.com/npm/cli/pull/9931) update `node-integration` workflow template to latest actions (#9931) (@reggi)
* [`f020fba`](https://github.com/npm/cli/commit/f020fba35b368ffc20352cd8d5e73058f4267c84) [#9925](https://github.com/npm/cli/pull/9925) recognize prefixed Node.js PR titles (#9925) (@github-actions[bot], @reggi)


### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.2): `@npmcli/arborist@9.9.2`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.13): `libnpmdiff@8.1.13`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.3.3): `libnpmexec@10.3.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.27): `libnpmfund@7.0.27`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.14): `libnpmpack@9.1.14`

## [11.19.1](https://github.com/npm/cli/compare/v11.19.0...v11.19.1) (2026-08-25)
### Bug Fixes
* [`83b750d`](https://github.com/npm/cli/commit/83b750dbbc0b32f498da760396542f83d4069100) [#9916](https://github.com/npm/cli/pull/9916) exempt explicit pack targets from allow-directory (#9916) (@github-actions[bot], @ychampion, @ychampion)
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "11.19.1",
"version": "11.20.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "11.19.1",
"version": "11.20.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -84,7 +84,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/config": "^10.12.0",
"@npmcli/fs": "^5.0.0",
"@npmcli/map-workspaces": "^5.0.3",
Expand All @@ -109,11 +109,11 @@
"is-cidr": "^6.0.4",
"json-parse-even-better-errors": "^5.0.0",
"libnpmaccess": "^10.0.3",
"libnpmdiff": "^8.1.12",
"libnpmexec": "^10.3.2",
"libnpmfund": "^7.0.26",
"libnpmdiff": "^8.1.13",
"libnpmexec": "^10.3.3",
"libnpmfund": "^7.0.27",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.1.13",
"libnpmpack": "^9.1.14",
"libnpmpublish": "^11.2.0",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down Expand Up @@ -14356,7 +14356,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "9.9.1",
"version": "9.9.2",
"license": "ISC",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
Expand Down Expand Up @@ -14454,10 +14454,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "8.1.12",
"version": "8.1.13",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/installed-package-contents": "^4.0.0",
"binary-extensions": "^3.0.0",
"diff": "^8.0.2",
Expand All @@ -14476,11 +14476,11 @@
}
},
"workspaces/libnpmexec": {
"version": "10.3.2",
"version": "10.3.3",
"license": "ISC",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/package-json": "^7.0.0",
"@npmcli/run-script": "^10.0.0",
"ci-info": "^4.0.0",
Expand All @@ -14507,10 +14507,10 @@
}
},
"workspaces/libnpmfund": {
"version": "7.0.26",
"version": "7.0.27",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.9.1"
"@npmcli/arborist": "^9.9.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand Down Expand Up @@ -14540,10 +14540,10 @@
}
},
"workspaces/libnpmpack": {
"version": "9.1.13",
"version": "9.1.14",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/run-script": "^10.0.0",
"npm-package-arg": "^13.0.0",
"pacote": "^21.0.2"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.19.1",
"version": "11.20.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/config": "^10.12.0",
"@npmcli/fs": "^5.0.0",
"@npmcli/map-workspaces": "^5.0.3",
Expand All @@ -77,11 +77,11 @@
"is-cidr": "^6.0.4",
"json-parse-even-better-errors": "^5.0.0",
"libnpmaccess": "^10.0.3",
"libnpmdiff": "^8.1.12",
"libnpmexec": "^10.3.2",
"libnpmfund": "^7.0.26",
"libnpmdiff": "^8.1.13",
"libnpmexec": "^10.3.3",
"libnpmfund": "^7.0.27",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.1.13",
"libnpmpack": "^9.1.14",
"libnpmpublish": "^11.2.0",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [9.9.2](https://github.com/npm/cli/compare/arborist-v9.9.1...arborist-v9.9.2) (2026-08-28)
### Bug Fixes
* [`70317da`](https://github.com/npm/cli/commit/70317da6328fb19e662f13427be09d9c5e2d344f) [#9930](https://github.com/npm/cli/pull/9930) arborist: reject uninstall args that carry a version (#9930) (@github-actions[bot], @lazerg)
* [`55ae484`](https://github.com/npm/cli/commit/55ae4844e2cee4c293939ecdb6010dc6d779e009) [#9929](https://github.com/npm/cli/pull/9929) arborist: match allowScripts keys for local paths (#9929) (@github-actions[bot], @martinrrm, @Copilot)
* [`7e0d7e2`](https://github.com/npm/cli/commit/7e0d7e265321b109c21a41a75711dd2e20d0e918) [#9903](https://github.com/npm/cli/pull/9903) arborist: don't fetch packuments for uninstallable optional peer deps (#9903) (@github-actions[bot], @danielroe)
### Chores
* [`7b8a6f1`](https://github.com/npm/cli/commit/7b8a6f1ba5c0c37cb326ae110071acfe1071903e) [#9926](https://github.com/npm/cli/pull/9926) arborist: add missing registry mock in bin links reify test (#9926) (@github-actions[bot], @reggi, @Copilot)

## [9.9.1](https://github.com/npm/cli/compare/arborist-v9.9.0...arborist-v9.9.1) (2026-07-28)
### Bug Fixes
* [`aea0c6e`](https://github.com/npm/cli/commit/aea0c6e13c9160327659b809d5b9f7369f093ea0) [#9808](https://github.com/npm/cli/pull/9808) arborist: avoid crash when peer back-off detaches a node (#9808) (@github-actions[bot], @manzoorwanijk)
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "9.9.1",
"version": "9.9.2",
"description": "Manage node_modules trees",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.2): `@npmcli/arborist@9.9.2`

## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
### Features
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "8.1.12",
"version": "8.1.13",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/installed-package-contents": "^4.0.0",
"binary-extensions": "^3.0.0",
"diff": "^8.0.2",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.2): `@npmcli/arborist@9.9.2`

## [10.3.1](https://github.com/npm/cli/compare/libnpmexec-v10.3.0...libnpmexec-v10.3.1) (2026-06-29)
### Bug Fixes
* [`f3f2465`](https://github.com/npm/cli/commit/f3f246580c8fa136ec90c5b7d96b940a6f6a90b0) [#9692](https://github.com/npm/cli/pull/9692) exec: prevent shared binPaths pollution across workspace runs (#9692) (@github-actions[bot], @arjun-vegeta)
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "10.3.2",
"version": "10.3.3",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/package-json": "^7.0.0",
"@npmcli/run-script": "^10.0.0",
"ci-info": "^4.0.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.2): `@npmcli/arborist@9.9.2`

## [7.0.0](https://github.com/npm/cli/compare/libnpmfund-v7.0.0-pre.1...libnpmfund-v7.0.0) (2024-12-16)
### Features
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@wraithgar)
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "7.0.26",
"version": "7.0.27",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^9.9.1"
"@npmcli/arborist": "^9.9.2"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.2): `@npmcli/arborist@9.9.2`

## [9.1.13](https://github.com/npm/cli/compare/libnpmpack-v9.1.12...libnpmpack-v9.1.13) (2026-08-25)
### Bug Fixes
* [`83b750d`](https://github.com/npm/cli/commit/83b750dbbc0b32f498da760396542f83d4069100) [#9916](https://github.com/npm/cli/pull/9916) exempt explicit pack targets from allow-directory (#9916) (@github-actions[bot], @ychampion, @ychampion)
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "9.1.13",
"version": "9.1.14",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^9.9.1",
"@npmcli/arborist": "^9.9.2",
"@npmcli/run-script": "^10.0.0",
"npm-package-arg": "^13.0.0",
"pacote": "^21.0.2"
Expand Down