Skip to content

Commit 172d4d5

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.6.3
1 parent 05319f0 commit 172d4d5

File tree

14 files changed

+76
-37
lines changed

14 files changed

+76
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
".": "11.6.2",
3-
"workspaces/arborist": "9.1.6",
2+
".": "11.6.3",
3+
"workspaces/arborist": "9.1.7",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.0.9",
6-
"workspaces/libnpmexec": "10.1.8",
7-
"workspaces/libnpmfund": "7.0.9",
5+
"workspaces/libnpmdiff": "8.0.10",
6+
"workspaces/libnpmexec": "10.1.9",
7+
"workspaces/libnpmfund": "7.0.10",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.0.9",
9+
"workspaces/libnpmpack": "9.0.10",
1010
"workspaces/libnpmpublish": "11.1.2",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [11.6.3](https://github.com/npm/cli/compare/v11.6.2...v11.6.3) (2025-10-16)
4+
### Bug Fixes
5+
* [`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)
6+
* [`b1aee62`](https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd) [#8645](https://github.com/npm/cli/pull/8645) dep flag calculation (#8645) (@liamcmitchell)
7+
### Chores
8+
* [`4bff14b`](https://github.com/npm/cli/commit/4bff14b536f70b998b38ca984cbcab94a6c65bf9) [#8670](https://github.com/npm/cli/pull/8670) write tarball to testDir (#8670) (@wraithgar)
9+
* [`679486b`](https://github.com/npm/cli/commit/679486b095f262d478daa21629d01f68f0240c9b) [#8672](https://github.com/npm/cli/pull/8672) fix lockfile (#8672) (@wraithgar)
10+
11+
12+
### Dependencies
13+
14+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.7): `@npmcli/[email protected]`
15+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.10): `[email protected]`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.9): `[email protected]`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.10): `[email protected]`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.10): `[email protected]`
19+
320
## [11.6.2](https://github.com/npm/cli/compare/v11.6.1...v11.6.2) (2025-10-08)
421
### Bug Fixes
522
* [`c54d1e9`](https://github.com/npm/cli/commit/c54d1e96f37e7fd4bf2645c4905535c9b3d93e3b) [#8633](https://github.com/npm/cli/pull/8633) progress bar code cleanup (#8633) (@wraithgar)

package-lock.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.6.2",
3+
"version": "11.6.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.6.2",
9+
"version": "11.6.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^9.1.6",
87+
"@npmcli/arborist": "^9.1.7",
8888
"@npmcli/config": "^10.4.2",
8989
"@npmcli/fs": "^4.0.0",
9090
"@npmcli/map-workspaces": "^5.0.0",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.1",
110110
"json-parse-even-better-errors": "^4.0.0",
111111
"libnpmaccess": "^10.0.3",
112-
"libnpmdiff": "^8.0.9",
113-
"libnpmexec": "^10.1.8",
114-
"libnpmfund": "^7.0.9",
112+
"libnpmdiff": "^8.0.10",
113+
"libnpmexec": "^10.1.9",
114+
"libnpmfund": "^7.0.10",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.0.9",
116+
"libnpmpack": "^9.0.10",
117117
"libnpmpublish": "^11.1.2",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14572,7 +14572,7 @@
1457214572
},
1457314573
"workspaces/arborist": {
1457414574
"name": "@npmcli/arborist",
14575-
"version": "9.1.6",
14575+
"version": "9.1.7",
1457614576
"license": "ISC",
1457714577
"dependencies": {
1457814578
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14669,10 +14669,10 @@
1466914669
}
1467014670
},
1467114671
"workspaces/libnpmdiff": {
14672-
"version": "8.0.9",
14672+
"version": "8.0.10",
1467314673
"license": "ISC",
1467414674
"dependencies": {
14675-
"@npmcli/arborist": "^9.1.6",
14675+
"@npmcli/arborist": "^9.1.7",
1467614676
"@npmcli/installed-package-contents": "^3.0.0",
1467714677
"binary-extensions": "^3.0.0",
1467814678
"diff": "^8.0.2",
@@ -14691,10 +14691,10 @@
1469114691
}
1469214692
},
1469314693
"workspaces/libnpmexec": {
14694-
"version": "10.1.8",
14694+
"version": "10.1.9",
1469514695
"license": "ISC",
1469614696
"dependencies": {
14697-
"@npmcli/arborist": "^9.1.6",
14697+
"@npmcli/arborist": "^9.1.7",
1469814698
"@npmcli/package-json": "^7.0.0",
1469914699
"@npmcli/run-script": "^10.0.0",
1470014700
"ci-info": "^4.0.0",
@@ -14722,10 +14722,10 @@
1472214722
}
1472314723
},
1472414724
"workspaces/libnpmfund": {
14725-
"version": "7.0.9",
14725+
"version": "7.0.10",
1472614726
"license": "ISC",
1472714727
"dependencies": {
14728-
"@npmcli/arborist": "^9.1.6"
14728+
"@npmcli/arborist": "^9.1.7"
1472914729
},
1473014730
"devDependencies": {
1473114731
"@npmcli/eslint-config": "^5.0.1",
@@ -14755,10 +14755,10 @@
1475514755
}
1475614756
},
1475714757
"workspaces/libnpmpack": {
14758-
"version": "9.0.9",
14758+
"version": "9.0.10",
1475914759
"license": "ISC",
1476014760
"dependencies": {
14761-
"@npmcli/arborist": "^9.1.6",
14761+
"@npmcli/arborist": "^9.1.7",
1476214762
"@npmcli/run-script": "^10.0.0",
1476314763
"npm-package-arg": "^13.0.0",
1476414764
"pacote": "^21.0.2"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.6.2",
2+
"version": "11.6.3",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^9.1.6",
55+
"@npmcli/arborist": "^9.1.7",
5656
"@npmcli/config": "^10.4.2",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^5.0.0",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.3",
80-
"libnpmdiff": "^8.0.9",
81-
"libnpmexec": "^10.1.8",
82-
"libnpmfund": "^7.0.9",
80+
"libnpmdiff": "^8.0.10",
81+
"libnpmexec": "^10.1.9",
82+
"libnpmfund": "^7.0.10",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.0.9",
84+
"libnpmpack": "^9.0.10",
8585
"libnpmpublish": "^11.1.2",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [9.1.7](https://github.com/npm/cli/compare/arborist-v9.1.6...arborist-v9.1.7) (2025-10-16)
4+
### Bug Fixes
5+
* [`05319f0`](https://github.com/npm/cli/commit/05319f0cc3fee6680e4f59a13ed9420785cf673b) [#8677](https://github.com/npm/cli/pull/8677) code cleanup (#8677) (@wraithgar)
6+
* [`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)
7+
* [`b1aee62`](https://github.com/npm/cli/commit/b1aee62082d7b25ec07f64e906afd76840907fbd) [#8645](https://github.com/npm/cli/pull/8645) dep flag calculation (#8645) (@liamcmitchell)
8+
39
## [9.1.6](https://github.com/npm/cli/compare/arborist-v9.1.5...arborist-v9.1.6) (2025-10-08)
410
### Bug Fixes
511
* [`0a8b8c2`](https://github.com/npm/cli/commit/0a8b8c2ba37872b08a24bcf067f6da34d718f6d8) [#8621](https://github.com/npm/cli/pull/8621) typo bugs and other spelling fixes (#8621) (@jsoref)

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

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

35+
### Dependencies
36+
37+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.7): `@npmcli/[email protected]`
38+
3539
## [8.0.9](https://github.com/npm/cli/compare/libnpmdiff-v8.0.8...libnpmdiff-v8.0.9) (2025-10-08)
3640
### Documentation
3741
* [`268e4f8`](https://github.com/npm/cli/commit/268e4f8ae9845991e15cccd7bcaf2545af766898) [#8642](https://github.com/npm/cli/pull/8642) rewrap markdown (#8642) (@jsoref)

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.3.8"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^9.1.6",
50+
"@npmcli/arborist": "^9.1.7",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^8.0.2",

workspaces/libnpmexec/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

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

19+
### Dependencies
20+
21+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.7): `@npmcli/[email protected]`
22+
1923
## [10.1.8](https://github.com/npm/cli/compare/libnpmexec-v10.1.7...libnpmexec-v10.1.8) (2025-10-08)
2024
### Bug Fixes
2125
* [`d62c5fe`](https://github.com/npm/cli/commit/d62c5fe9a7c6b180019cd4d62e7963f232038ebb) [#8625](https://github.com/npm/cli/pull/8625) spelling in workspaces/libnpmexec (#8625) (@jsoref)

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "10.1.8",
3+
"version": "10.1.9",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^9.1.6",
63+
"@npmcli/arborist": "^9.1.7",
6464
"@npmcli/package-json": "^7.0.0",
6565
"@npmcli/run-script": "^10.0.0",
6666
"ci-info": "^4.0.0",

0 commit comments

Comments
 (0)