Skip to content

Commit cf09672

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.6.2
1 parent 9197995 commit cf09672

File tree

17 files changed

+100
-42
lines changed

17 files changed

+100
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.6.1",
3-
"workspaces/arborist": "9.1.5",
2+
".": "11.6.2",
3+
"workspaces/arborist": "9.1.6",
44
"workspaces/libnpmaccess": "10.0.2",
5-
"workspaces/libnpmdiff": "8.0.8",
6-
"workspaces/libnpmexec": "10.1.7",
7-
"workspaces/libnpmfund": "7.0.8",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [11.6.2](https://github.com/npm/cli/compare/v11.6.1...v11.6.2) (2025-10-01)
4+
### Bug Fixes
5+
* [`9197995`](https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c) [#8619](https://github.com/npm/cli/pull/8619) spelling (#8619) (@jsoref)
6+
* [`dd884e3`](https://github.com/npm/cli/commit/dd884e371c1fba7e2b7c1540baec405dd30ac3e7) [#8618](https://github.com/npm/cli/pull/8618) spelling (#8618) (@jsoref)
7+
* [`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)
8+
* [`54fd27f`](https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e) [#8602](https://github.com/npm/cli/pull/8602) refactor node.ideallyInert to node.inert (#8602) (@liamcmitchell)
9+
* [`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)
10+
### Documentation
11+
* [`6324370`](https://github.com/npm/cli/commit/63243709429ab7d95f360caebce6c31946d41857) [#8616](https://github.com/npm/cli/pull/8616) fix spelling (#8616) (@jsoref)
12+
* [`1b0429a`](https://github.com/npm/cli/commit/1b0429af3b837e12fc5063d153393641435a856d) [#8607](https://github.com/npm/cli/pull/8607) Fix spelling (#8607) (@jsoref)
13+
* [`7fbe07a`](https://github.com/npm/cli/commit/7fbe07a6ad9eff81a41776fb6068fce9e7b557d1) [#8603](https://github.com/npm/cli/pull/8603) clean up deprecated `npm access` commands (#8603) (@jsoref)
14+
### Dependencies
15+
* [`fe9484a`](https://github.com/npm/cli/commit/fe9484a17707f5a6bc16cdc91f29f848a4b54d31) [#8593](https://github.com/npm/cli/pull/8593) remove normalize-package-data
16+
### Chores
17+
* [`17ddc0d`](https://github.com/npm/cli/commit/17ddc0d6af1b56c4670b36b2c2705d31bdfa7749) [#8622](https://github.com/npm/cli/pull/8622) fix spelling (#8622) (@jsoref)
18+
* [`c3e1790`](https://github.com/npm/cli/commit/c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d) [#8605](https://github.com/npm/cli/pull/8605) Remove reference to nonexistent calendar (#8605) (@jsoref)
19+
* [`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)
20+
* [`62d73e7`](https://github.com/npm/cli/commit/62d73e763fa2deffa629a4451a80b7e58032b8e0) [#8601](https://github.com/npm/cli/pull/8601) remove references to benchmarks workflow (#8601) (@jsoref)
21+
* [`bb4b739`](https://github.com/npm/cli/commit/bb4b73953ada43285aa43dad626f48dafc53fea2) [#8598](https://github.com/npm/cli/pull/8598) remove stale comment (#8598) (@jsoref)
22+
* [`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)
23+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.6): `@npmcli/[email protected]`
24+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.4.2): `@npmcli/[email protected]`
25+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.9): `[email protected]`
26+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.8): `[email protected]`
27+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.9): `[email protected]`
28+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.9): `[email protected]`
29+
330
## [11.6.1](https://github.com/npm/cli/compare/v11.6.0...v11.6.1) (2025-09-23)
431
### Bug Fixes
532
* [`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: 18 additions & 18 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",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.0",
110110
"json-parse-even-better-errors": "^4.0.0",
111111
"libnpmaccess": "^10.0.2",
112-
"libnpmdiff": "^8.0.8",
113-
"libnpmexec": "^10.1.7",
114-
"libnpmfund": "^7.0.8",
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",
@@ -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: 7 additions & 7 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",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.0",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.2",
80-
"libnpmdiff": "^8.0.8",
81-
"libnpmexec": "^10.1.7",
82-
"libnpmfund": "^7.0.8",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [9.1.6](https://github.com/npm/cli/compare/arborist-v9.1.5...arborist-v9.1.6) (2025-10-01)
4+
### Bug Fixes
5+
* [`54fd27f`](https://github.com/npm/cli/commit/54fd27f9f6af54ca9fd11165aafbc8a13a38f39e) [#8602](https://github.com/npm/cli/pull/8602) refactor node.ideallyInert to node.inert (#8602) (@liamcmitchell)
6+
* [`13d8df6`](https://github.com/npm/cli/commit/13d8df64e78dc13c49ab0607b252de1d54f0122a) [#8537](https://github.com/npm/cli/pull/8537) optional set calculation (#8537) (@liamcmitchell)
7+
### Chores
8+
* [`180e9f7`](https://github.com/npm/cli/commit/180e9f709d10c959556c19205bb3636220bed9c7) [#8610](https://github.com/npm/cli/pull/8610) fix spelling in workspaces/arborist (#8610) (@jsoref)
9+
* [`91393de`](https://github.com/npm/cli/commit/91393deaf71bad084bb1d2aa868d5f895cc5f103) [#8599](https://github.com/npm/cli/pull/8599) Update references for arborist to cli (#8599) (@jsoref)
10+
311
## [9.1.5](https://github.com/npm/cli/compare/arborist-v9.1.4...arborist-v9.1.5) (2025-09-23)
412
### Bug Fixes
513
* [`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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [10.4.2](https://github.com/npm/cli/compare/config-v10.4.1...config-v10.4.2) (2025-10-01)
4+
### Bug Fixes
5+
* [`9197995`](https://github.com/npm/cli/commit/9197995ef0b760738454f2d255c0683d0731b24c) [#8619](https://github.com/npm/cli/pull/8619) spelling (#8619) (@jsoref)
6+
### Chores
7+
* [`7455fc0`](https://github.com/npm/cli/commit/7455fc01fffa8419dda0f01e2480ab860b81b56f) [#8608](https://github.com/npm/cli/pull/8608) Fix spelling in workspaces/config (#8608) (@jsoref)
8+
39
## [10.4.1](https://github.com/npm/cli/compare/config-v10.4.0...config-v10.4.1) (2025-09-23)
410
### Documentation
511
* [`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/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.6): `@npmcli/[email protected]`
38+
3539
## [8.0.8](https://github.com/npm/cli/compare/libnpmdiff-v8.0.7...libnpmdiff-v8.0.8) (2025-09-23)
3640
### Dependencies
3741
* [`849dcb6`](https://github.com/npm/cli/commit/849dcb6dc22a16f01869ba9c6bf9146143000b25) [#8589](https://github.com/npm/cli/pull/8589) `[email protected]` (#8589)

0 commit comments

Comments
 (0)