Skip to content

Commit 7e4bdc9

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.4.0
1 parent 57aa89f commit 7e4bdc9

17 files changed

+108
-42
lines changed

.release-please-manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "11.3.0",
3-
"workspaces/arborist": "9.0.2",
2+
".": "11.4.0",
3+
"workspaces/arborist": "9.1.0",
44
"workspaces/libnpmaccess": "10.0.0",
5-
"workspaces/libnpmdiff": "8.0.2",
6-
"workspaces/libnpmexec": "10.1.1",
7-
"workspaces/libnpmfund": "7.0.2",
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",
1212
"workspaces/libnpmteam": "8.0.0",
1313
"workspaces/libnpmversion": "8.0.0",
14-
"workspaces/config": "10.2.0"
14+
"workspaces/config": "10.3.0"
1515
}

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -960,3 +960,6 @@ Tyler Albee <tyleralbee25@gmail.com>
960960
William Briggs <37094383+billy-briggs-dev@users.noreply.github.com>
961961
Gabriel Bouyssou <contact@stoneleaf.dev>
962962
Carl Gay <carlgay@gmail.com>
963+
liang.chen <liang.chen@ichef.com.tw>
964+
Milan Meva <milaninfy@github.com>
965+
Spencer Faith <45831293+13sfaith@users.noreply.github.com>

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [11.4.0](https://github.com/npm/cli/compare/v11.3.0...v11.4.0) (2025-05-06)
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+
* [`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)
7+
### Bug Fixes
8+
* [`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)
9+
* [`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)
10+
* [`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)
11+
* [`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)
12+
* [`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)
13+
### Documentation
14+
* [`96cc4f9`](https://github.com/npm/cli/commit/96cc4f9a87a231abf4c9584a277765368ba6663d) [#8226](https://github.com/npm/cli/pull/8226) format publish as code to highlight it (@LiangYingC)
15+
* [`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)
16+
### Dependencies
17+
* [`2521c9b`](https://github.com/npm/cli/commit/2521c9ba18172c2ade525cbe9a675d293a0484d9) [#8233](https://github.com/npm/cli/pull/8233) `@sigstore/protobuf-specs@0.4.1`
18+
* [`3274d68`](https://github.com/npm/cli/commit/3274d68b13595415586b41445838cc258543173a) [#8233](https://github.com/npm/cli/pull/8233) `@npmcli/query@4.0.1`
19+
* [`c263626`](https://github.com/npm/cli/commit/c2636268e83b8049789534e78f4c15913e047c89) [#8233](https://github.com/npm/cli/pull/8233) `abbrev@3.0.1`
20+
* [`78df711`](https://github.com/npm/cli/commit/78df711a60aaf8538b9fcaf13f2f9d50ce62b7b8) [#8233](https://github.com/npm/cli/pull/8233) `hosted-git-info@8.1.0`
21+
### Chores
22+
* [`3231ee9`](https://github.com/npm/cli/commit/3231ee9afefcadce2b17a143fd51d365de4d6dea) [#8244](https://github.com/npm/cli/pull/8244) update snapshots (@owlstronaut)
23+
* [`c561a33`](https://github.com/npm/cli/commit/c561a3307b18f9c208eb7305db0f2a51db61277d) [#8233](https://github.com/npm/cli/pull/8233) dev dependency updates (@owlstronaut)
24+
* [`7eca19c`](https://github.com/npm/cli/commit/7eca19cb5ddc32688a8e331d5468d58f14684bff) [#8215](https://github.com/npm/cli/pull/8215) update workflow permissions for updating Node PR (@owlstronaut)
25+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/arborist@9.1.0`
26+
* [workspace](https://github.com/npm/cli/releases/tag/config-v10.3.0): `@npmcli/config@10.3.0`
27+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.3): `libnpmdiff@8.0.3`
28+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.2): `libnpmexec@10.1.2`
29+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.3): `libnpmfund@7.0.3`
30+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.3): `libnpmpack@9.0.3`
31+
332
## [11.3.0](https://github.com/npm/cli/compare/v11.2.0...v11.3.0) (2025-04-08)
433
### Features
534
* [`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

+18-18
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",
@@ -110,11 +110,11 @@
110110
"is-cidr": "^5.1.1",
111111
"json-parse-even-better-errors": "^4.0.0",
112112
"libnpmaccess": "^10.0.0",
113-
"libnpmdiff": "^8.0.2",
114-
"libnpmexec": "^10.1.1",
115-
"libnpmfund": "^7.0.2",
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",
120120
"libnpmteam": "^8.0.0",
@@ -18913,7 +18913,7 @@
1891318913
},
1891418914
"workspaces/arborist": {
1891518915
"name": "@npmcli/arborist",
18916-
"version": "9.0.2",
18916+
"version": "9.1.0",
1891718917
"license": "ISC",
1891818918
"dependencies": {
1891918919
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18971,7 +18971,7 @@
1897118971
},
1897218972
"workspaces/config": {
1897318973
"name": "@npmcli/config",
18974-
"version": "10.2.0",
18974+
"version": "10.3.0",
1897518975
"license": "ISC",
1897618976
"dependencies": {
1897718977
"@npmcli/map-workspaces": "^4.0.1",
@@ -19011,10 +19011,10 @@
1901119011
}
1901219012
},
1901319013
"workspaces/libnpmdiff": {
19014-
"version": "8.0.2",
19014+
"version": "8.0.3",
1901519015
"license": "ISC",
1901619016
"dependencies": {
19017-
"@npmcli/arborist": "^9.0.2",
19017+
"@npmcli/arborist": "^9.1.0",
1901819018
"@npmcli/installed-package-contents": "^3.0.0",
1901919019
"binary-extensions": "^3.0.0",
1902019020
"diff": "^7.0.0",
@@ -19033,10 +19033,10 @@
1903319033
}
1903419034
},
1903519035
"workspaces/libnpmexec": {
19036-
"version": "10.1.1",
19036+
"version": "10.1.2",
1903719037
"license": "ISC",
1903819038
"dependencies": {
19039-
"@npmcli/arborist": "^9.0.2",
19039+
"@npmcli/arborist": "^9.1.0",
1904019040
"@npmcli/package-json": "^6.1.1",
1904119041
"@npmcli/run-script": "^9.0.1",
1904219042
"ci-info": "^4.0.0",
@@ -19063,10 +19063,10 @@
1906319063
}
1906419064
},
1906519065
"workspaces/libnpmfund": {
19066-
"version": "7.0.2",
19066+
"version": "7.0.3",
1906719067
"license": "ISC",
1906819068
"dependencies": {
19069-
"@npmcli/arborist": "^9.0.2"
19069+
"@npmcli/arborist": "^9.1.0"
1907019070
},
1907119071
"devDependencies": {
1907219072
"@npmcli/eslint-config": "^5.0.1",
@@ -19096,10 +19096,10 @@
1909619096
}
1909719097
},
1909819098
"workspaces/libnpmpack": {
19099-
"version": "9.0.2",
19099+
"version": "9.0.3",
1910019100
"license": "ISC",
1910119101
"dependencies": {
19102-
"@npmcli/arborist": "^9.0.2",
19102+
"@npmcli/arborist": "^9.1.0",
1910319103
"@npmcli/run-script": "^9.0.1",
1910419104
"npm-package-arg": "^12.0.0",
1910519105
"pacote": "^21.0.0"

package.json

+7-7
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",
@@ -77,11 +77,11 @@
7777
"is-cidr": "^5.1.1",
7878
"json-parse-even-better-errors": "^4.0.0",
7979
"libnpmaccess": "^10.0.0",
80-
"libnpmdiff": "^8.0.2",
81-
"libnpmexec": "^10.1.1",
82-
"libnpmfund": "^7.0.2",
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",
8787
"libnpmteam": "^8.0.0",

workspaces/arborist/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.1.0](https://github.com/npm/cli/compare/arborist-v9.0.2...arborist-v9.1.0) (2025-05-06)
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+
* [`0886e7a`](https://github.com/npm/cli/commit/0886e7abced0d8bdfd564a3b254817ecbdc14857) [#8222](https://github.com/npm/cli/pull/8222) preserve registry path when replacing a host (@owlstronaut)
8+
* [`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)
9+
310
## [9.0.2](https://github.com/npm/cli/compare/arborist-v9.0.1...arborist-v9.0.2) (2025-04-08)
411
### Bug Fixes
512
* [`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

+1-1
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [10.3.0](https://github.com/npm/cli/compare/config-v10.2.0...config-v10.3.0) (2025-05-06)
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+
* [`ed1a28e`](https://github.com/npm/cli/commit/ed1a28ed51d1cf1ed2421293c830201da4ce1fb6) [#8238](https://github.com/npm/cli/pull/8238) config: use exclusive for save types (@owlstronaut)
8+
39
## [10.2.0](https://github.com/npm/cli/compare/config-v10.1.0...config-v10.2.0) (2025-04-08)
410
### Features
511
* [`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

+1-1
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/libnpmdiff/CHANGELOG.md

+4
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/arborist@9.0.2`
1414

15+
### Dependencies
16+
17+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/arborist@9.1.0`
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

+2-2
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

+9
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-06)
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/arborist@9.1.0`
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)

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "10.1.1",
3+
"version": "10.1.2",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.8"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^9.0.2",
63+
"@npmcli/arborist": "^9.1.0",
6464
"@npmcli/package-json": "^6.1.1",
6565
"@npmcli/run-script": "^9.0.1",
6666
"ci-info": "^4.0.0",

workspaces/libnpmfund/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.2): `@npmcli/arborist@9.0.2`
2222

23+
### Dependencies
24+
25+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/arborist@9.1.0`
26+
2327
## [7.0.0](https://github.com/npm/cli/compare/libnpmfund-v7.0.0-pre.1...libnpmfund-v7.0.0) (2024-12-16)
2428
### Features
2529
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@wraithgar)

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^9.0.2"
49+
"@npmcli/arborist": "^9.1.0"
5050
},
5151
"engines": {
5252
"node": "^20.17.0 || >=22.9.0"

workspaces/libnpmpack/CHANGELOG.md

+4
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/arborist@9.0.2`
1414

15+
### Dependencies
16+
17+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.1.0): `@npmcli/arborist@9.1.0`
18+
1519
## [9.0.0](https://github.com/npm/cli/compare/libnpmpack-v9.0.0-pre.1...libnpmpack-v9.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/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -37,7 +37,7 @@
3737
"bugs": "https://github.com/npm/libnpmpack/issues",
3838
"homepage": "https://npmjs.com/package/libnpmpack",
3939
"dependencies": {
40-
"@npmcli/arborist": "^9.0.2",
40+
"@npmcli/arborist": "^9.1.0",
4141
"@npmcli/run-script": "^9.0.1",
4242
"npm-package-arg": "^12.0.0",
4343
"pacote": "^21.0.0"

0 commit comments

Comments
 (0)