Skip to content

Commit b090f92

Browse files
chore: release 11.5.3
1 parent dd4cee9 commit b090f92

File tree

14 files changed

+71
-32
lines changed

14 files changed

+71
-32
lines changed

.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.5.2",
3-
"workspaces/arborist": "9.1.3",
2+
".": "11.5.3",
3+
"workspaces/arborist": "9.1.4",
44
"workspaces/libnpmaccess": "10.0.1",
5-
"workspaces/libnpmdiff": "8.0.6",
6-
"workspaces/libnpmexec": "10.1.5",
7-
"workspaces/libnpmfund": "7.0.6",
5+
"workspaces/libnpmdiff": "8.0.7",
6+
"workspaces/libnpmexec": "10.1.6",
7+
"workspaces/libnpmfund": "7.0.7",
88
"workspaces/libnpmorg": "8.0.0",
9-
"workspaces/libnpmpack": "9.0.6",
9+
"workspaces/libnpmpack": "9.0.7",
1010
"workspaces/libnpmpublish": "11.1.0",
1111
"workspaces/libnpmsearch": "9.0.0",
1212
"workspaces/libnpmteam": "8.0.1",

CHANGELOG.md

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

3+
## [11.5.3](https://github.com/npm/cli/compare/v11.5.2...v11.5.3) (2025-09-02)
4+
### Bug Fixes
5+
* [`dd4cee9`](https://github.com/npm/cli/commit/dd4cee9026c8e2dd5e4c28fd45ac8bceae74fb89) [#8539](https://github.com/npm/cli/pull/8539) powershell: improve argument parsing (#8539) (@alexsch01)
6+
* [`5f18557`](https://github.com/npm/cli/commit/5f1855778b5e376c5f1389e0ee5f204dc86c4d32) [#8532](https://github.com/npm/cli/pull/8532) powershell: fix issue with modified InvocationName (#8532) (@alexsch01)
7+
* [`9e5abf1`](https://github.com/npm/cli/commit/9e5abf19b93359881b2035bc371e09794a1dad01) [#8529](https://github.com/npm/cli/pull/8529) add redaction to log format egress (#8529) (@wraithgar)
8+
* [`75ce64a`](https://github.com/npm/cli/commit/75ce64a5b21b806be203b97f35a48497b4afcb56) [#8524](https://github.com/npm/cli/pull/8524) revert handle signal exits gracefully (#8524) (@owlstronaut)
9+
* [`5d82d0b`](https://github.com/npm/cli/commit/5d82d0b4a4bd1424031fb68b4df740c1bbe5b172) [#8469](https://github.com/npm/cli/pull/8469) ps1 scripts in powershell 5.1 (#8469) (@splatteredbits)
10+
11+
12+
### Dependencies
13+
14+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.4): `@npmcli/arborist@9.1.4`
15+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.7): `libnpmdiff@8.0.7`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.6): `libnpmexec@10.1.6`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.7): `libnpmfund@7.0.7`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.7): `libnpmpack@9.0.7`
19+
320
## [11.5.2](https://github.com/npm/cli/compare/v11.5.1...v11.5.2) (2025-07-30)
421
### Bug Fixes
522
* [`7d900c4`](https://github.com/npm/cli/commit/7d900c4656cfffc8cca93240c6cda4b441fbbfaa) [#8467](https://github.com/npm/cli/pull/8467) oidc visibility check for provenance (#8467) (@reggi, @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.5.2",
3+
"version": "11.5.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.5.2",
9+
"version": "11.5.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -18820,7 +18820,7 @@
1882018820
},
1882118821
"workspaces/arborist": {
1882218822
"name": "@npmcli/arborist",
18823-
"version": "9.1.3",
18823+
"version": "9.1.4",
1882418824
"license": "ISC",
1882518825
"dependencies": {
1882618826
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18918,10 +18918,10 @@
1891818918
}
1891918919
},
1892018920
"workspaces/libnpmdiff": {
18921-
"version": "8.0.6",
18921+
"version": "8.0.7",
1892218922
"license": "ISC",
1892318923
"dependencies": {
18924-
"@npmcli/arborist": "^9.1.3",
18924+
"@npmcli/arborist": "^9.1.4",
1892518925
"@npmcli/installed-package-contents": "^3.0.0",
1892618926
"binary-extensions": "^3.0.0",
1892718927
"diff": "^7.0.0",
@@ -18940,10 +18940,10 @@
1894018940
}
1894118941
},
1894218942
"workspaces/libnpmexec": {
18943-
"version": "10.1.5",
18943+
"version": "10.1.6",
1894418944
"license": "ISC",
1894518945
"dependencies": {
18946-
"@npmcli/arborist": "^9.1.3",
18946+
"@npmcli/arborist": "^9.1.4",
1894718947
"@npmcli/package-json": "^6.1.1",
1894818948
"@npmcli/run-script": "^9.0.1",
1894918949
"ci-info": "^4.0.0",
@@ -18970,10 +18970,10 @@
1897018970
}
1897118971
},
1897218972
"workspaces/libnpmfund": {
18973-
"version": "7.0.6",
18973+
"version": "7.0.7",
1897418974
"license": "ISC",
1897518975
"dependencies": {
18976-
"@npmcli/arborist": "^9.1.3"
18976+
"@npmcli/arborist": "^9.1.4"
1897718977
},
1897818978
"devDependencies": {
1897918979
"@npmcli/eslint-config": "^5.0.1",
@@ -19003,10 +19003,10 @@
1900319003
}
1900419004
},
1900519005
"workspaces/libnpmpack": {
19006-
"version": "9.0.6",
19006+
"version": "9.0.7",
1900719007
"license": "ISC",
1900819008
"dependencies": {
19009-
"@npmcli/arborist": "^9.1.3",
19009+
"@npmcli/arborist": "^9.1.4",
1901019010
"@npmcli/run-script": "^9.0.1",
1901119011
"npm-package-arg": "^12.0.0",
1901219012
"pacote": "^21.0.0"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.5.2",
2+
"version": "11.5.3",
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.1.3",
55+
"@npmcli/arborist": "^9.1.4",
5656
"@npmcli/config": "^10.3.1",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.1",
80-
"libnpmdiff": "^8.0.6",
81-
"libnpmexec": "^10.1.5",
82-
"libnpmfund": "^7.0.6",
80+
"libnpmdiff": "^8.0.7",
81+
"libnpmexec": "^10.1.6",
82+
"libnpmfund": "^7.0.7",
8383
"libnpmorg": "^8.0.0",
84-
"libnpmpack": "^9.0.6",
84+
"libnpmpack": "^9.0.7",
8585
"libnpmpublish": "^11.1.0",
8686
"libnpmsearch": "^9.0.0",
8787
"libnpmteam": "^8.0.1",

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.1.4](https://github.com/npm/cli/compare/arborist-v9.1.3...arborist-v9.1.4) (2025-09-02)
4+
### Bug Fixes
5+
* [`208c06e`](https://github.com/npm/cli/commit/208c06e91a187b03d6bdd75bff4e4285b365750c) [#8448](https://github.com/npm/cli/pull/8448) peer edge crash due to no parent or detached node (#8448) (@milaninfy)
6+
* [`3b54e9c`](https://github.com/npm/cli/commit/3b54e9c59c6dba342d2931cce6458a755e55960e) [#8534](https://github.com/npm/cli/pull/8534) installLinks works with transitive external file dependencies (#8534) (@owlstronaut)
7+
* [`ed71acb`](https://github.com/npm/cli/commit/ed71acb89fc3883e735987cc9be77efc2daff26a) [#8473](https://github.com/npm/cli/pull/8473) arborist: #8472 Keeps the registry protocol when modifying resolve URL (#8473) (@Jeepsboucher, Jean-Philippe Boucher)
8+
39
## [9.1.3](https://github.com/npm/cli/compare/arborist-v9.1.2...arborist-v9.1.3) (2025-07-24)
410
### Bug Fixes
511
* [`6dbe21a`](https://github.com/npm/cli/commit/6dbe21ab659c4e32657fec63fc58bb3f4992f4f1) [#8436](https://github.com/npm/cli/pull/8436) local transitive dependencies with --install-links=true (@owlstronaut)

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.1.3",
3+
"version": "9.1.4",
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
@@ -28,6 +28,10 @@
2828

2929
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.3): `@npmcli/arborist@9.1.3`
3030

31+
### Dependencies
32+
33+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.4): `@npmcli/arborist@9.1.4`
34+
3135
## [8.0.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.0-pre.1...libnpmdiff-v8.0.0) (2024-12-16)
3236
### Features
3337
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@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.0.6",
3+
"version": "8.0.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.1.3",
50+
"@npmcli/arborist": "^9.1.4",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^7.0.0",

workspaces/libnpmexec/CHANGELOG.md

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

1313
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.3): `@npmcli/arborist@9.1.3`
1414

15+
### Dependencies
16+
17+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.4): `@npmcli/arborist@9.1.4`
18+
1519
## [10.1.2](https://github.com/npm/cli/compare/libnpmexec-v10.1.1...libnpmexec-v10.1.2) (2025-05-15)
1620
### Bug Fixes
1721
* [`fdc3413`](https://github.com/npm/cli/commit/fdc3413019c2f34f1fde35449e5f3a6b0fb51ba2) [#8221](https://github.com/npm/cli/pull/8221) exec: Fails to Execute Binaries Named After Shell Keywords (#8221) (@13sfaith)

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.1.5",
3+
"version": "10.1.6",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^9.1.3",
63+
"@npmcli/arborist": "^9.1.4",
6464
"@npmcli/package-json": "^6.1.1",
6565
"@npmcli/run-script": "^9.0.1",
6666
"ci-info": "^4.0.0",

0 commit comments

Comments
 (0)