Skip to content

Commit aa25e5a

Browse files
chore: release 11.11.1
1 parent 3b96929 commit aa25e5a

14 files changed

Lines changed: 80 additions & 32 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.11.0",
3-
"workspaces/arborist": "9.4.0",
2+
".": "11.11.1",
3+
"workspaces/arborist": "9.4.1",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.3",
6-
"workspaces/libnpmexec": "10.2.3",
7-
"workspaces/libnpmfund": "7.0.17",
5+
"workspaces/libnpmdiff": "8.1.4",
6+
"workspaces/libnpmexec": "10.2.4",
7+
"workspaces/libnpmfund": "7.0.18",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.3",
9+
"workspaces/libnpmpack": "9.1.4",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

CHANGELOG.md

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

3+
## [11.11.1](https://github.com/npm/cli/compare/v11.11.0...v11.11.1) (2026-03-06)
4+
### Bug Fixes
5+
* [`a29aeee`](https://github.com/npm/cli/commit/a29aeee18f3ddc2348a8e00787d237c874642789) [#9028](https://github.com/npm/cli/pull/9028) arborist: retry bin-links on Windows EPERM (#9028) (@manzoorwanijk)
6+
* [`6565eeb`](https://github.com/npm/cli/commit/6565eeb818494e1feb4e14492804ce936b394b4a) [#9045](https://github.com/npm/cli/pull/9045) bypass packument cache to prevent ETARGET errors after publish (#9045) (@Jadu07)
7+
### Documentation
8+
* [`3b96929`](https://github.com/npm/cli/commit/3b96929166a55f7f0c346f9715988ec1e1ce195d) [#9074](https://github.com/npm/cli/pull/9074) scripts: remove mention of obsolete root user behavior (#9074) (@mohd-akram)
9+
* [`16ac4e0`](https://github.com/npm/cli/commit/16ac4e02796248f3abb4fa043427236cda22a902) [#9054](https://github.com/npm/cli/pull/9054) fix workspace cross-dependency documentation (@owlstronaut)
10+
### Dependencies
11+
* [`bf7ea2b`](https://github.com/npm/cli/commit/bf7ea2b19f5446d3c3a33de2844f7504cc418570) [#9060](https://github.com/npm/cli/pull/9060) `brace-expansion@5.0.4`
12+
* [`2000d2c`](https://github.com/npm/cli/commit/2000d2ce858c79664c6255d78485580b0d65f5b4) [#9060](https://github.com/npm/cli/pull/9060) `minimatch@10.2.4`
13+
* [`d86b260`](https://github.com/npm/cli/commit/d86b260103358e6f8dd7d9cc2526ac3144d595c8) [#9060](https://github.com/npm/cli/pull/9060) `tar@7.5.10`
14+
* [`dff1853`](https://github.com/npm/cli/commit/dff1853ed6e5b4acfdd36d0109cb2ebe27693a6f) [#9060](https://github.com/npm/cli/pull/9060) `@npmcli/run-script@10.0.4`
15+
* [`93c3365`](https://github.com/npm/cli/commit/93c33658f6ac4e83cff83a0e064b222f1b36a515) [#9060](https://github.com/npm/cli/pull/9060) `write-file-atomic@7.0.1`
16+
### Chores
17+
* [`d1996a7`](https://github.com/npm/cli/commit/d1996a7a79982f616600d134dbdcfb223cd0d81d) [#9060](https://github.com/npm/cli/pull/9060) dev dependency updates (@wraithgar)
18+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.1): `@npmcli/arborist@9.4.1`
19+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.4): `libnpmdiff@8.1.4`
20+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.4): `libnpmexec@10.2.4`
21+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.18): `libnpmfund@7.0.18`
22+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.4): `libnpmpack@9.1.4`
23+
324
## [11.11.0](https://github.com/npm/cli/compare/v11.10.1...v11.11.0) (2026-02-25)
425
### Features
526
* [`4fcd352`](https://github.com/npm/cli/commit/4fcd352c553fdc0f13a87ad71ef66d7515c11886) [#9017](https://github.com/npm/cli/pull/9017) add :type(registry) to query selector syntax (#9017) (@wraithgar)

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.11.0",
3+
"version": "11.11.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.11.0",
9+
"version": "11.11.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -14581,7 +14581,7 @@
1458114581
},
1458214582
"workspaces/arborist": {
1458314583
"name": "@npmcli/arborist",
14584-
"version": "9.4.0",
14584+
"version": "9.4.1",
1458514585
"license": "ISC",
1458614586
"dependencies": {
1458714587
"@gar/promise-retry": "^1.0.0",
@@ -14679,10 +14679,10 @@
1467914679
}
1468014680
},
1468114681
"workspaces/libnpmdiff": {
14682-
"version": "8.1.3",
14682+
"version": "8.1.4",
1468314683
"license": "ISC",
1468414684
"dependencies": {
14685-
"@npmcli/arborist": "^9.4.0",
14685+
"@npmcli/arborist": "^9.4.1",
1468614686
"@npmcli/installed-package-contents": "^4.0.0",
1468714687
"binary-extensions": "^3.0.0",
1468814688
"diff": "^8.0.2",
@@ -14701,11 +14701,11 @@
1470114701
}
1470214702
},
1470314703
"workspaces/libnpmexec": {
14704-
"version": "10.2.3",
14704+
"version": "10.2.4",
1470514705
"license": "ISC",
1470614706
"dependencies": {
1470714707
"@gar/promise-retry": "^1.0.0",
14708-
"@npmcli/arborist": "^9.4.0",
14708+
"@npmcli/arborist": "^9.4.1",
1470914709
"@npmcli/package-json": "^7.0.0",
1471014710
"@npmcli/run-script": "^10.0.0",
1471114711
"ci-info": "^4.0.0",
@@ -14732,10 +14732,10 @@
1473214732
}
1473314733
},
1473414734
"workspaces/libnpmfund": {
14735-
"version": "7.0.17",
14735+
"version": "7.0.18",
1473614736
"license": "ISC",
1473714737
"dependencies": {
14738-
"@npmcli/arborist": "^9.4.0"
14738+
"@npmcli/arborist": "^9.4.1"
1473914739
},
1474014740
"devDependencies": {
1474114741
"@npmcli/eslint-config": "^5.0.1",
@@ -14765,10 +14765,10 @@
1476514765
}
1476614766
},
1476714767
"workspaces/libnpmpack": {
14768-
"version": "9.1.3",
14768+
"version": "9.1.4",
1476914769
"license": "ISC",
1477014770
"dependencies": {
14771-
"@npmcli/arborist": "^9.4.0",
14771+
"@npmcli/arborist": "^9.4.1",
1477214772
"@npmcli/run-script": "^10.0.0",
1477314773
"npm-package-arg": "^13.0.0",
1477414774
"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.11.0",
2+
"version": "11.11.1",
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.0",
55+
"@npmcli/arborist": "^9.4.1",
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.3",
81-
"libnpmexec": "^10.2.3",
82-
"libnpmfund": "^7.0.17",
80+
"libnpmdiff": "^8.1.4",
81+
"libnpmexec": "^10.2.4",
82+
"libnpmfund": "^7.0.18",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.3",
84+
"libnpmpack": "^9.1.4",
8585
"libnpmpublish": "^11.1.3",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.4.1](https://github.com/npm/cli/compare/arborist-v9.4.0...arborist-v9.4.1) (2026-03-06)
4+
### Bug Fixes
5+
* [`a774fb7`](https://github.com/npm/cli/commit/a774fb77aadf01b46c13fe3d48bc2393fc6ef0ff) [#9066](https://github.com/npm/cli/pull/9066) arborist: respect --omit flag in linked install strategy (#9066) (@manzoorwanijk)
6+
* [`8614b2a`](https://github.com/npm/cli/commit/8614b2af5c912e1ab293bdc41f9b8ae189cfa901) [#9031](https://github.com/npm/cli/pull/9031) arborist: avoid full reinstall on subsequent linked strategy runs (#9031) (@manzoorwanijk)
7+
* [`16fbe13`](https://github.com/npm/cli/commit/16fbe135b86908426ffb8d4caa73e66cd7a679b1) [#9030](https://github.com/npm/cli/pull/9030) resolve relative file: dependencies correctly with install-strategy=linked (#9030) (@manzoorwanijk)
8+
* [`983742b`](https://github.com/npm/cli/commit/983742b7ed70673b31f4607836fd156bf2d22f1d) [#9055](https://github.com/npm/cli/pull/9055) isolated mode code cleanup (#9055) (@wraithgar)
9+
* [`a29aeee`](https://github.com/npm/cli/commit/a29aeee18f3ddc2348a8e00787d237c874642789) [#9028](https://github.com/npm/cli/pull/9028) arborist: retry bin-links on Windows EPERM (#9028) (@manzoorwanijk)
10+
* [`10d5302`](https://github.com/npm/cli/commit/10d530242c7d893c562456013bb1c5104ca3e3b8) [#9051](https://github.com/npm/cli/pull/9051) arborist: unwrap Link nodes in legacyPeerDeps for linked strategy (#9051) (@manzoorwanijk)
11+
* [`94bfef5`](https://github.com/npm/cli/commit/94bfef5a9f1a841840deee77cd961c90fbed5f3c) [#9044](https://github.com/npm/cli/pull/9044) audit: exclude locally linked packages from vulnerability audit (#9044) (@lucas-gomes-santana)
12+
* [`26fa40e`](https://github.com/npm/cli/commit/26fa40eeafdbbb616d48fe254c92544cb13fba60) [#9041](https://github.com/npm/cli/pull/9041) fix workspace-filtered install with linked strategy (@owlstronaut)
13+
314
## [9.4.0](https://github.com/npm/cli/compare/arborist-v9.3.1...arborist-v9.4.0) (2026-02-25)
415
### Features
516
* [`4fcd352`](https://github.com/npm/cli/commit/4fcd352c553fdc0f13a87ad71ef66d7515c11886) [#9017](https://github.com/npm/cli/pull/9017) add :type(registry) to query selector syntax (#9017) (@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.4.0",
3+
"version": "9.4.1",
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
@@ -56,6 +56,10 @@
5656

5757
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.0): `@npmcli/arborist@9.4.0`
5858

59+
### Dependencies
60+
61+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.1): `@npmcli/arborist@9.4.1`
62+
5963
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
6064
### Features
6165
* [`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.3",
3+
"version": "8.1.4",
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.0",
50+
"@npmcli/arborist": "^9.4.1",
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.4.1): `@npmcli/arborist@9.4.1`
38+
3539
## [10.2.3](https://github.com/npm/cli/compare/libnpmexec-v10.2.2...libnpmexec-v10.2.3) (2026-02-25)
3640
### Bug Fixes
3741
* [`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.3",
3+
"version": "10.2.4",
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.0",
64+
"@npmcli/arborist": "^9.4.1",
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)