Skip to content

Commit 452b7d6

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.11.1
1 parent 10d5302 commit 452b7d6

15 files changed

Lines changed: 76 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.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",

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,3 +996,5 @@ Umesh More <73871036+umeshmore45@users.noreply.github.com>
996996
Manzoor Wani <manzoorwani.jk@gmail.com>
997997
JNC4 <137045298+JNC4@users.noreply.github.com>
998998
Ajay Kemparaj <ajaykemparaj@gmail.com>
999+
Yashraj Chouhan <129044960+Jadu07@users.noreply.github.com>
1000+
Lucas Gomes Santana <ls7128387@gmail.com>

CHANGELOG.md

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

3+
## [11.11.1](https://github.com/npm/cli/compare/v11.11.0...v11.11.1) (2026-03-03)
4+
### Bug Fixes
5+
* [`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)
6+
### Documentation
7+
* [`16ac4e0`](https://github.com/npm/cli/commit/16ac4e02796248f3abb4fa043427236cda22a902) [#9054](https://github.com/npm/cli/pull/9054) fix workspace cross-dependency documentation (@owlstronaut)
8+
9+
10+
### Dependencies
11+
12+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.1): `@npmcli/arborist@9.4.1`
13+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.4): `libnpmdiff@8.1.4`
14+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.4): `libnpmexec@10.2.4`
15+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.18): `libnpmfund@7.0.18`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.4): `libnpmpack@9.1.4`
17+
318
## [11.11.0](https://github.com/npm/cli/compare/v11.10.1...v11.11.0) (2026-02-25)
419
### Features
520
* [`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: 16 additions & 16 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",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^9.4.0",
87+
"@npmcli/arborist": "^9.4.1",
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.3",
113-
"libnpmexec": "^10.2.3",
114-
"libnpmfund": "^7.0.17",
112+
"libnpmdiff": "^8.1.4",
113+
"libnpmexec": "^10.2.4",
114+
"libnpmfund": "^7.0.18",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.3",
116+
"libnpmpack": "^9.1.4",
117117
"libnpmpublish": "^11.1.3",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14437,7 +14437,7 @@
1443714437
},
1443814438
"workspaces/arborist": {
1443914439
"name": "@npmcli/arborist",
14440-
"version": "9.4.0",
14440+
"version": "9.4.1",
1444114441
"license": "ISC",
1444214442
"dependencies": {
1444314443
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14534,10 +14534,10 @@
1453414534
}
1453514535
},
1453614536
"workspaces/libnpmdiff": {
14537-
"version": "8.1.3",
14537+
"version": "8.1.4",
1453814538
"license": "ISC",
1453914539
"dependencies": {
14540-
"@npmcli/arborist": "^9.4.0",
14540+
"@npmcli/arborist": "^9.4.1",
1454114541
"@npmcli/installed-package-contents": "^4.0.0",
1454214542
"binary-extensions": "^3.0.0",
1454314543
"diff": "^8.0.2",
@@ -14556,11 +14556,11 @@
1455614556
}
1455714557
},
1455814558
"workspaces/libnpmexec": {
14559-
"version": "10.2.3",
14559+
"version": "10.2.4",
1456014560
"license": "ISC",
1456114561
"dependencies": {
1456214562
"@gar/promise-retry": "^1.0.0",
14563-
"@npmcli/arborist": "^9.4.0",
14563+
"@npmcli/arborist": "^9.4.1",
1456414564
"@npmcli/package-json": "^7.0.0",
1456514565
"@npmcli/run-script": "^10.0.0",
1456614566
"ci-info": "^4.0.0",
@@ -14587,10 +14587,10 @@
1458714587
}
1458814588
},
1458914589
"workspaces/libnpmfund": {
14590-
"version": "7.0.17",
14590+
"version": "7.0.18",
1459114591
"license": "ISC",
1459214592
"dependencies": {
14593-
"@npmcli/arborist": "^9.4.0"
14593+
"@npmcli/arborist": "^9.4.1"
1459414594
},
1459514595
"devDependencies": {
1459614596
"@npmcli/eslint-config": "^5.0.1",
@@ -14620,10 +14620,10 @@
1462014620
}
1462114621
},
1462214622
"workspaces/libnpmpack": {
14623-
"version": "9.1.3",
14623+
"version": "9.1.4",
1462414624
"license": "ISC",
1462514625
"dependencies": {
14626-
"@npmcli/arborist": "^9.4.0",
14626+
"@npmcli/arborist": "^9.4.1",
1462714627
"@npmcli/run-script": "^10.0.0",
1462814628
"npm-package-arg": "^13.0.0",
1462914629
"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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [9.4.1](https://github.com/npm/cli/compare/arborist-v9.4.0...arborist-v9.4.1) (2026-03-03)
4+
### Bug Fixes
5+
* [`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)
6+
* [`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)
7+
* [`26fa40e`](https://github.com/npm/cli/commit/26fa40eeafdbbb616d48fe254c92544cb13fba60) [#9041](https://github.com/npm/cli/pull/9041) fix workspace-filtered install with linked strategy (@owlstronaut)
8+
39
## [9.4.0](https://github.com/npm/cli/compare/arborist-v9.3.1...arborist-v9.4.0) (2026-02-25)
410
### Features
511
* [`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
"@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
@@ -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)

0 commit comments

Comments
 (0)