Skip to content

Commit c90b6d0

Browse files
chore: release 11.13.0
1 parent 7cd45c6 commit c90b6d0

File tree

14 files changed

+74
-32
lines changed

14 files changed

+74
-32
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.12.1",
3-
"workspaces/arborist": "9.4.2",
2+
".": "11.13.0",
3+
"workspaces/arborist": "9.4.3",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.5",
6-
"workspaces/libnpmexec": "10.2.5",
7-
"workspaces/libnpmfund": "7.0.19",
5+
"workspaces/libnpmdiff": "8.1.6",
6+
"workspaces/libnpmexec": "10.2.6",
7+
"workspaces/libnpmfund": "7.0.20",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.5",
9+
"workspaces/libnpmpack": "9.1.6",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

CHANGELOG.md

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

3+
## [11.13.0](https://github.com/npm/cli/compare/v11.12.1...v11.13.0) (2026-04-17)
4+
### Features
5+
* [`8e8dadb`](https://github.com/npm/cli/commit/8e8dadb8ae378c1dde0b98c15167d739abaa9b37) [#9246](https://github.com/npm/cli/pull/9246) add `u` as alias for `update` command (#9246) (@github-actions[bot], @Ausoj)
6+
### Dependencies
7+
* [`032a5ca`](https://github.com/npm/cli/commit/032a5ca94a5b6095883256a1538a59f840adce80) [#9240](https://github.com/npm/cli/pull/9240) `@sigstore/protobuf-specs@0.5.1`
8+
* [`33a81e7`](https://github.com/npm/cli/commit/33a81e7f1c63b522d025142ecd6acc1a368dc603) [#9240](https://github.com/npm/cli/pull/9240) `tinyglobby@0.2.16`
9+
* [`68dc4a0`](https://github.com/npm/cli/commit/68dc4a02480563be34daf205ad08b6d3ca3cc550) [#9240](https://github.com/npm/cli/pull/9240) `picomatch@4.0.4`
10+
* [`1bb6703`](https://github.com/npm/cli/commit/1bb670362d3fe6724e9837a1dedf3bac9ff343dd) [#9240](https://github.com/npm/cli/pull/9240) `lru-cache@11.3.3`
11+
* [`37059e4`](https://github.com/npm/cli/commit/37059e41129c444839fcadcfb01f2aade63054d2) [#9240](https://github.com/npm/cli/pull/9240) `diff@8.0.4`
12+
* [`fb450ab`](https://github.com/npm/cli/commit/fb450ab4f85cde6aa9936f1f76b6a6b0ecbe9b56) [#9240](https://github.com/npm/cli/pull/9240) `minimatch@10.2.5`
13+
* [`7c4bbbf`](https://github.com/npm/cli/commit/7c4bbbfae55dcce038e1e9482ac946d99ad02442) [#9240](https://github.com/npm/cli/pull/9240) `tar@7.5.13`
14+
* [`703a3bc`](https://github.com/npm/cli/commit/703a3bc9e7f0f035729ab49e5122c2f4bf7fbf32) [#9240](https://github.com/npm/cli/pull/9240) `minipass-flush@1.0.6`
15+
### Chores
16+
* [`d249341`](https://github.com/npm/cli/commit/d2493410f7559837ad65a7b4117111a3590c4e8f) [#9230](https://github.com/npm/cli/pull/9230) don't run npm update in CI (@owlstronaut)
17+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.3): `@npmcli/arborist@9.4.3`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.6): `libnpmdiff@8.1.6`
19+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.6): `libnpmexec@10.2.6`
20+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.20): `libnpmfund@7.0.20`
21+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.6): `libnpmpack@9.1.6`
22+
323
## [11.12.1](https://github.com/npm/cli/compare/v11.12.0...v11.12.1) (2026-03-24)
424
### Bug Fixes
525
* [`596706a`](https://github.com/npm/cli/commit/596706a3d10100587e3751d860b4cfcc59342d2f) [#9148](https://github.com/npm/cli/pull/9148) revert prefer-offline/prefer-online exclusivity (#9129) (@owlstronaut)

package-lock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.12.1",
3+
"version": "11.13.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.12.1",
9+
"version": "11.13.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -14506,7 +14506,7 @@
1450614506
},
1450714507
"workspaces/arborist": {
1450814508
"name": "@npmcli/arborist",
14509-
"version": "9.4.2",
14509+
"version": "9.4.3",
1451014510
"license": "ISC",
1451114511
"dependencies": {
1451214512
"@gar/promise-retry": "^1.0.0",
@@ -14604,10 +14604,10 @@
1460414604
}
1460514605
},
1460614606
"workspaces/libnpmdiff": {
14607-
"version": "8.1.5",
14607+
"version": "8.1.6",
1460814608
"license": "ISC",
1460914609
"dependencies": {
14610-
"@npmcli/arborist": "^9.4.2",
14610+
"@npmcli/arborist": "^9.4.3",
1461114611
"@npmcli/installed-package-contents": "^4.0.0",
1461214612
"binary-extensions": "^3.0.0",
1461314613
"diff": "^8.0.2",
@@ -14626,11 +14626,11 @@
1462614626
}
1462714627
},
1462814628
"workspaces/libnpmexec": {
14629-
"version": "10.2.5",
14629+
"version": "10.2.6",
1463014630
"license": "ISC",
1463114631
"dependencies": {
1463214632
"@gar/promise-retry": "^1.0.0",
14633-
"@npmcli/arborist": "^9.4.2",
14633+
"@npmcli/arborist": "^9.4.3",
1463414634
"@npmcli/package-json": "^7.0.0",
1463514635
"@npmcli/run-script": "^10.0.0",
1463614636
"ci-info": "^4.0.0",
@@ -14657,10 +14657,10 @@
1465714657
}
1465814658
},
1465914659
"workspaces/libnpmfund": {
14660-
"version": "7.0.19",
14660+
"version": "7.0.20",
1466114661
"license": "ISC",
1466214662
"dependencies": {
14663-
"@npmcli/arborist": "^9.4.2"
14663+
"@npmcli/arborist": "^9.4.3"
1466414664
},
1466514665
"devDependencies": {
1466614666
"@npmcli/eslint-config": "^5.0.1",
@@ -14690,10 +14690,10 @@
1469014690
}
1469114691
},
1469214692
"workspaces/libnpmpack": {
14693-
"version": "9.1.5",
14693+
"version": "9.1.6",
1469414694
"license": "ISC",
1469514695
"dependencies": {
14696-
"@npmcli/arborist": "^9.4.2",
14696+
"@npmcli/arborist": "^9.4.3",
1469714697
"@npmcli/run-script": "^10.0.0",
1469814698
"npm-package-arg": "^13.0.0",
1469914699
"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.12.1",
2+
"version": "11.13.0",
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.4.2",
55+
"@npmcli/arborist": "^9.4.3",
5656
"@npmcli/config": "^10.8.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.5",
81-
"libnpmexec": "^10.2.5",
82-
"libnpmfund": "^7.0.19",
80+
"libnpmdiff": "^8.1.6",
81+
"libnpmexec": "^10.2.6",
82+
"libnpmfund": "^7.0.20",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.5",
84+
"libnpmpack": "^9.1.6",
8585
"libnpmpublish": "^11.1.3",
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.4.3](https://github.com/npm/cli/compare/arborist-v9.4.2...arborist-v9.4.3) (2026-04-17)
4+
### Bug Fixes
5+
* [`7cd45c6`](https://github.com/npm/cli/commit/7cd45c6037e2a09e7692d64d6bf16e1eaa24550a) [#9253](https://github.com/npm/cli/pull/9253) arborist: handle `npm link` with install-strategy=linked (@manzoorwanijk)
6+
* [`7e3a66e`](https://github.com/npm/cli/commit/7e3a66e96431e13ca7a0c09b2f8d421b9350aa13) [#9238](https://github.com/npm/cli/pull/9238) arborist: do not install inert optional extraneous shared dependencies (#9238) (@github-actions[bot], @lovell)
7+
* [`cff9ce9`](https://github.com/npm/cli/commit/cff9ce9f5c604478d0a4dfaa164844c43f0eb38d) [#9237](https://github.com/npm/cli/pull/9237) pass _isRoot context where missing (#9237) (@github-actions[bot])
8+
39
## [9.4.2](https://github.com/npm/cli/compare/arborist-v9.4.1...arborist-v9.4.2) (2026-03-18)
410
### Bug Fixes
511
* [`21ea382`](https://github.com/npm/cli/commit/21ea382a60b3693ff6c44c81447caa5d0294169c) [#9110](https://github.com/npm/cli/pull/9110) arborist: resolve sibling override sets via common ancestor (#9110) (@manzoorwanijk)

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.4.2",
3+
"version": "9.4.3",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@gar/promise-retry": "^1.0.0",

workspaces/libnpmdiff/CHANGELOG.md

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

6565
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.2): `@npmcli/arborist@9.4.2`
6666

67+
### Dependencies
68+
69+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.3): `@npmcli/arborist@9.4.3`
70+
6771
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
6872
### Features
6973
* [`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.5",
3+
"version": "8.1.6",
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.4.2",
50+
"@npmcli/arborist": "^9.4.3",
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
@@ -40,6 +40,10 @@
4040

4141
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.2): `@npmcli/arborist@9.4.2`
4242

43+
### Dependencies
44+
45+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.3): `@npmcli/arborist@9.4.3`
46+
4347
## [10.2.3](https://github.com/npm/cli/compare/libnpmexec-v10.2.2...libnpmexec-v10.2.3) (2026-02-25)
4448
### Bug Fixes
4549
* [`cf88236`](https://github.com/npm/cli/commit/cf8823608afe4229cb05f8b6c29890a6bda64502) [#9008](https://github.com/npm/cli/pull/9008) use @gar/promise-retry instead of promise-retry (@wraithgar)

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.2.5",
3+
"version": "10.2.6",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@gar/promise-retry": "^1.0.0",
64-
"@npmcli/arborist": "^9.4.2",
64+
"@npmcli/arborist": "^9.4.3",
6565
"@npmcli/package-json": "^7.0.0",
6666
"@npmcli/run-script": "^10.0.0",
6767
"ci-info": "^4.0.0",

0 commit comments

Comments
 (0)