Skip to content

Commit 3d90a49

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 11.4.0
1 parent 8794fd9 commit 3d90a49

23 files changed

+160
-57
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.3.0",
3-
"workspaces/arborist": "9.0.2",
4-
"workspaces/libnpmaccess": "10.0.0",
5-
"workspaces/libnpmdiff": "8.0.2",
6-
"workspaces/libnpmexec": "10.1.1",
7-
"workspaces/libnpmfund": "7.0.2",
2+
".": "11.4.0",
3+
"workspaces/arborist": "9.1.0",
4+
"workspaces/libnpmaccess": "10.0.1",
5+
"workspaces/libnpmdiff": "8.0.3",
6+
"workspaces/libnpmexec": "10.1.2",
7+
"workspaces/libnpmfund": "7.0.3",
88
"workspaces/libnpmorg": "8.0.0",
9-
"workspaces/libnpmpack": "9.0.2",
9+
"workspaces/libnpmpack": "9.0.3",
1010
"workspaces/libnpmpublish": "11.0.0",
1111
"workspaces/libnpmsearch": "9.0.0",
12-
"workspaces/libnpmteam": "8.0.0",
13-
"workspaces/libnpmversion": "8.0.0",
14-
"workspaces/config": "10.2.0"
12+
"workspaces/libnpmteam": "8.0.1",
13+
"workspaces/libnpmversion": "8.0.1",
14+
"workspaces/config": "10.3.0"
1515
}

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,3 +960,10 @@ Tyler Albee <[email protected]>
960960
William Briggs <[email protected]>
961961
Gabriel Bouyssou <[email protected]>
962962
963+
liang.chen <[email protected]>
964+
Milan Meva <[email protected]>
965+
Spencer Faith <[email protected]>
966+
David Glasser <[email protected]>
967+
Alex Schwartz <[email protected]>
968+
969+
Tom Mrazauskas <[email protected]>

CHANGELOG.md

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

