Skip to content

Commit 08fd917

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.3.1
1 parent 96cc4f9 commit 08fd917

15 files changed

+77
-37
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
".": "11.3.0",
3-
"workspaces/arborist": "9.0.2",
2+
".": "11.3.1",
3+
"workspaces/arborist": "9.0.3",
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",

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -960,3 +960,4 @@ 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>

CHANGELOG.md

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

3+
## [11.3.1](https://github.com/npm/cli/compare/v11.3.0...v11.3.1) (2025-04-14)
4+
### Bug Fixes
5+
* [`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)
6+
### Documentation
7+
* [`96cc4f9`](https://github.com/npm/cli/commit/96cc4f9a87a231abf4c9584a277765368ba6663d) [#8226](https://github.com/npm/cli/pull/8226) format publish as code to highlight it (@LiangYingC)
8+
* [`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)
9+
### Chores
10+
* [`7eca19c`](https://github.com/npm/cli/commit/7eca19cb5ddc32688a8e331d5468d58f14684bff) [#8215](https://github.com/npm/cli/pull/8215) update workflow permissions for updating Node PR (@owlstronaut)
11+
12+
13+
### Dependencies
14+
15+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.3): `@npmcli/arborist@9.0.3`
16+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.3): `libnpmdiff@8.0.3`
17+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.1.2): `libnpmexec@10.1.2`
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.3): `libnpmfund@7.0.3`
19+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.3): `libnpmpack@9.0.3`
20+
321
## [11.3.0](https://github.com/npm/cli/compare/v11.2.0...v11.3.0) (2025-04-08)
422
### Features
523
* [`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

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.3.0",
9+
"version": "11.3.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -85,7 +85,7 @@
8585
],
8686
"dependencies": {
8787
"@isaacs/string-locale-compare": "^1.1.0",
88-
"@npmcli/arborist": "^9.0.2",
88+
"@npmcli/arborist": "^9.0.3",
8989
"@npmcli/config": "^10.2.0",
9090
"@npmcli/fs": "^4.0.0",
9191
"@npmcli/map-workspaces": "^4.0.2",
@@ -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",
@@ -18899,7 +18899,7 @@
1889918899
},
1890018900
"workspaces/arborist": {
1890118901
"name": "@npmcli/arborist",
18902-
"version": "9.0.2",
18902+
"version": "9.0.3",
1890318903
"license": "ISC",
1890418904
"dependencies": {
1890518905
"@isaacs/string-locale-compare": "^1.1.0",
@@ -18997,10 +18997,10 @@
1899718997
}
1899818998
},
1899918999
"workspaces/libnpmdiff": {
19000-
"version": "8.0.2",
19000+
"version": "8.0.3",
1900119001
"license": "ISC",
1900219002
"dependencies": {
19003-
"@npmcli/arborist": "^9.0.2",
19003+
"@npmcli/arborist": "^9.0.3",
1900419004
"@npmcli/installed-package-contents": "^3.0.0",
1900519005
"binary-extensions": "^3.0.0",
1900619006
"diff": "^7.0.0",
@@ -19019,10 +19019,10 @@
1901919019
}
1902019020
},
1902119021
"workspaces/libnpmexec": {
19022-
"version": "10.1.1",
19022+
"version": "10.1.2",
1902319023
"license": "ISC",
1902419024
"dependencies": {
19025-
"@npmcli/arborist": "^9.0.2",
19025+
"@npmcli/arborist": "^9.0.3",
1902619026
"@npmcli/package-json": "^6.1.1",
1902719027
"@npmcli/run-script": "^9.0.1",
1902819028
"ci-info": "^4.0.0",
@@ -19049,10 +19049,10 @@
1904919049
}
1905019050
},
1905119051
"workspaces/libnpmfund": {
19052-
"version": "7.0.2",
19052+
"version": "7.0.3",
1905319053
"license": "ISC",
1905419054
"dependencies": {
19055-
"@npmcli/arborist": "^9.0.2"
19055+
"@npmcli/arborist": "^9.0.3"
1905619056
},
1905719057
"devDependencies": {
1905819058
"@npmcli/eslint-config": "^5.0.1",
@@ -19082,10 +19082,10 @@
1908219082
}
1908319083
},
1908419084
"workspaces/libnpmpack": {
19085-
"version": "9.0.2",
19085+
"version": "9.0.3",
1908619086
"license": "ISC",
1908719087
"dependencies": {
19088-
"@npmcli/arborist": "^9.0.2",
19088+
"@npmcli/arborist": "^9.0.3",
1908919089
"@npmcli/run-script": "^9.0.1",
1909019090
"npm-package-arg": "^12.0.0",
1909119091
"pacote": "^21.0.0"

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.3.0",
2+
"version": "11.3.1",
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.0.2",
55+
"@npmcli/arborist": "^9.0.3",
5656
"@npmcli/config": "^10.2.0",
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.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

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

3+
## [9.0.3](https://github.com/npm/cli/compare/arborist-v9.0.2...arborist-v9.0.3) (2025-04-14)
4+
### Bug Fixes
5+
* [`0886e7a`](https://github.com/npm/cli/commit/0886e7abced0d8bdfd564a3b254817ecbdc14857) [#8222](https://github.com/npm/cli/pull/8222) preserve registry path when replacing a host (@owlstronaut)
6+
* [`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)
7+
38
## [9.0.2](https://github.com/npm/cli/compare/arborist-v9.0.1...arborist-v9.0.2) (2025-04-08)
49
### Bug Fixes
510
* [`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.0.3",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

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.0.3): `@npmcli/arborist@9.0.3`
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.0.3",
5151
"@npmcli/installed-package-contents": "^3.0.0",
5252
"binary-extensions": "^3.0.0",
5353
"diff": "^7.0.0",

workspaces/libnpmexec/CHANGELOG.md

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

3+
### Dependencies
4+
5+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.3): `@npmcli/arborist@9.0.3`
6+
37
## [10.1.1](https://github.com/npm/cli/compare/libnpmexec-v10.1.0...libnpmexec-v10.1.1) (2025-04-08)
48
### Bug Fixes
59
* [`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.0.3",
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.0.3): `@npmcli/arborist@9.0.3`
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.0.3"
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.0.3): `@npmcli/arborist@9.0.3`
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.0.3",
4141
"@npmcli/run-script": "^9.0.1",
4242
"npm-package-arg": "^12.0.0",
4343
"pacote": "^21.0.0"

0 commit comments

Comments
 (0)