Skip to content

Commit 05ee7db

Browse files
chore: release 11.14.0
1 parent 89c505a commit 05ee7db

16 files changed

Lines changed: 85 additions & 36 deletions

File tree

.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.13.0",
3-
"workspaces/arborist": "9.4.3",
2+
".": "11.14.0",
3+
"workspaces/arborist": "9.5.0",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.6",
6-
"workspaces/libnpmexec": "10.2.6",
7-
"workspaces/libnpmfund": "7.0.20",
5+
"workspaces/libnpmdiff": "8.1.7",
6+
"workspaces/libnpmexec": "10.2.7",
7+
"workspaces/libnpmfund": "7.0.21",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.6",
9+
"workspaces/libnpmpack": "9.1.7",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",
1313
"workspaces/libnpmversion": "8.0.3",
14-
"workspaces/config": "10.8.1"
14+
"workspaces/config": "10.9.0"
1515
}

CHANGELOG.md

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

3+
## [11.14.0](https://github.com/npm/cli/compare/v11.13.0...v11.14.0) (2026-05-06)
4+
### Features
5+
* [`45fc5e0`](https://github.com/npm/cli/commit/45fc5e0dd144bb21148d7aa35439695ab44cdfda) [#9288](https://github.com/npm/cli/pull/9288) add allow-directory, allow-file, and allow-remote (#9288) (@github-actions[bot], @wraithgar)
6+
### Bug Fixes
7+
* [`6c17544`](https://github.com/npm/cli/commit/6c17544d757a4ee167edd03b47ad5e5da92d8ce6) [#9318](https://github.com/npm/cli/pull/9318) sbom: dedupe per-node dependsOn / relationships (#9318) (@github-actions[bot], @mikaelkristiansson)
8+
### Chores
9+
* [`89c505a`](https://github.com/npm/cli/commit/89c505aec8f9263acb43cd892b9582e4860dde8a) [#9320](https://github.com/npm/cli/pull/9320) add cli-triage team as codeowner (#9320) (@github-actions[bot], @owlstronaut)
10+
11+
12+
### Dependencies
13+
14+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.0): `@npmcli/arborist@9.5.0`
15+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.9.0): `@npmcli/config@10.9.0`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.7): `libnpmdiff@8.1.7`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.7): `libnpmexec@10.2.7`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.21): `libnpmfund@7.0.21`
19+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.7): `libnpmpack@9.1.7`
20+
321
## [11.13.0](https://github.com/npm/cli/compare/v11.12.1...v11.13.0) (2026-04-22)
422
### Features
523
* [`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)

package-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.13.0",
3+
"version": "11.14.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.13.0",
9+
"version": "11.14.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -14532,7 +14532,7 @@
1453214532
},
1453314533
"workspaces/arborist": {
1453414534
"name": "@npmcli/arborist",
14535-
"version": "9.4.3",
14535+
"version": "9.5.0",
1453614536
"license": "ISC",
1453714537
"dependencies": {
1453814538
"@gar/promise-retry": "^1.0.0",
@@ -14590,7 +14590,7 @@
1459014590
},
1459114591
"workspaces/config": {
1459214592
"name": "@npmcli/config",
14593-
"version": "10.8.1",
14593+
"version": "10.9.0",
1459414594
"license": "ISC",
1459514595
"dependencies": {
1459614596
"@npmcli/map-workspaces": "^5.0.0",
@@ -14630,10 +14630,10 @@
1463014630
}
1463114631
},
1463214632
"workspaces/libnpmdiff": {
14633-
"version": "8.1.6",
14633+
"version": "8.1.7",
1463414634
"license": "ISC",
1463514635
"dependencies": {
14636-
"@npmcli/arborist": "^9.4.3",
14636+
"@npmcli/arborist": "^9.5.0",
1463714637
"@npmcli/installed-package-contents": "^4.0.0",
1463814638
"binary-extensions": "^3.0.0",
1463914639
"diff": "^8.0.2",
@@ -14652,11 +14652,11 @@
1465214652
}
1465314653
},
1465414654
"workspaces/libnpmexec": {
14655-
"version": "10.2.6",
14655+
"version": "10.2.7",
1465614656
"license": "ISC",
1465714657
"dependencies": {
1465814658
"@gar/promise-retry": "^1.0.0",
14659-
"@npmcli/arborist": "^9.4.3",
14659+
"@npmcli/arborist": "^9.5.0",
1466014660
"@npmcli/package-json": "^7.0.0",
1466114661
"@npmcli/run-script": "^10.0.0",
1466214662
"ci-info": "^4.0.0",
@@ -14683,10 +14683,10 @@
1468314683
}
1468414684
},
1468514685
"workspaces/libnpmfund": {
14686-
"version": "7.0.20",
14686+
"version": "7.0.21",
1468714687
"license": "ISC",
1468814688
"dependencies": {
14689-
"@npmcli/arborist": "^9.4.3"
14689+
"@npmcli/arborist": "^9.5.0"
1469014690
},
1469114691
"devDependencies": {
1469214692
"@npmcli/eslint-config": "^5.0.1",
@@ -14716,10 +14716,10 @@
1471614716
}
1471714717
},
1471814718
"workspaces/libnpmpack": {
14719-
"version": "9.1.6",
14719+
"version": "9.1.7",
1472014720
"license": "ISC",
1472114721
"dependencies": {
14722-
"@npmcli/arborist": "^9.4.3",
14722+
"@npmcli/arborist": "^9.5.0",
1472314723
"@npmcli/run-script": "^10.0.0",
1472414724
"npm-package-arg": "^13.0.0",
1472514725
"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.13.0",
2+
"version": "11.14.0",
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.4.3",
56-
"@npmcli/config": "^10.8.1",
55+
"@npmcli/arborist": "^9.5.0",
56+
"@npmcli/config": "^10.9.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.0.3",
5959
"@npmcli/metavuln-calculator": "^9.0.3",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^6.0.4",
7878
"json-parse-even-better-errors": "^5.0.0",
7979
"libnpmaccess": "^10.0.3",
80-
"libnpmdiff": "^8.1.6",
81-
"libnpmexec": "^10.2.6",
82-
"libnpmfund": "^7.0.20",
80+
"libnpmdiff": "^8.1.7",
81+
"libnpmexec": "^10.2.7",
82+
"libnpmfund": "^7.0.21",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.6",
84+
"libnpmpack": "^9.1.7",
8585
"libnpmpublish": "^11.1.3",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.5.0](https://github.com/npm/cli/compare/arborist-v9.4.3...arborist-v9.5.0) (2026-05-06)
4+
### Features
5+
* [`20fb6a0`](https://github.com/npm/cli/commit/20fb6a0d0f2ffc65656d08504eb6ca14980d2c71) [#9312](https://github.com/npm/cli/pull/9312) arborist: add lockfileString() for in-memory lockfile generation (@ljharb)
6+
### Bug Fixes
7+
* [`c3ea2cf`](https://github.com/npm/cli/commit/c3ea2cf9ce37f23992bbfcc3eef976897ef2e5a0) [#9315](https://github.com/npm/cli/pull/9315) arborist: clean up orphan top-level symlinks in linked strategy (#9315) (@github-actions[bot], @manzoorwanijk)
8+
* [`3298369`](https://github.com/npm/cli/commit/329836962f2b2438196a827688e8d9047e5c4c4d) [#9303](https://github.com/npm/cli/pull/9303) arborist: ignore hidden entries in global update (#9299) (@Grynn)
9+
* [`e19b349`](https://github.com/npm/cli/commit/e19b349e33675be90dc10c86e35c51a39de94125) [#9301](https://github.com/npm/cli/pull/9301) prefer existing tree nodes for peerOptional deps (#9249) (#9283) (@everett1992)
10+
* [`e7805c3`](https://github.com/npm/cli/commit/e7805c3a47b3c78093e78ac796c8e4120ffea876) [#9254](https://github.com/npm/cli/pull/9254) arborist: propagate overrides through Link nodes to targets (#9198) (@manzoorwanijk)
11+
312
## [9.4.3](https://github.com/npm/cli/compare/arborist-v9.4.2...arborist-v9.4.3) (2026-04-22)
413
### Bug Fixes
514
* [`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)

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.3",
3+
"version": "9.5.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@gar/promise-retry": "^1.0.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.9.0](https://github.com/npm/cli/compare/config-v10.8.1...config-v10.9.0) (2026-05-06)
4+
### Features
5+
* [`45fc5e0`](https://github.com/npm/cli/commit/45fc5e0dd144bb21148d7aa35439695ab44cdfda) [#9288](https://github.com/npm/cli/pull/9288) add allow-directory, allow-file, and allow-remote (#9288) (@github-actions[bot], @wraithgar)
6+
### Bug Fixes
7+
* [`574b73a`](https://github.com/npm/cli/commit/574b73a9bef6d8c88329b0d19a54dcf6817c45a8) [#9293](https://github.com/npm/cli/pull/9293) config: preserve min-release-age after flattening (@lawrence3699)
8+
39
## [10.8.1](https://github.com/npm/cli/compare/config-v10.8.0...config-v10.8.1) (2026-03-24)
410
### Bug Fixes
511
* [`596706a`](https://github.com/npm/cli/commit/596706a3d10100587e3751d860b4cfcc59342d2f) [#9148](https://github.com/npm/cli/pull/9148) revert prefer-offline/prefer-online exclusivity (#9129) (@owlstronaut)

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.8.1",
3+
"version": "10.9.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

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

6969
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.4.3): `@npmcli/arborist@9.4.3`
7070

71+
### Dependencies
72+
73+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.0): `@npmcli/arborist@9.5.0`
74+
7175
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
7276
### Features
7377
* [`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.6",
3+
"version": "8.1.7",
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.3",
50+
"@npmcli/arborist": "^9.5.0",
5151
"@npmcli/installed-package-contents": "^4.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^8.0.2",

0 commit comments

Comments
 (0)