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.6.2",
"workspaces/arborist": "9.1.6",
".": "11.6.3",
"workspaces/arborist": "9.1.7",
"workspaces/libnpmaccess": "10.0.3",
"workspaces/libnpmdiff": "8.0.9",
"workspaces/libnpmexec": "10.1.8",
"workspaces/libnpmfund": "7.0.9",
"workspaces/libnpmdiff": "8.0.10",
"workspaces/libnpmexec": "10.1.9",
"workspaces/libnpmfund": "7.0.10",
"workspaces/libnpmorg": "8.0.1",
"workspaces/libnpmpack": "9.0.9",
"workspaces/libnpmpack": "9.0.10",
"workspaces/libnpmpublish": "11.1.2",
"workspaces/libnpmsearch": "9.0.1",
"workspaces/libnpmteam": "8.0.2",
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -977,3 +977,4 @@ Arkadiusz Czekajski <[email protected]>
Liam Mitchell <[email protected]>
Jon Jensen <[email protected]>
Josh Soref <[email protected]>
Tejas Mahajan <[email protected]>
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [11.6.3](https://github.com/npm/cli/compare/v11.6.2...v11.6.3) (2025-10-20)
### Bug Fixes
* [`49a4eef`](https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff) [#8676](https://github.com/npm/cli/pull/8676) use look behind regex for trailing slash stripping (#8676) (@wraithgar)
* [`b1aee62`](https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd) [#8645](https://github.com/npm/cli/pull/8645) dep flag calculation (#8645) (@liamcmitchell)
### Documentation
* [`06510a8`](https://github.com/npm/cli/commit/06510a8720fa180e9ef9093d9caee2e85bbc5165) [#8683](https://github.com/npm/cli/pull/8683) add ignore-scripts option to npm version help and docs (#8683) (@Tejas242)
### Chores
* [`4bff14b`](https://github.com/npm/cli/commit/4bff14b536f70b998b38ca984cbcab94a6c65bf9) [#8670](https://github.com/npm/cli/pull/8670) write tarball to testDir (#8670) (@wraithgar)
* [`679486b`](https://github.com/npm/cli/commit/679486b095f262d478daa21629d01f68f0240c9b) [#8672](https://github.com/npm/cli/pull/8672) fix lockfile (#8672) (@wraithgar)


### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.7): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.10): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.9): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.10): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.10): `[email protected]`

## [11.6.2](https://github.com/npm/cli/compare/v11.6.1...v11.6.2) (2025-10-08)
### Bug Fixes
* [`c54d1e9`](https://github.com/npm/cli/commit/c54d1e96f37e7fd4bf2645c4905535c9b3d93e3b) [#8633](https://github.com/npm/cli/pull/8633) progress bar code cleanup (#8633) (@wraithgar)
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.6.2",
"version": "11.6.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "11.6.2",
"version": "11.6.3",
"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.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/config": "^10.4.2",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^5.0.0",
Expand All @@ -109,11 +109,11 @@
"is-cidr": "^6.0.1",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^10.0.3",
"libnpmdiff": "^8.0.9",
"libnpmexec": "^10.1.8",
"libnpmfund": "^7.0.9",
"libnpmdiff": "^8.0.10",
"libnpmexec": "^10.1.9",
"libnpmfund": "^7.0.10",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.0.9",
"libnpmpack": "^9.0.10",
"libnpmpublish": "^11.1.2",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down Expand Up @@ -14572,7 +14572,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "9.1.6",
"version": "9.1.7",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -14669,10 +14669,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "8.0.9",
"version": "8.0.10",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^3.0.0",
"diff": "^8.0.2",
Expand All @@ -14691,10 +14691,10 @@
}
},
"workspaces/libnpmexec": {
"version": "10.1.8",
"version": "10.1.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/package-json": "^7.0.0",
"@npmcli/run-script": "^10.0.0",
"ci-info": "^4.0.0",
Expand Down Expand Up @@ -14722,10 +14722,10 @@
}
},
"workspaces/libnpmfund": {
"version": "7.0.9",
"version": "7.0.10",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.1.6"
"@npmcli/arborist": "^9.1.7"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand Down Expand Up @@ -14755,10 +14755,10 @@
}
},
"workspaces/libnpmpack": {
"version": "9.0.9",
"version": "9.0.10",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^9.1.6",
"@npmcli/arborist": "^9.1.7",
"@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.6.2",
"version": "11.6.3",
"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.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/config": "^10.4.2",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^5.0.0",
Expand All @@ -77,11 +77,11 @@
"is-cidr": "^6.0.1",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^10.0.3",
"libnpmdiff": "^8.0.9",
"libnpmexec": "^10.1.8",
"libnpmfund": "^7.0.9",
"libnpmdiff": "^8.0.10",
"libnpmexec": "^10.1.9",
"libnpmfund": "^7.0.10",
"libnpmorg": "^8.0.1",
"libnpmpack": "^9.0.9",
"libnpmpack": "^9.0.10",
"libnpmpublish": "^11.1.2",
"libnpmsearch": "^9.0.1",
"libnpmteam": "^8.0.2",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [9.1.7](https://github.com/npm/cli/compare/arborist-v9.1.6...arborist-v9.1.7) (2025-10-20)
### Bug Fixes
* [`05319f0`](https://github.com/npm/cli/commit/05319f0cc3fee6680e4f59a13ed9420785cf673b) [#8677](https://github.com/npm/cli/pull/8677) code cleanup (#8677) (@wraithgar)
* [`49a4eef`](https://github.com/npm/cli/commit/49a4eefd613dbb60bcff3dac39129f70586d3cff) [#8676](https://github.com/npm/cli/pull/8676) use look behind regex for trailing slash stripping (#8676) (@wraithgar)
* [`b1aee62`](https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd) [#8645](https://github.com/npm/cli/pull/8645) dep flag calculation (#8645) (@liamcmitchell)

## [9.1.6](https://github.com/npm/cli/compare/arborist-v9.1.5...arborist-v9.1.6) (2025-10-08)
### Bug Fixes
* [`0a8b8c2`](https://github.com/npm/cli/commit/0a8b8c2ba37872b08a24bcf067f6da34d718f6d8) [#8621](https://github.com/npm/cli/pull/8621) typo bugs and other spelling fixes (#8621) (@jsoref)
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.1.6",
"version": "9.1.7",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.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 @@ -32,6 +32,10 @@

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

### Dependencies

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

## [8.0.9](https://github.com/npm/cli/compare/libnpmdiff-v8.0.8...libnpmdiff-v8.0.9) (2025-10-08)
### Documentation
* [`268e4f8`](https://github.com/npm/cli/commit/268e4f8ae9845991e15cccd7bcaf2545af766898) [#8642](https://github.com/npm/cli/pull/8642) rewrap markdown (#8642) (@jsoref)
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.0.9",
"version": "8.0.10",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^9.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/installed-package-contents": "^3.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 @@ -16,6 +16,10 @@

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

### Dependencies

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

## [10.1.8](https://github.com/npm/cli/compare/libnpmexec-v10.1.7...libnpmexec-v10.1.8) (2025-10-08)
### Bug Fixes
* [`d62c5fe`](https://github.com/npm/cli/commit/d62c5fe9a7c6b180019cd4d62e7963f232038ebb) [#8625](https://github.com/npm/cli/pull/8625) spelling in workspaces/libnpmexec (#8625) (@jsoref)
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.1.8",
"version": "10.1.9",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^9.1.6",
"@npmcli/arborist": "^9.1.7",
"@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 @@ -48,6 +48,10 @@

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

### Dependencies

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

## [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.9",
"version": "7.0.10",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^9.1.6"
"@npmcli/arborist": "^9.1.7"
},
"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 @@ -36,6 +36,10 @@

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

### Dependencies

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

## [9.0.8](https://github.com/npm/cli/compare/libnpmpack-v9.0.7...libnpmpack-v9.0.8) (2025-09-23)
### Dependencies
* [`bf6b686`](https://github.com/npm/cli/commit/bf6b6862731e03002cc6fa3b86b6f090df46b009) [#8576](https://github.com/npm/cli/pull/8576) `[email protected]`
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.0.9",
"version": "9.0.10",
"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.1.6",
"@npmcli/arborist": "^9.1.7",
"@npmcli/run-script": "^10.0.0",
"npm-package-arg": "^13.0.0",
"pacote": "^21.0.2"
Expand Down