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 @@
{
".": "12.0.2",
"workspaces/arborist": "10.0.2",
".": "12.0.3",
"workspaces/arborist": "10.0.3",
"workspaces/libnpmaccess": "11.0.0",
"workspaces/libnpmdiff": "9.0.2",
"workspaces/libnpmexec": "11.0.2",
"workspaces/libnpmfund": "8.0.2",
"workspaces/libnpmdiff": "9.0.3",
"workspaces/libnpmexec": "11.0.3",
"workspaces/libnpmfund": "8.0.3",
"workspaces/libnpmorg": "9.0.0",
"workspaces/libnpmpack": "10.0.2",
"workspaces/libnpmpack": "10.0.3",
"workspaces/libnpmpublish": "12.0.0",
"workspaces/libnpmsearch": "10.0.0",
"workspaces/libnpmteam": "9.0.0",
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -1038,3 +1038,5 @@ Justin Clark <u2mejc@users.noreply.github.com>
James Prevett <jp@jamespre.dev>
martin <martin.ruiz.mares@gmail.com>
Hashim Khan <64767361+Hashim1999164@users.noreply.github.com>
Lazizbek Ergashev <lazerg2@gmail.com>
Daniel Roe <daniel@roe.dev>
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [12.0.3](https://github.com/npm/cli/compare/v12.0.2...v12.0.3) (2026-08-20)
### Bug Fixes
* [`51c2bf8`](https://github.com/npm/cli/commit/51c2bf81fa2c31547d0fec44fff2aaac3d9a9862) [#9864](https://github.com/npm/cli/pull/9864) don't print the funding message for global installs (#9864) (@lazerg)
### Documentation
* [`bea9066`](https://github.com/npm/cli/commit/bea9066c7d1fe09d6475bbe391f28116aa6a83a6) [#9838](https://github.com/npm/cli/pull/9838) document npm 12 install script blocking (#9838) (@reggi)
### Chores
* [`4cdccea`](https://github.com/npm/cli/commit/4cdcceac047f82571d0ec734e18b87d1d130e042) [#9836](https://github.com/npm/cli/pull/9836) update `node-integration` workflow template to latest actions (#9836) (@MikeMcC399)
* [`278df04`](https://github.com/npm/cli/commit/278df04d3f25d391af3213a243bb9f89e1d11899) [#9822](https://github.com/npm/cli/pull/9822) pass nodedir to node-gyp via npm_package_config env in node integration (#9822) (@reggi, @Copilot)


### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.3): `@npmcli/arborist@10.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v9.0.3): `libnpmdiff@9.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v11.0.3): `libnpmexec@11.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v8.0.3): `libnpmfund@8.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v10.0.3): `libnpmpack@10.0.3`

## [12.0.2](https://github.com/npm/cli/compare/v12.0.1...v12.0.2) (2026-07-27)
### Bug Fixes
* [`834408e`](https://github.com/npm/cli/commit/834408e8f0f2295d02205d8ff5d011c859835225) [#9760](https://github.com/npm/cli/pull/9760) pack: honor min-release-age-exclude (#9760) (@martinrrm, @Copilot)
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": "12.0.2",
"version": "12.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "12.0.2",
"version": "12.0.3",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/config": "^11.0.1",
"@npmcli/fs": "^6.0.0",
"@npmcli/git": "^8.0.0",
Expand Down Expand Up @@ -115,11 +115,11 @@
"is-cidr": "^7.0.0",
"json-parse-even-better-errors": "^6.0.0",
"libnpmaccess": "^11.0.0",
"libnpmdiff": "^9.0.2",
"libnpmexec": "^11.0.2",
"libnpmfund": "^8.0.2",
"libnpmdiff": "^9.0.3",
"libnpmexec": "^11.0.3",
"libnpmfund": "^8.0.3",
"libnpmorg": "^9.0.0",
"libnpmpack": "^10.0.2",
"libnpmpack": "^10.0.3",
"libnpmpublish": "^12.0.0",
"libnpmsearch": "^10.0.0",
"libnpmteam": "^9.0.0",
Expand Down Expand Up @@ -14947,7 +14947,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "10.0.2",
"version": "10.0.3",
"license": "ISC",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
Expand Down Expand Up @@ -15047,10 +15047,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "9.0.2",
"version": "9.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/installed-package-contents": "^5.0.0",
"binary-extensions": "^3.0.0",
"diff": "^8.0.2",
Expand All @@ -15069,11 +15069,11 @@
}
},
"workspaces/libnpmexec": {
"version": "11.0.2",
"version": "11.0.3",
"license": "ISC",
"dependencies": {
"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/package-json": "^8.0.0",
"@npmcli/run-script": "^11.0.0",
"ci-info": "^4.0.0",
Expand All @@ -15100,10 +15100,10 @@
}
},
"workspaces/libnpmfund": {
"version": "8.0.2",
"version": "8.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^10.0.2"
"@npmcli/arborist": "^10.0.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand Down Expand Up @@ -15133,10 +15133,10 @@
}
},
"workspaces/libnpmpack": {
"version": "10.0.2",
"version": "10.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/run-script": "^11.0.0",
"npm-package-arg": "^14.0.0",
"pacote": "^22.0.0"
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": "12.0.2",
"version": "12.0.3",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/config": "^11.0.1",
"@npmcli/fs": "^6.0.0",
"@npmcli/git": "^8.0.0",
Expand Down Expand Up @@ -76,11 +76,11 @@
"is-cidr": "^7.0.0",
"json-parse-even-better-errors": "^6.0.0",
"libnpmaccess": "^11.0.0",
"libnpmdiff": "^9.0.2",
"libnpmexec": "^11.0.2",
"libnpmfund": "^8.0.2",
"libnpmdiff": "^9.0.3",
"libnpmexec": "^11.0.3",
"libnpmfund": "^8.0.3",
"libnpmorg": "^9.0.0",
"libnpmpack": "^10.0.2",
"libnpmpack": "^10.0.3",
"libnpmpublish": "^12.0.0",
"libnpmsearch": "^10.0.0",
"libnpmteam": "^9.0.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [10.0.3](https://github.com/npm/cli/compare/arborist-v10.0.2...arborist-v10.0.3) (2026-08-20)
### Bug Fixes
* [`dc43591`](https://github.com/npm/cli/commit/dc43591e6e08e9857c787116b1ed12f074e68c3c) [#9877](https://github.com/npm/cli/pull/9877) arborist: don't fetch packuments for uninstallable optional peer dependencies (#9877) (@danielroe)

## [10.0.2](https://github.com/npm/cli/compare/arborist-v10.0.1...arborist-v10.0.2) (2026-07-27)
### Bug Fixes
* [`74eff59`](https://github.com/npm/cli/commit/74eff59db40b4aff9665f4083b475a000bb46e50) [#9770](https://github.com/npm/cli/pull/9770) arborist: avoid crash when peer back-off detaches a node (#9770) (@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": "10.0.2",
"version": "10.0.3",
"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 @@ -80,6 +80,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.2): `@npmcli/arborist@10.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.3): `@npmcli/arborist@10.0.3`

## [9.0.0](https://github.com/npm/cli/compare/libnpmdiff-v9.0.0-pre.1...libnpmdiff-v9.0.0) (2026-07-08)
### 鈿狅笍 BREAKING CHANGES
* `npm` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`
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": "9.0.2",
"version": "9.0.3",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/installed-package-contents": "^5.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 @@ -48,6 +48,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.2): `@npmcli/arborist@10.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.3): `@npmcli/arborist@10.0.3`

## [11.0.0](https://github.com/npm/cli/compare/libnpmexec-v11.0.0-pre.1...libnpmexec-v11.0.0) (2026-07-08)
### 鈿狅笍 BREAKING CHANGES
* `npm` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`
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": "11.0.2",
"version": "11.0.3",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/package-json": "^8.0.0",
"@npmcli/run-script": "^11.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 @@ -104,6 +104,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.2): `@npmcli/arborist@10.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.3): `@npmcli/arborist@10.0.3`

## [8.0.0](https://github.com/npm/cli/compare/libnpmfund-v8.0.0-pre.1...libnpmfund-v8.0.0) (2026-07-08)
### 鈿狅笍 BREAKING CHANGES
* `npm` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`
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": "8.0.2",
"version": "8.0.3",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^10.0.2"
"@npmcli/arborist": "^10.0.3"
},
"engines": {
"node": "^22.22.2 || ^24.15.0 || >=26.0.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 @@ -84,6 +84,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.2): `@npmcli/arborist@10.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v10.0.3): `@npmcli/arborist@10.0.3`

## [10.0.0](https://github.com/npm/cli/compare/libnpmpack-v10.0.0-pre.2...libnpmpack-v10.0.0) (2026-07-08)
### 鈿狅笍 BREAKING CHANGES
* npm pack and npm publish now error when a package's overrides apply to one or more of its bundled packages (bundledDependencies / bundleDependencies). Defining both fields is still allowed as long as no override actually targets a bundled package. To resolve the error, remove the affected entries from either overrides or the bundle.
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": "10.0.2",
"version": "10.0.3",
"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": "^10.0.2",
"@npmcli/arborist": "^10.0.3",
"@npmcli/run-script": "^11.0.0",
"npm-package-arg": "^14.0.0",
"pacote": "^22.0.0"
Expand Down