Skip to content

Commit 979a99f

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.6.2
1 parent c54d1e9 commit 979a99f

File tree

19 files changed

+137
-47
lines changed

19 files changed

+137
-47
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.6.1",
3-
"workspaces/arborist": "9.1.5",
4-
"workspaces/libnpmaccess": "10.0.2",
5-
"workspaces/libnpmdiff": "8.0.8",
6-
"workspaces/libnpmexec": "10.1.7",
7-
"workspaces/libnpmfund": "7.0.8",
2+
".": "11.6.2",
3+
"workspaces/arborist": "9.1.6",
4+
"workspaces/libnpmaccess": "10.0.3",
5+
"workspaces/libnpmdiff": "8.0.9",
6+
"workspaces/libnpmexec": "10.1.8",
7+
"workspaces/libnpmfund": "7.0.9",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.0.8",
9+
"workspaces/libnpmpack": "9.0.9",
1010
"workspaces/libnpmpublish": "11.1.1",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.2",
14-
"workspaces/config": "10.4.1"
14+
"workspaces/config": "10.4.2"
1515
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,3 +976,4 @@ Jeepsboucher <[email protected]>
976976
Arkadiusz Czekajski <[email protected]>
977977
Liam Mitchell <[email protected]>
978978
Jon Jensen <[email protected]>
979+
Josh Soref <[email protected]>

CHANGELOG.md

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