3+
## [11.4.0](https://github.com/npm/cli/compare/v11.3.0...v11.4.0) (2025-05-15)
4+
### Features
5+
* [`a0e60fb`](https://github.com/npm/cli/commit/a0e60fb1893ac77a78380d9a9faaaaa54da1fe85) [#8246](https://github.com/npm/cli/pull/8246) added init-private option (@owlstronaut)
6+
* [`57aa89f`](https://github.com/npm/cli/commit/57aa89ff70e0c6186a43888b944b5799b25c7bc8) [#8265](https://github.com/npm/cli/pull/8265) use run by default and run-script as the alias (#8265) (@owlstronaut)
7+
* [`0d4c023`](https://github.com/npm/cli/commit/0d4c023914f835927540bd0110c1ca5716b84056) [#8234](https://github.com/npm/cli/pull/8234) install: add package info to json output (#8234) (@wraithgar)
8+
### Bug Fixes
9+
* [`8794fd9`](https://github.com/npm/cli/commit/8794fd9161c29fea3f51ae8581f54172011d4069) [#8297](https://github.com/npm/cli/pull/8297) powershell: support pipeline input with Invoke-Expression (#8297) (@alexsch01)
10+
* [`b5173d1`](https://github.com/npm/cli/commit/b5173d13c182efa5434ef4ca413e62ce1437f47a) [#8293](https://github.com/npm/cli/pull/8293) docs: corrected github_path (#8293) (@xaos7991)
11+
* [`2210d7a`](https://github.com/npm/cli/commit/2210d7a670ac3522ceee8856a3399e8f44e77bbe) [#8278](https://github.com/npm/cli/pull/8278) powershell: use Invoke-Expression to pass args (#8278) (@alexsch01)
12+
* [`8669d09`](https://github.com/npm/cli/commit/8669d0931abd0ae4b655cf9e5a024065054a8bb4) [#8228](https://github.com/npm/cli/pull/8228) add otplease for enable-2fa, disable-2fa, access (#8228) (@reggi, @wraithgar)
13+
* [`78b5a6f`](https://github.com/npm/cli/commit/78b5a6fa9cd103bb80a25957ddfcb5832bc1f937) [#8269](https://github.com/npm/cli/pull/8269) correctly handle scenario where prefix is the cwd (#8269) (@owlstronaut, @ficocelliguy)
14+
* [`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)
15+
* [`4b08e2e`](https://github.com/npm/cli/commit/4b08e2ed252a18f85a360b76c7273a7aa7a994ca) [#8245](https://github.com/npm/cli/pull/8245) docs: prepare script runs for local package links (@milaninfy)
16+
* [`1622ac4`](https://github.com/npm/cli/commit/1622ac456f07403e6afe02352b8f95db14dcf9eb) [#8241](https://github.com/npm/cli/pull/8241) handle missing `time` in packument to prevent crash on `npm view` (@owlstronaut)
17+
* [`db8f5da`](https://github.com/npm/cli/commit/db8f5da886326ae40d44a8cceedb99e2e6a00855) [#8110](https://github.com/npm/cli/pull/8110) outdated: add dependent location in long output (#8110) (@milaninfy, @wraithgar)
18+
### Documentation
19+
* [`d2498df`](https://github.com/npm/cli/commit/d2498df8efa558c3048f71324be0ef189c14bd49) [#8295](https://github.com/npm/cli/pull/8295) Remove `CHANGELOG` from never-ignored list (#8295) (@mrazauskas)
20+
* [`4d5c3c1`](https://github.com/npm/cli/commit/4d5c3c1d8d99e352b1b4906c2607752ee3051a75) [#8283](https://github.com/npm/cli/pull/8283) fix `overrides` example in package-json.md (#8283) (@glasser)
21+
* [`96cc4f9`](https://github.com/npm/cli/commit/96cc4f9a87a231abf4c9584a277765368ba6663d) [#8226](https://github.com/npm/cli/pull/8226) format publish as code to highlight it (@LiangYingC)
22+
* [`4990ea0`](https://github.com/npm/cli/commit/4990ea0f0c017e4702cf2da2fbd99dad61c77015) [#8226](https://github.com/npm/cli/pull/8226) clarify legacy token creation in npm login and adduser commands (@LiangYingC)
23+
### Dependencies
24+
* [`c97ef8a`](https://github.com/npm/cli/commit/c97ef8ae62187b5330c82887e9f566a4d2466cc4) [#8246](https://github.com/npm/cli/pull/8246) `[email protected]`
25+
* [`f48613d`](https://github.com/npm/cli/commit/f48613d0403a5267a7a55cbaa9d1e814d2033fe4) [#8292](https://github.com/npm/cli/pull/8292) `@sigstore/[email protected]`
26+
* [`a4c5e74`](https://github.com/npm/cli/commit/a4c5e7455b621a4dffa893fef0ebf8ffa2307b1f) [#8292](https://github.com/npm/cli/pull/8292) `[email protected]`
27+
* [`b9156d2`](https://github.com/npm/cli/commit/b9156d2144ca387edd13178547c0ec276450f118) [#8292](https://github.com/npm/cli/pull/8292) `[email protected]`
28+
* [`472a685`](https://github.com/npm/cli/commit/472a685a8fe4d120a86ea6c7ee50e304bc8e7e94) [#8292](https://github.com/npm/cli/pull/8292) `[email protected]`
29+
* [`988696e`](https://github.com/npm/cli/commit/988696eb93548e703ae04496d0e361a6015cb0d3) [#8292](https://github.com/npm/cli/pull/8292) `@sigstore/[email protected]`
30+
* [`569ac84`](https://github.com/npm/cli/commit/569ac84537f05450260e05d006361cdfe586359b) [#8292](https://github.com/npm/cli/pull/8292) `[email protected]`
31+
* [`2521c9b`](https://github.com/npm/cli/commit/2521c9ba18172c2ade525cbe9a675d293a0484d9) [#8233](https://github.com/npm/cli/pull/8233) `@sigstore/[email protected]`
32+
* [`3274d68`](https://github.com/npm/cli/commit/3274d68b13595415586b41445838cc258543173a) [#8233](https://github.com/npm/cli/pull/8233) `@npmcli/[email protected]`
33+
* [`c263626`](https://github.com/npm/cli/commit/c2636268e83b8049789534e78f4c15913e047c89) [#8233](https://github.com/npm/cli/pull/8233) `[email protected]`
34+
* [`78df711`](https://github.com/npm/cli/commit/78df711a60aaf8538b9fcaf13f2f9d50ce62b7b8) [#8233](https://github.com/npm/cli/pull/8233) `[email protected]`
35+
### Chores
36+
* [`e80e38e`](https://github.com/npm/cli/commit/e80e38eb961865de4006dc0e2ea991aebb1a3bdf) [#8292](https://github.com/npm/cli/pull/8292) dev dependency updates (@wraithgar)
37+
* [`3231ee9`](https://github.com/npm/cli/commit/3231ee9afefcadce2b17a143fd51d365de4d6dea) [#8244](https://github.com/npm/cli/pull/8244) update snapshots (@owlstronaut)
38+
* [`c561a33`](https://github.com/npm/cli/commit/c561a3307b18f9c208eb7305db0f2a51db61277d) [#8233](https://github.com/npm/cli/pull/8233) dev dependency updates (@owlstronaut)
39+
* [`7eca19c`](https://github.com/npm/cli/commit/7eca19cb5ddc32688a8e331d5468d58f14684bff) [#8215](https://github.com/npm/cli/pull/8215) update workflow permissions for updating Node PR (@owlstronaut)
40+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/[email protected]`
41+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.3.0): `@npmcli/[email protected]`
42+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.1): `[email protected]`
43+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.3): `[email protected]`
44+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.2): `[email protected]`
45+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.3): `[email protected]`
46+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.3): `[email protected]`
47+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.1): `[email protected]`
48+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.1): `[email protected]`
49+
350
## [11.3.0](https://github.com/npm/cli/compare/v11.2.0...v11.3.0) (2025-04-08)
451
### Features
552
* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar)

