Skip to content

Commit 061a816

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.10.2
1 parent 07e6edd commit 061a816

15 files changed

Lines changed: 72 additions & 37 deletions

File tree

.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.10.1",
3-
"workspaces/arborist": "9.3.1",
2+
".": "11.10.2",
3+
"workspaces/arborist": "9.3.2",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.2",
6-
"workspaces/libnpmexec": "10.2.2",
7-
"workspaces/libnpmfund": "7.0.16",
5+
"workspaces/libnpmdiff": "8.1.3",
6+
"workspaces/libnpmexec": "10.2.3",
7+
"workspaces/libnpmfund": "7.0.17",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.2",
9+
"workspaces/libnpmpack": "9.1.3",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,3 +993,4 @@ Chris <dev.chris.smith@gmail.com>
993993
Adam Stachowicz <saibamenppl@gmail.com>
994994
Ishan Maitra <ishanmaitra2012@gmail.com>
995995
Umesh More <73871036+umeshmore45@users.noreply.github.com>
996+
Manzoor Wani <manzoorwani.jk@gmail.com>

CHANGELOG.md

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

3+
## [11.10.2](https://github.com/npm/cli/compare/v11.10.1...v11.10.2) (2026-02-24)
4+
### Documentation
5+
* [`143f8cd`](https://github.com/npm/cli/commit/143f8cdf4c6503240cc655b383ba865c0b9ea599) [#9007](https://github.com/npm/cli/pull/9007) docs shouldn't wrap yaml description (#9007) (@owlstronaut)
6+
7+
8+
### Dependencies
9+
10+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.2): `@npmcli/arborist@9.3.2`
11+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.3): `libnpmdiff@8.1.3`
12+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.3): `libnpmexec@10.2.3`
13+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.17): `libnpmfund@7.0.17`
14+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.3): `libnpmpack@9.1.3`
15+
316
## [11.10.1](https://github.com/npm/cli/compare/v11.10.0...v11.10.1) (2026-02-19)
417
### Bug Fixes
518
* [`9fac412`](https://github.com/npm/cli/commit/9fac412105c4bbd116cffb6e27dda54a2adecf33) [#8995](https://github.com/npm/cli/pull/8995) improve unknown config warning with .npmrc section hint (#8995) (@umeshmore45)

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.10.1",
3+
"version": "11.10.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.10.1",
9+
"version": "11.10.2",
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.3.1",
87+
"@npmcli/arborist": "^9.3.2",
8888
"@npmcli/config": "^10.7.1",
8989
"@npmcli/fs": "^5.0.0",
9090
"@npmcli/map-workspaces": "^5.0.3",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.3",
110110
"json-parse-even-better-errors": "^5.0.0",
111111
"libnpmaccess": "^10.0.3",
112-
"libnpmdiff": "^8.1.2",
113-
"libnpmexec": "^10.2.2",
114-
"libnpmfund": "^7.0.16",
112+
"libnpmdiff": "^8.1.3",
113+
"libnpmexec": "^10.2.3",
114+
"libnpmfund": "^7.0.17",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.2",
116+
"libnpmpack": "^9.1.3",
117117
"libnpmpublish": "^11.1.3",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14402,7 +14402,7 @@
1440214402
},
1440314403
"workspaces/arborist": {
1440414404
"name": "@npmcli/arborist",
14405-
"version": "9.3.1",
14405+
"version": "9.3.2",
1440614406
"license": "ISC",
1440714407
"dependencies": {
1440814408
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14499,10 +14499,10 @@
1449914499
}
1450014500
},
1450114501
"workspaces/libnpmdiff": {
14502-
"version": "8.1.2",
14502+
"version": "8.1.3",
1450314503
"license": "ISC",
1450414504
"dependencies": {
14505-
"@npmcli/arborist": "^9.3.1",
14505+
"@npmcli/arborist": "^9.3.2",
1450614506
"@npmcli/installed-package-contents": "^4.0.0",
1450714507
"binary-extensions": "^3.0.0",
1450814508
"diff": "^8.0.2",
@@ -14521,10 +14521,10 @@
1452114521
}
1452214522
},
1452314523
"workspaces/libnpmexec": {
14524-
"version": "10.2.2",
14524+
"version": "10.2.3",
1452514525
"license": "ISC",
1452614526
"dependencies": {
14527-
"@npmcli/arborist": "^9.3.1",
14527+
"@npmcli/arborist": "^9.3.2",
1452814528
"@npmcli/package-json": "^7.0.0",
1452914529
"@npmcli/run-script": "^10.0.0",
1453014530
"ci-info": "^4.0.0",
@@ -14552,10 +14552,10 @@
1455214552
}
1455314553
},
1455414554
"workspaces/libnpmfund": {
14555-
"version": "7.0.16",
14555+
"version": "7.0.17",
1455614556
"license": "ISC",
1455714557
"dependencies": {
14558-
"@npmcli/arborist": "^9.3.1"
14558+
"@npmcli/arborist": "^9.3.2"
1455914559
},
1456014560
"devDependencies": {
1456114561
"@npmcli/eslint-config": "^5.0.1",
@@ -14585,10 +14585,10 @@
1458514585
}
1458614586
},
1458714587
"workspaces/libnpmpack": {
14588-
"version": "9.1.2",
14588+
"version": "9.1.3",
1458914589
"license": "ISC",
1459014590
"dependencies": {
14591-
"@npmcli/arborist": "^9.3.1",
14591+
"@npmcli/arborist": "^9.3.2",
1459214592
"@npmcli/run-script": "^10.0.0",
1459314593
"npm-package-arg": "^13.0.0",
1459414594
"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.10.1",
2+
"version": "11.10.2",
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.3.1",
55+
"@npmcli/arborist": "^9.3.2",
5656
"@npmcli/config": "^10.7.1",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.3",
7878
"json-parse-even-better-errors": "^5.0.0",
7979
"libnpmaccess": "^10.0.3",
80-
"libnpmdiff": "^8.1.2",
81-
"libnpmexec": "^10.2.2",
82-
"libnpmfund": "^7.0.16",
80+
"libnpmdiff": "^8.1.3",
81+
"libnpmexec": "^10.2.3",
82+
"libnpmfund": "^7.0.17",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.2",
84+
"libnpmpack": "^9.1.3",
8585
"libnpmpublish": "^11.1.3",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.3.2](https://github.com/npm/cli/compare/arborist-v9.3.1...arborist-v9.3.2) (2026-02-24)
4+
### Bug Fixes
5+
* [`07e6edd`](https://github.com/npm/cli/commit/07e6edd9d0f21ab65bd98e444598ddcb50b66551) [#9025](https://github.com/npm/cli/pull/9025) save libc field to package-lock.json (@owlstronaut)
6+
* [`a2154cd`](https://github.com/npm/cli/commit/a2154cd91370c9c611cc19c943d00c3d0bbfa4ef) [#8996](https://github.com/npm/cli/pull/8996) linked strategy fixes for scoped packages, aliases, and peer deps (#8996) (@manzoorwanijk)
7+
38
## [9.3.1](https://github.com/npm/cli/compare/arborist-v9.3.0...arborist-v9.3.1) (2026-02-19)
49
### Bug Fixes
510
* [`bb135cc`](https://github.com/npm/cli/commit/bb135cc8998b8b936f2cb412ec3303ae02d6920c) [#8981](https://github.com/npm/cli/pull/8981) arborist: fix `peerOptional` dependency resolution in `buildIdealTree` (#8981) (@Saibamen, @cursoragent)

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.3.1",
3+
"version": "9.3.2",
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
@@ -52,6 +52,10 @@
5252

5353
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.1): `@npmcli/arborist@9.3.1`
5454

55+
### Dependencies
56+
57+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.2): `@npmcli/arborist@9.3.2`
58+
5559
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
5660
### Features
5761
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

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.1.2",
3+
"version": "8.1.3",
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.3.1",
50+
"@npmcli/arborist": "^9.3.2",
5151
"@npmcli/installed-package-contents": "^4.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
@@ -32,6 +32,10 @@
3232

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

35+
### Dependencies
36+
37+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.3.2): `@npmcli/arborist@9.3.2`
38+
3539
## [10.2.0](https://github.com/npm/cli/compare/libnpmexec-v10.1.12...libnpmexec-v10.2.0) (2026-02-04)
3640
### Features
3741
* [`f5f6cf7`](https://github.com/npm/cli/commit/f5f6cf7c9fc9315b96eb29c5c7d5ab63ad3a9122) [#8943](https://github.com/npm/cli/pull/8943) config: add --allow-git (@wraithgar)

0 commit comments

Comments
 (0)