3+
## [11.6.2](https://github.com/npm/cli/compare/v11.6.1...v11.6.2) (2025-10-06)
4+
### Bug Fixes
5+
* [`c54d1e9`](https://github.com/npm/cli/commit/c54d1e96f37e7fd4bf2645c4905535c9b3d93e3b) [#8633](https://github.com/npm/cli/pull/8633) progress bar code cleanup (#8633) (@wraithgar)
6+
* [`d352e27`](https://github.com/npm/cli/commit/d352e27a679b1b7f4417ff5f7e3ac73fe13b403a) [#8629](https://github.com/npm/cli/pull/8629) do not redact notice logs going to stdout (#8629) (@wraithgar)
7+
* [`5ac3678`](https://github.com/npm/cli/commit/5ac3678feabbb28b1d0d8a78838bf8da79f63c1b) [#8617](https://github.com/npm/cli/pull/8617) spelling in ./lib and ./test/lib (#8617) (@jsoref)
8+
* [`9197995`](https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c) [#8619](https://github.com/npm/cli/pull/8619) spelling (#8619) (@jsoref)
9+
* [`dd884e3`](https://github.com/npm/cli/commit/dd884e371c1fba7e2b7c1540baec405dd30ac3e7) [#8618](https://github.com/npm/cli/pull/8618) spelling (#8618) (@jsoref)
10+
* [`f6028e6`](https://github.com/npm/cli/commit/f6028e67aa1b2696e60e115d870182a026bae07f) [#8614](https://github.com/npm/cli/pull/8614) skip redacting urls meant for opening by the user (#8614) (@wraithgar, @jolyndenning)
11+
* [`54fd27f`](https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e) [#8602](https://github.com/npm/cli/pull/8602) refactor node.ideallyInert to node.inert (#8602) (@liamcmitchell)
12+
* [`79e3c1e`](https://github.com/npm/cli/commit/79e3c1eff776ed7bbc76c1aa53b02cfdea40a6e7) [#8593](https://github.com/npm/cli/pull/8593) use @npmcli/package-json to normalize package data (@wraithgar)
13+
### Documentation
14+
* [`0469c5e`](https://github.com/npm/cli/commit/0469c5ebec7d4998f957d7c69702796af6797c57) [#8639](https://github.com/npm/cli/pull/8639) rewrap markdown (#8639) (@jsoref)
15+
* [`9ceb9c1`](https://github.com/npm/cli/commit/9ceb9c1d18d2c52a5c3328b4939e979baca7edea) [#8636](https://github.com/npm/cli/pull/8636) rewrap markdown (#8636) (@jsoref)
16+
* [`6324370`](https://github.com/npm/cli/commit/63243709429ab7d95f360caebce6c31946d41857) [#8616](https://github.com/npm/cli/pull/8616) fix spelling (#8616) (@jsoref)
17+
* [`1b0429a`](https://github.com/npm/cli/commit/1b0429af3b837e12fc5063d153393641435a856d) [#8607](https://github.com/npm/cli/pull/8607) Fix spelling (#8607) (@jsoref)
18+
* [`7fbe07a`](https://github.com/npm/cli/commit/7fbe07a6ad9eff81a41776fb6068fce9e7b557d1) [#8603](https://github.com/npm/cli/pull/8603) clean up deprecated `npm access` commands (#8603) (@jsoref)
19+
### Dependencies
20+
* [`fe9484a`](https://github.com/npm/cli/commit/fe9484a17707f5a6bc16cdc91f29f848a4b54d31) [#8593](https://github.com/npm/cli/pull/8593) remove normalize-package-data
21+
### Chores
22+
* [`e8de81b`](https://github.com/npm/cli/commit/e8de81bc8202cfe1253676fd3f9785508e9051a6) [#8643](https://github.com/npm/cli/pull/8643) Add automatically generated annotation to dependencies.md (#8643) (@jsoref)
23+
* [`67cfaf3`](https://github.com/npm/cli/commit/67cfaf35295fa2f5d7aa01d37c423c60ad7afeca) [#8627](https://github.com/npm/cli/pull/8627) fix spelling: different (#8627) (@jsoref)
24+
* [`17ddc0d`](https://github.com/npm/cli/commit/17ddc0d6af1b56c4670b36b2c2705d31bdfa7749) [#8622](https://github.com/npm/cli/pull/8622) fix spelling (#8622) (@jsoref)
25+
* [`c3e1790`](https://github.com/npm/cli/commit/c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d) [#8605](https://github.com/npm/cli/pull/8605) Remove reference to nonexistent calendar (#8605) (@jsoref)
26+
* [`ac9143e`](https://github.com/npm/cli/commit/ac9143eafd46a89f707f525381b0ddb109b3beb6) [#8604](https://github.com/npm/cli/pull/8604) Improve link accessibility for screen reader users (#8604) (@jsoref)
27+
* [`62d73e7`](https://github.com/npm/cli/commit/62d73e763fa2deffa629a4451a80b7e58032b8e0) [#8601](https://github.com/npm/cli/pull/8601) remove references to benchmarks workflow (#8601) (@jsoref)
28+
* [`bb4b739`](https://github.com/npm/cli/commit/bb4b73953ada43285aa43dad626f48dafc53fea2) [#8598](https://github.com/npm/cli/pull/8598) remove stale comment (#8598) (@jsoref)
29+
* [`f73e65d`](https://github.com/npm/cli/commit/f73e65d86d425bcf6b1693553e981bd05d2daeaf) [#8592](https://github.com/npm/cli/pull/8592) fix build url code for remark-github@12 (#8592) (@wraithgar)
30+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.6): `@npmcli/[email protected]`
31+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.4.2): `@npmcli/[email protected]`
32+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.3): `[email protected]`
33+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.9): `[email protected]`
34+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.8): `[email protected]`
35+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.9): `[email protected]`
36+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.9): `[email protected]`
37+
338
## [11.6.1](https://github.com/npm/cli/compare/v11.6.0...v11.6.1) (2025-09-23)
439
### Bug Fixes
540
* [`d389614`](https://github.com/npm/cli/commit/d3896147c61b06d6d39a55bbb609f878548e0107) [#8579](https://github.com/npm/cli/pull/8579) corrects peer dependency flag propagation (@owlstronaut)

package-lock.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.6.1",
3+
"version": "11.6.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.6.1",
9+
"version": "11.6.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,8 +84,8 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^9.1.5",
88-
"@npmcli/config": "^10.4.1",
87+
"@npmcli/arborist": "^9.1.6",
88+
"@npmcli/config": "^10.4.2",
8989
"@npmcli/fs": "^4.0.0",
9090
"@npmcli/map-workspaces": "^5.0.0",
9191
"@npmcli/package-json": "^7.0.1",
@@ -108,12 +108,12 @@
108108
"init-package-json": "^8.2.2",
109109
"is-cidr": "^6.0.0",
110110
"json-parse-even-better-errors": "^4.0.0",
111-
"libnpmaccess": "^10.0.2",
112-
"libnpmdiff": "^8.0.8",
113-
"libnpmexec": "^10.1.7",
114-
"libnpmfund": "^7.0.8",
111+
"libnpmaccess": "^10.0.3",
112+
"libnpmdiff": "^8.0.9",
113+
"libnpmexec": "^10.1.8",
114+
"libnpmfund": "^7.0.9",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.0.8",
116+
"libnpmpack": "^9.0.9",
117117
"libnpmpublish": "^11.1.1",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14394,7 +14394,7 @@
1439414394
},
1439514395
"workspaces/arborist": {
1439614396
"name": "@npmcli/arborist",
14397-
"version": "9.1.5",
14397+
"version": "9.1.6",
1439814398
"license": "ISC",
1439914399
"dependencies": {
1440014400
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14451,7 +14451,7 @@
1445114451
},
1445214452
"workspaces/config": {
1445314453
"name": "@npmcli/config",
14454-
"version": "10.4.1",
14454+
"version": "10.4.2",
1445514455
"license": "ISC",
1445614456
"dependencies": {
1445714457
"@npmcli/map-workspaces": "^5.0.0",
@@ -14474,7 +14474,7 @@
1447414474
}
1447514475
},
1447614476
"workspaces/libnpmaccess": {
14477-
"version": "10.0.2",
14477+
"version": "10.0.3",
1447814478
"license": "ISC",
1447914479
"dependencies": {
1448014480
"npm-package-arg": "^13.0.0",
@@ -14491,10 +14491,10 @@
1449114491
}
1449214492
},
1449314493
"workspaces/libnpmdiff": {
14494-
"version": "8.0.8",
14494+
"version": "8.0.9",
1449514495
"license": "ISC",
1449614496
"dependencies": {
14497-
"@npmcli/arborist": "^9.1.5",
14497+
"@npmcli/arborist": "^9.1.6",
1449814498
"@npmcli/installed-package-contents": "^3.0.0",
1449914499
"binary-extensions": "^3.0.0",
1450014500
"diff": "^8.0.2",
@@ -14513,10 +14513,10 @@
1451314513
}
1451414514
},
1451514515
"workspaces/libnpmexec": {
14516-
"version": "10.1.7",
14516+
"version": "10.1.8",
1451714517
"license": "ISC",
1451814518
"dependencies": {
14519-
"@npmcli/arborist": "^9.1.5",
14519+
"@npmcli/arborist": "^9.1.6",
1452014520
"@npmcli/package-json": "^7.0.0",
1452114521
"@npmcli/run-script": "^10.0.0",
1452214522
"ci-info": "^4.0.0",
@@ -14544,10 +14544,10 @@
1454414544
}
1454514545
},
1454614546
"workspaces/libnpmfund": {
14547-
"version": "7.0.8",
14547+
"version": "7.0.9",
1454814548
"license": "ISC",
1454914549
"dependencies": {
14550-
"@npmcli/arborist": "^9.1.5"
14550+
"@npmcli/arborist": "^9.1.6"
1455114551
},
1455214552
"devDependencies": {
1455314553
"@npmcli/eslint-config": "^5.0.1",
@@ -14577,10 +14577,10 @@
1457714577
}
1457814578
},
1457914579
"workspaces/libnpmpack": {
14580-
"version": "9.0.8",
14580+
"version": "9.0.9",
1458114581
"license": "ISC",
1458214582
"dependencies": {
14583-
"@npmcli/arborist": "^9.1.5",
14583+
"@npmcli/arborist": "^9.1.6",
1458414584
"@npmcli/run-script": "^10.0.0",
1458514585
"npm-package-arg": "^13.0.0",
1458614586
"pacote": "^21.0.2"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.6.1",
2+
"version": "11.6.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^9.1.5",
56-
"@npmcli/config": "^10.4.1",
55+
"@npmcli/arborist": "^9.1.6",
56+
"@npmcli/config": "^10.4.2",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^5.0.0",
5959
"@npmcli/package-json": "^7.0.1",
@@ -76,12 +76,12 @@
7676
"init-package-json": "^8.2.2",
7777
"is-cidr": "^6.0.0",
7878
"json-parse-even-better-errors": "^4.0.0",
79-
"libnpmaccess": "^10.0.2",
80-
"libnpmdiff": "^8.0.8",
81-
"libnpmexec": "^10.1.7",
82-
"libnpmfund": "^7.0.8",
79+
"libnpmaccess": "^10.0.3",
80+
"libnpmdiff": "^8.0.9",
81+
"libnpmexec": "^10.1.8",
82+
"libnpmfund": "^7.0.9",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.0.8",
84+
"libnpmpack": "^9.0.9",
8585
"libnpmpublish": "^11.1.1",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.1.6](https://github.com/npm/cli/compare/arborist-v9.1.5...arborist-v9.1.6) (2025-10-06)
4+
### Bug Fixes
5+
* [`0a8b8c2`](https://github.com/npm/cli/commit/0a8b8c2ba37872b08a24bcf067f6da34d718f6d8) [#8621](https://github.com/npm/cli/pull/8621) typo bugs and other spelling fixes (#8621) (@jsoref)
6+
* [`54fd27f`](https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e) [#8602](https://github.com/npm/cli/pull/8602) refactor node.ideallyInert to node.inert (#8602) (@liamcmitchell)
7+
* [`13d8df6`](https://github.com/npm/cli/commit/13d8df64e78dc13c49ab0607b252de1d54f0122a) [#8537](https://github.com/npm/cli/pull/8537) optional set calculation (#8537) (@liamcmitchell)
8+
### Chores
9+
* [`180e9f7`](https://github.com/npm/cli/commit/180e9f709d10c959556c19205bb3636220bed9c7) [#8610](https://github.com/npm/cli/pull/8610) fix spelling in workspaces/arborist (#8610) (@jsoref)
10+
* [`91393de`](https://github.com/npm/cli/commit/91393deaf71bad084bb1d2aa868d5f895cc5f103) [#8599](https://github.com/npm/cli/pull/8599) Update references for arborist to cli (#8599) (@jsoref)
11+
312
## [9.1.5](https://github.com/npm/cli/compare/arborist-v9.1.4...arborist-v9.1.5) (2025-09-23)
413
### Bug Fixes
514
* [`60aa94b`](https://github.com/npm/cli/commit/60aa94b0379b2f4491c5d6857c1cff3036d9a3a9) [#8576](https://github.com/npm/cli/pull/8576) attach path to json parse error (@wraithgar)

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.5",
3+
"version": "9.1.6",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [10.4.2](https://github.com/npm/cli/compare/config-v10.4.1...config-v10.4.2) (2025-10-06)
4+
### Bug Fixes
5+
* [`9197995`](https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c) [#8619](https://github.com/npm/cli/pull/8619) spelling (#8619) (@jsoref)
6+
### Documentation
7+
* [`1fde042`](https://github.com/npm/cli/commit/1fde04261c899fd03753e2a90698774e41943887) [#8640](https://github.com/npm/cli/pull/8640) rewrap markdown (#8640) (@jsoref)
8+
### Chores
9+
* [`8e5d204`](https://github.com/npm/cli/commit/8e5d2042b041d637db14670f22cb7e866dd00479) [#8626](https://github.com/npm/cli/pull/8626) fix spelling: different (#8626) (@jsoref)
10+
* [`7455fc0`](https://github.com/npm/cli/commit/7455fc01fffa8419dda0f01e2480ab860b81b56f) [#8608](https://github.com/npm/cli/pull/8608) Fix spelling in workspaces/config (#8608) (@jsoref)
11+
312
## [10.4.1](https://github.com/npm/cli/compare/config-v10.4.0...config-v10.4.1) (2025-09-23)
413
### Documentation
514
* [`7a09902`](https://github.com/npm/cli/commit/7a099029dbeeeab821498b9b462abce1269461f4) [#8582](https://github.com/npm/cli/pull/8582) bring back certfile (#8582) (@jenseng)

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "10.4.1",
3+
"version": "10.4.2",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [10.0.3](https://github.com/npm/cli/compare/libnpmaccess-v10.0.2...libnpmaccess-v10.0.3) (2025-10-06)
4+
### Bug Fixes
5+
* [`f367507`](https://github.com/npm/cli/commit/f367507b2a8156c00687426034d0a76188e90b4c) [#8624](https://github.com/npm/cli/pull/8624) spelling (#8624) (@jsoref)
6+
### Chores
7+
* [`7f1c3a3`](https://github.com/npm/cli/commit/7f1c3a37316b42e652b61ea4919e40305c8de06f) [#8606](https://github.com/npm/cli/pull/8606) fix spelling - permissions (#8606) (@jsoref)
8+
39
## [10.0.2](https://github.com/npm/cli/compare/libnpmaccess-v10.0.1...libnpmaccess-v10.0.2) (2025-09-23)
410
### Dependencies
511
* [`bf6b686`](https://github.com/npm/cli/commit/bf6b6862731e03002cc6fa3b86b6f090df46b009) [#8576](https://github.com/npm/cli/pull/8576) `[email protected]`

0 commit comments

Comments
 (0)