Skip to content

Commit bfacd33

Browse files
github-actions[bot]reggi
authored andcommitted
chore: release 11.19.0
1 parent 3529ca2 commit bfacd33

14 files changed

Lines changed: 74 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.18.0",
3-
"workspaces/arborist": "9.9.0",
2+
".": "11.19.0",
3+
"workspaces/arborist": "9.9.1",
44
"workspaces/libnpmaccess": "10.0.3",
5-
"workspaces/libnpmdiff": "8.1.11",
6-
"workspaces/libnpmexec": "10.3.1",
7-
"workspaces/libnpmfund": "7.0.25",
5+
"workspaces/libnpmdiff": "8.1.12",
6+
"workspaces/libnpmexec": "10.3.2",
7+
"workspaces/libnpmfund": "7.0.26",
88
"workspaces/libnpmorg": "8.0.1",
9-
"workspaces/libnpmpack": "9.1.11",
9+
"workspaces/libnpmpack": "9.1.12",
1010
"workspaces/libnpmpublish": "11.2.0",
1111
"workspaces/libnpmsearch": "9.0.1",
1212
"workspaces/libnpmteam": "8.0.2",

CHANGELOG.md

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

3+
## [11.19.0](https://github.com/npm/cli/compare/v11.18.0...v11.19.0) (2026-07-28)
4+
### Features
5+
* [`7d39aa6`](https://github.com/npm/cli/commit/7d39aa6956117ed2af95e8ecba3533f66c4bc050) [#9698](https://github.com/npm/cli/pull/9698) install-scripts: use install-scripts as the warning log title (@manzoorwanijk)
6+
### Bug Fixes
7+
* [`3529ca2`](https://github.com/npm/cli/commit/3529ca24ff9ab96c912740a6be0bfaa608dc4d1d) [#9811](https://github.com/npm/cli/pull/9811) pack: honor min-release-age-exclude (#9811) (@github-actions[bot], @martinrrm, @Copilot)
8+
* [`67f12ae`](https://github.com/npm/cli/commit/67f12aee5de037dcf51f9e59c18cab2333a38252) [#9810](https://github.com/npm/cli/pull/9810) owner: use scoped registry for user lookup (#9810) (@github-actions[bot], @martinrrm, @Copilot)
9+
10+
11+
### Dependencies
12+
13+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`
14+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.1.12): `libnpmdiff@8.1.12`
15+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.3.2): `libnpmexec@10.3.2`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.26): `libnpmfund@7.0.26`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.1.12): `libnpmpack@9.1.12`
18+
319
## [11.18.0](https://github.com/npm/cli/compare/v11.17.0...v11.18.0) (2026-06-29)
420
### Features
521
* [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching (#6110) (#9694) (@github-actions[bot], @u2mejc)

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.18.0",
3+
"version": "11.19.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.18.0",
9+
"version": "11.19.0",
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.9.0",
87+
"@npmcli/arborist": "^9.9.1",
8888
"@npmcli/config": "^10.12.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.11",
113-
"libnpmexec": "^10.3.1",
114-
"libnpmfund": "^7.0.25",
112+
"libnpmdiff": "^8.1.12",
113+
"libnpmexec": "^10.3.2",
114+
"libnpmfund": "^7.0.26",
115115
"libnpmorg": "^8.0.1",
116-
"libnpmpack": "^9.1.11",
116+
"libnpmpack": "^9.1.12",
117117
"libnpmpublish": "^11.2.0",
118118
"libnpmsearch": "^9.0.1",
119119
"libnpmteam": "^8.0.2",
@@ -14356,7 +14356,7 @@
1435614356
},
1435714357
"workspaces/arborist": {
1435814358
"name": "@npmcli/arborist",
14359-
"version": "9.9.0",
14359+
"version": "9.9.1",
1436014360
"license": "ISC",
1436114361
"dependencies": {
1436214362
"@gar/promise-retry": "^1.0.0",
@@ -14454,10 +14454,10 @@
1445414454
}
1445514455
},
1445614456
"workspaces/libnpmdiff": {
14457-
"version": "8.1.11",
14457+
"version": "8.1.12",
1445814458
"license": "ISC",
1445914459
"dependencies": {
14460-
"@npmcli/arborist": "^9.9.0",
14460+
"@npmcli/arborist": "^9.9.1",
1446114461
"@npmcli/installed-package-contents": "^4.0.0",
1446214462
"binary-extensions": "^3.0.0",
1446314463
"diff": "^8.0.2",
@@ -14476,11 +14476,11 @@
1447614476
}
1447714477
},
1447814478
"workspaces/libnpmexec": {
14479-
"version": "10.3.1",
14479+
"version": "10.3.2",
1448014480
"license": "ISC",
1448114481
"dependencies": {
1448214482
"@gar/promise-retry": "^1.0.0",
14483-
"@npmcli/arborist": "^9.9.0",
14483+
"@npmcli/arborist": "^9.9.1",
1448414484
"@npmcli/package-json": "^7.0.0",
1448514485
"@npmcli/run-script": "^10.0.0",
1448614486
"ci-info": "^4.0.0",
@@ -14507,10 +14507,10 @@
1450714507
}
1450814508
},
1450914509
"workspaces/libnpmfund": {
14510-
"version": "7.0.25",
14510+
"version": "7.0.26",
1451114511
"license": "ISC",
1451214512
"dependencies": {
14513-
"@npmcli/arborist": "^9.9.0"
14513+
"@npmcli/arborist": "^9.9.1"
1451414514
},
1451514515
"devDependencies": {
1451614516
"@npmcli/eslint-config": "^5.0.1",
@@ -14540,10 +14540,10 @@
1454014540
}
1454114541
},
1454214542
"workspaces/libnpmpack": {
14543-
"version": "9.1.11",
14543+
"version": "9.1.12",
1454414544
"license": "ISC",
1454514545
"dependencies": {
14546-
"@npmcli/arborist": "^9.9.0",
14546+
"@npmcli/arborist": "^9.9.1",
1454714547
"@npmcli/run-script": "^10.0.0",
1454814548
"npm-package-arg": "^13.0.0",
1454914549
"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.18.0",
2+
"version": "11.19.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.9.0",
55+
"@npmcli/arborist": "^9.9.1",
5656
"@npmcli/config": "^10.12.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.11",
81-
"libnpmexec": "^10.3.1",
82-
"libnpmfund": "^7.0.25",
80+
"libnpmdiff": "^8.1.12",
81+
"libnpmexec": "^10.3.2",
82+
"libnpmfund": "^7.0.26",
8383
"libnpmorg": "^8.0.1",
84-
"libnpmpack": "^9.1.11",
84+
"libnpmpack": "^9.1.12",
8585
"libnpmpublish": "^11.2.0",
8686
"libnpmsearch": "^9.0.1",
8787
"libnpmteam": "^8.0.2",

workspaces/arborist/CHANGELOG.md

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

3+
## [9.9.1](https://github.com/npm/cli/compare/arborist-v9.9.0...arborist-v9.9.1) (2026-07-28)
4+
### Bug Fixes
5+
* [`aea0c6e`](https://github.com/npm/cli/commit/aea0c6e13c9160327659b809d5b9f7369f093ea0) [#9808](https://github.com/npm/cli/pull/9808) arborist: avoid crash when peer back-off detaches a node (#9808) (@github-actions[bot], @manzoorwanijk)
6+
* [`ca41636`](https://github.com/npm/cli/commit/ca416362fc56d0aae16416409c258f2ef7ad18a8) [#9791](https://github.com/npm/cli/pull/9791) arborist: allow audit fix to install safe downgrades (#9791) (@github-actions[bot], @martinrrm, @Copilot)
7+
38
## [9.9.0](https://github.com/npm/cli/compare/arborist-v9.8.0...arborist-v9.9.0) (2026-06-29)
49
### Features
510
* [`3021ad6`](https://github.com/npm/cli/commit/3021ad60d9a381ac8c64617843de661b2a0d4620) [#9694](https://github.com/npm/cli/pull/9694) arborist: extend replace-registry-host with URL prefix matching (#6110) (#9694) (@github-actions[bot], @u2mejc)

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.9.0",
3+
"version": "9.9.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
@@ -88,6 +88,10 @@
8888

8989
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.0): `@npmcli/arborist@9.9.0`
9090

91+
### Dependencies
92+
93+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`
94+
9195
## [8.1.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.13...libnpmdiff-v8.1.0) (2026-02-04)
9296
### Features
9397
* [`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.11",
3+
"version": "8.1.12",
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.9.0",
50+
"@npmcli/arborist": "^9.9.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
@@ -48,6 +48,10 @@
4848

4949
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.6.0): `@npmcli/arborist@9.6.0`
5050

51+
### Dependencies
52+
53+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.9.1): `@npmcli/arborist@9.9.1`
54+
5155
## [10.3.1](https://github.com/npm/cli/compare/libnpmexec-v10.3.0...libnpmexec-v10.3.1) (2026-06-29)
5256
### Bug Fixes
5357
* [`f3f2465`](https://github.com/npm/cli/commit/f3f246580c8fa136ec90c5b7d96b940a6f6a90b0) [#9692](https://github.com/npm/cli/pull/9692) exec: prevent shared binPaths pollution across workspace runs (#9692) (@github-actions[bot], @arjun-vegeta)

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