package-lock.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.3.0",
3+
"version": "11.4.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.3.0",
9+
"version": "11.4.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,8 +85,8 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^9.0.2",
89-
"@npmcli/config": "^10.2.0",
88+
"@npmcli/arborist": "^9.1.0",
89+
"@npmcli/config": "^10.3.0",
9090
"@npmcli/fs": "^4.0.0",
9191
"@npmcli/map-workspaces": "^4.0.2",
9292
"@npmcli/package-json": "^6.1.1",
@@ -109,16 +109,16 @@
109109
"init-package-json": "^8.2.1",
110110
"is-cidr": "^5.1.1",
111111
"json-parse-even-better-errors": "^4.0.0",
112-
"libnpmaccess": "^10.0.0",
113-
"libnpmdiff": "^8.0.2",
114-
"libnpmexec": "^10.1.1",
115-
"libnpmfund": "^7.0.2",
112+
"libnpmaccess": "^10.0.1",
113+
"libnpmdiff": "^8.0.3",
114+
"libnpmexec": "^10.1.2",
115+
"libnpmfund": "^7.0.3",
116116
"libnpmorg": "^8.0.0",
117-
"libnpmpack": "^9.0.2",
117+
"libnpmpack": "^9.0.3",
118118
"libnpmpublish": "^11.0.0",
119119
"libnpmsearch": "^9.0.0",
120-
"libnpmteam": "^8.0.0",
121-
"libnpmversion": "^8.0.0",
120+
"libnpmteam": "^8.0.1",
121+
"libnpmversion": "^8.0.1",
122122
"make-fetch-happen": "^14.0.3",
123123
"minimatch": "^9.0.5",
124124
"minipass": "^7.1.1",
@@ -18926,7 +18926,7 @@
1892618926
},
1892718927
"workspaces/arborist": {
1892818928
"name": "@npmcli/arborist",
18929-
"version": "9.0.2",
18929+
"version": "9.1.0",
1893018930
"license": "ISC",
1893118931
"dependencies": {
1893218932
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18984,7 +18984,7 @@
1898418984
},
1898518985
"workspaces/config": {
1898618986
"name": "@npmcli/config",
18987-
"version": "10.2.0",
18987+
"version": "10.3.0",
1898818988
"license": "ISC",
1898918989
"dependencies": {
1899018990
"@npmcli/map-workspaces": "^4.0.1",
@@ -19007,7 +19007,7 @@
1900719007
}
1900819008
},
1900919009
"workspaces/libnpmaccess": {
19010-
"version": "10.0.0",
19010+
"version": "10.0.1",
1901119011
"license": "ISC",
1901219012
"dependencies": {
1901319013
"npm-package-arg": "^12.0.0",
@@ -19024,10 +19024,10 @@
1902419024
}
1902519025
},
1902619026
"workspaces/libnpmdiff": {
19027-
"version": "8.0.2",
19027+
"version": "8.0.3",
1902819028
"license": "ISC",
1902919029
"dependencies": {
19030-
"@npmcli/arborist": "^9.0.2",
19030+
"@npmcli/arborist": "^9.1.0",
1903119031
"@npmcli/installed-package-contents": "^3.0.0",
1903219032
"binary-extensions": "^3.0.0",
1903319033
"diff": "^7.0.0",
@@ -19046,10 +19046,10 @@
1904619046
}
1904719047
},
1904819048
"workspaces/libnpmexec": {
19049-
"version": "10.1.1",
19049+
"version": "10.1.2",
1905019050
"license": "ISC",
1905119051
"dependencies": {
19052-
"@npmcli/arborist": "^9.0.2",
19052+
"@npmcli/arborist": "^9.1.0",
1905319053
"@npmcli/package-json": "^6.1.1",
1905419054
"@npmcli/run-script": "^9.0.1",
1905519055
"ci-info": "^4.0.0",
@@ -19076,10 +19076,10 @@
1907619076
}
1907719077
},
1907819078
"workspaces/libnpmfund": {
19079-
"version": "7.0.2",
19079+
"version": "7.0.3",
1908019080
"license": "ISC",
1908119081
"dependencies": {
19082-
"@npmcli/arborist": "^9.0.2"
19082+
"@npmcli/arborist": "^9.1.0"
1908319083
},
1908419084
"devDependencies": {
1908519085
"@npmcli/eslint-config": "^5.0.1",
@@ -19109,10 +19109,10 @@
1910919109
}
1911019110
},
1911119111
"workspaces/libnpmpack": {
19112-
"version": "9.0.2",
19112+
"version": "9.0.3",
1911319113
"license": "ISC",
1911419114
"dependencies": {
19115-
"@npmcli/arborist": "^9.0.2",
19115+
"@npmcli/arborist": "^9.1.0",
1911619116
"@npmcli/run-script": "^9.0.1",
1911719117
"npm-package-arg": "^12.0.0",
1911819118
"pacote": "^21.0.0"
@@ -19169,7 +19169,7 @@
1916919169
}
1917019170
},
1917119171
"workspaces/libnpmteam": {
19172-
"version": "8.0.0",
19172+
"version": "8.0.1",
1917319173
"license": "ISC",
1917419174
"dependencies": {
1917519175
"aproba": "^2.0.0",
@@ -19186,7 +19186,7 @@
1918619186
}
1918719187
},
1918819188
"workspaces/libnpmversion": {
19189-
"version": "8.0.0",
19189+
"version": "8.0.1",
1919019190
"license": "ISC",
1919119191
"dependencies": {
1919219192
"@npmcli/git": "^6.0.1",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.3.0",
2+
"version": "11.4.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.0.2",
56-
"@npmcli/config": "^10.2.0",
55+
"@npmcli/arborist": "^9.1.0",
56+
"@npmcli/config": "^10.3.0",
5757
"@npmcli/fs": "^4.0.0",
5858
"@npmcli/map-workspaces": "^4.0.2",
5959
"@npmcli/package-json": "^6.1.1",
@@ -76,16 +76,16 @@
7676
"init-package-json": "^8.2.1",
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
79-
"libnpmaccess": "^10.0.0",
80-
"libnpmdiff": "^8.0.2",
81-
"libnpmexec": "^10.1.1",
82-
"libnpmfund": "^7.0.2",
79+
"libnpmaccess": "^10.0.1",
80+
"libnpmdiff": "^8.0.3",
81+
"libnpmexec": "^10.1.2",
82+
"libnpmfund": "^7.0.3",
8383
"libnpmorg": "^8.0.0",
84-
"libnpmpack": "^9.0.2",
84+
"libnpmpack": "^9.0.3",
8585
"libnpmpublish": "^11.0.0",
8686
"libnpmsearch": "^9.0.0",
87-
"libnpmteam": "^8.0.0",
88-
"libnpmversion": "^8.0.0",
87+
"libnpmteam": "^8.0.1",
88+
"libnpmversion": "^8.0.1",
8989
"make-fetch-happen": "^14.0.3",
9090
"minimatch": "^9.0.5",
9191
"minipass": "^7.1.1",

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.1.0](https://github.com/npm/cli/compare/arborist-v9.0.2...arborist-v9.1.0) (2025-05-15)
4+
### Features
5+
* [`57aa89f`](https://github.com/npm/cli/commit/57aa89ff70e0c6186a43888b944b5799b25c7bc8) [#8265](https://github.com/npm/cli/pull/8265) use run by default and run-script as the alias (#8265) (@owlstronaut)
6+
### Bug Fixes
7+
* [`d5bcf38`](https://github.com/npm/cli/commit/d5bcf38764dfd05c7677602ae1c22b3a7bfdb486) [#8268](https://github.com/npm/cli/pull/8268) arborist: Add better error message when lockfile is malformed (#8268) (@owlstronaut)
8+
* [`5e1fed9`](https://github.com/npm/cli/commit/5e1fed9f5e8d0ae05e67a3fe644d6e87d0559b7a) [#8290](https://github.com/npm/cli/pull/8290) arborist: improve README markdown (#8290) (@mbtools)
9+
* [`0886e7a`](https://github.com/npm/cli/commit/0886e7abced0d8bdfd564a3b254817ecbdc14857) [#8222](https://github.com/npm/cli/pull/8222) preserve registry path when replacing a host (@owlstronaut)
10+
* [`815311b`](https://github.com/npm/cli/commit/815311b9b8848585f8944f1f2684f10282525cf2) [#8206](https://github.com/npm/cli/pull/8206) arborist: workspaces correctly path to file: packages from overrides (@owlstronaut)
11+
312
## [9.0.2](https://github.com/npm/cli/compare/arborist-v9.0.1...arborist-v9.0.2) (2025-04-08)
413
### Bug Fixes
514
* [`a96d8f6`](https://github.com/npm/cli/commit/a96d8f6295886c219076178460718837d2fe45d6) [#8184](https://github.com/npm/cli/pull/8184) arborist: omit failed optional dependencies from installed deps (#8184) (@owlstronaut, @zkat)

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.0.2",
3+
"version": "9.1.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

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

3+
## [10.3.0](https://github.com/npm/cli/compare/config-v10.2.0...config-v10.3.0) (2025-05-15)
4+
### Features
5+
* [`a0e60fb`](https://github.com/npm/cli/commit/a0e60fb1893ac77a78380d9a9faaaaa54da1fe85) [#8246](https://github.com/npm/cli/pull/8246) added init-private option (@owlstronaut)
6+
* [`57aa89f`](https://github.com/npm/cli/commit/57aa89ff70e0c6186a43888b944b5799b25c7bc8) [#8265](https://github.com/npm/cli/pull/8265) use run by default and run-script as the alias (#8265) (@owlstronaut)
7+
### Bug Fixes
8+
* [`ed1a28e`](https://github.com/npm/cli/commit/ed1a28ed51d1cf1ed2421293c830201da4ce1fb6) [#8238](https://github.com/npm/cli/pull/8238) config: use exclusive for save types (@owlstronaut)
9+
310
## [10.2.0](https://github.com/npm/cli/compare/config-v10.1.0...config-v10.2.0) (2025-04-08)
411
### Features
512
* [`b306d25`](https://github.com/npm/cli/commit/b306d25df2f2e6ae75fd4f6657e0858b6dd71c43) [#8129](https://github.com/npm/cli/pull/8129) add `node-gyp` as actual config (@wraithgar)

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [10.0.1](https://github.com/npm/cli/compare/libnpmaccess-v10.0.0...libnpmaccess-v10.0.1) (2025-05-15)
4+
### Bug Fixes
5+
* [`5b5e886`](https://github.com/npm/cli/commit/5b5e886edadf77ee48368695e6bc52ad6c4f06c3) [#8289](https://github.com/npm/cli/pull/8289) libnpmaccess: formatting of options in README (#8289) (@mbtools)
6+
37
## [10.0.0](https://github.com/npm/cli/compare/libnpmaccess-v10.0.0-pre.0...libnpmaccess-v10.0.0) (2024-12-16)
48
### Features
59
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@wraithgar)

workspaces/libnpmaccess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/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.0.2): `@npmcli/[email protected]`
1414

15+
### Dependencies
16+
17+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/[email protected]`
18+
1519
## [8.0.0](https://github.com/npm/cli/compare/libnpmdiff-v8.0.0-pre.1...libnpmdiff-v8.0.0) (2024-12-16)
1620
### Features
1721
* [`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.2",
3+
"version": "8.0.3",
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.0.2",
50+
"@npmcli/arborist": "^9.1.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [10.1.2](https://github.com/npm/cli/compare/libnpmexec-v10.1.1...libnpmexec-v10.1.2) (2025-05-15)
4+
### Bug Fixes
5+
* [`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)
6+
7+
8+
### Dependencies
9+
10+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/[email protected]`
11+
312
## [10.1.1](https://github.com/npm/cli/compare/libnpmexec-v10.1.0...libnpmexec-v10.1.1) (2025-04-08)
413
### Bug Fixes
514
* [`386f328`](https://github.com/npm/cli/commit/386f32898067d8ae17a160271bf1bc1832e6ebb4) [#8154](https://github.com/npm/cli/pull/8154) npx: always save true when installing to npx cache (#8154) (@milaninfy)

0 commit comments

Comments
 (0)