Skip to content

Commit 7111a92

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.14.2
1 parent 6a2bdbc commit 7111a92

14 files changed

Lines changed: 68 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.14.1",
3-
"workspaces/arborist": "9.5.0",
2+
".": "11.14.2",
3+
"workspaces/arborist": "9.5.1",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.7",
6-
"workspaces/libnpmexec": "10.2.7",
7-
"workspaces/libnpmfund": "7.0.21",
5+
"workspaces/libnpmdiff": "8.1.8",
6+
"workspaces/libnpmexec": "10.2.8",
7+
"workspaces/libnpmfund": "7.0.22",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.7",
9+
"workspaces/libnpmpack": "9.1.8",
1010
"workspaces/libnpmpublish": "11.1.3",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

CHANGELOG.md

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

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.1): `@npmcli/arborist@9.5.1`
6+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.8): `libnpmdiff@8.1.8`
7+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.2.8): `libnpmexec@10.2.8`
8+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.22): `libnpmfund@7.0.22`
9+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.8): `libnpmpack@9.1.8`
10+
311
## [11.14.1](https://github.com/npm/cli/compare/v11.14.0...v11.14.1) (2026-05-08)
412
### Bug Fixes
513
* [`dca12cb`](https://github.com/npm/cli/commit/dca12cb24199aa7046eb53547097906b8731e51b) [#9328](https://github.com/npm/cli/pull/9328) remove settings (#9328) (@github-actions[bot], @owlstronaut)

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.14.1",
3+
"version": "11.14.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.14.1",
9+
"version": "11.14.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.5.0",
87+
"@npmcli/arborist": "^9.5.1",
8888
"@npmcli/config": "^10.9.0",
8989
"@npmcli/fs": "^5.0.0",
9090
"@npmcli/map-workspaces": "^5.0.3",
@@ -109,11 +109,11 @@
109109
"is-cidr": "^6.0.4",
110110
"json-parse-even-better-errors": "^5.0.0",
111111
"libnpmaccess": "^10.0.3",
112-
"libnpmdiff": "^8.1.7",
113-
"libnpmexec": "^10.2.7",
114-
"libnpmfund": "^7.0.21",
112+
"libnpmdiff": "^8.1.8",
113+
"libnpmexec": "^10.2.8",
114+
"libnpmfund": "^7.0.22",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.7",
116+
"libnpmpack": "^9.1.8",
117117
"libnpmpublish": "^11.1.3",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14608,7 +14608,7 @@
1460814608
},
1460914609
"workspaces/arborist": {
1461014610
"name": "@npmcli/arborist",
14611-
"version": "9.5.0",
14611+
"version": "9.5.1",
1461214612
"license": "ISC",
1461314613
"dependencies": {
1461414614
"@gar/promise-retry": "^1.0.0",
@@ -14706,10 +14706,10 @@
1470614706
}
1470714707
},
1470814708
"workspaces/libnpmdiff": {
14709-
"version": "8.1.7",
14709+
"version": "8.1.8",
1471014710
"license": "ISC",
1471114711
"dependencies": {
14712-
"@npmcli/arborist": "^9.5.0",
14712+
"@npmcli/arborist": "^9.5.1",
1471314713
"@npmcli/installed-package-contents": "^4.0.0",
1471414714
"binary-extensions": "^3.0.0",
1471514715
"diff": "^8.0.2",
@@ -14728,11 +14728,11 @@
1472814728
}
1472914729
},
1473014730
"workspaces/libnpmexec": {
14731-
"version": "10.2.7",
14731+
"version": "10.2.8",
1473214732
"license": "ISC",
1473314733
"dependencies": {
1473414734
"@gar/promise-retry": "^1.0.0",
14735-
"@npmcli/arborist": "^9.5.0",
14735+
"@npmcli/arborist": "^9.5.1",
1473614736
"@npmcli/package-json": "^7.0.0",
1473714737
"@npmcli/run-script": "^10.0.0",
1473814738
"ci-info": "^4.0.0",
@@ -14759,10 +14759,10 @@
1475914759
}
1476014760
},
1476114761
"workspaces/libnpmfund": {
14762-
"version": "7.0.21",
14762+
"version": "7.0.22",
1476314763
"license": "ISC",
1476414764
"dependencies": {
14765-
"@npmcli/arborist": "^9.5.0"
14765+
"@npmcli/arborist": "^9.5.1"
1476614766
},
1476714767
"devDependencies": {
1476814768
"@npmcli/eslint-config": "^5.0.1",
@@ -14792,10 +14792,10 @@
1479214792
}
1479314793
},
1479414794
"workspaces/libnpmpack": {
14795-
"version": "9.1.7",
14795+
"version": "9.1.8",
1479614796
"license": "ISC",
1479714797
"dependencies": {
14798-
"@npmcli/arborist": "^9.5.0",
14798+
"@npmcli/arborist": "^9.5.1",
1479914799
"@npmcli/run-script": "^10.0.0",
1480014800
"npm-package-arg": "^13.0.0",
1480114801
"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.14.1",
2+
"version": "11.14.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.5.0",
55+
"@npmcli/arborist": "^9.5.1",
5656
"@npmcli/config": "^10.9.0",
5757
"@npmcli/fs": "^5.0.0",
5858
"@npmcli/map-workspaces": "^5.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.7",
81-
"libnpmexec": "^10.2.7",
82-
"libnpmfund": "^7.0.21",
80+
"libnpmdiff": "^8.1.8",
81+
"libnpmexec": "^10.2.8",
82+
"libnpmfund": "^7.0.22",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.7",
84+
"libnpmpack": "^9.1.8",
8585
"libnpmpublish": "^11.1.3",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.5.1](https://github.com/npm/cli/compare/arborist-v9.5.0...arborist-v9.5.1) (2026-05-12)
4+
### Bug Fixes
5+
* [`2169018`](https://github.com/npm/cli/commit/21690186fe054c8a2d1e54fbf8ed7aa9b7978d71) [#9340](https://github.com/npm/cli/pull/9340) arborist: skip extraneous fsChildren in linked-strategy reify (@manzoorwanijk)
6+
* [`1d0395e`](https://github.com/npm/cli/commit/1d0395ef02d1b68122f9f4964c2ad56e3303cfc4) [#9338](https://github.com/npm/cli/pull/9338) arborist: prune removed-workspace entries from package-lock.json (@manzoorwanijk)
7+
### Chores
8+
* [`6a2bdbc`](https://github.com/npm/cli/commit/6a2bdbc81b9653d98b54133cc6a3fcb61c1d1d21) [#9350](https://github.com/npm/cli/pull/9350) change test wording to not collide with tap (#9350) (@github-actions[bot], @owlstronaut)
9+
310
## [9.5.0](https://github.com/npm/cli/compare/arborist-v9.4.3...arborist-v9.5.0) (2026-05-06)
411
### Features
512
* [`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)

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.5.0",
3+
"version": "9.5.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
@@ -72,6 +72,10 @@
7272

7373
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.0): `@npmcli/arborist@9.5.0`
7474

75+
### Dependencies
76+
77+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.1): `@npmcli/arborist@9.5.1`
78+
7579
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
7680
### Features
7781
* [`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.7",
3+
"version": "8.1.8",
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.5.0",
50+
"@npmcli/arborist": "^9.5.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
@@ -44,6 +44,10 @@
4444

4545
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.0): `@npmcli/arborist@9.5.0`
4646

47+
### Dependencies
48+
49+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.5.1): `@npmcli/arborist@9.5.1`
50+
4751
## [10.2.6](https://github.com/npm/cli/compare/libnpmexec-v10.2.5...libnpmexec-v10.2.6) (2026-04-22)
4852
### Bug Fixes
4953
* [`e200696`](https://github.com/npm/cli/commit/e200696c3555fc9a9a0e388064da0b5238ae2b73) [#9256](https://github.com/npm/cli/pull/9256) libnpmexec: skip redundant reify for cached directory specs (#9256) (@github-actions[bot], @manzoorwanijk)

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.7",
3+
"version": "10.2.8",
44
"files": [
55
"bin/",
66
"lib/"
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@gar/promise-retry": "^1.0.0",
64-
"@npmcli/arborist": "^9.5.0",
64+
"@npmcli/arborist": "^9.5.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)