Skip to content

Commit ae21fbd

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.8.0
1 parent 12f103c commit ae21fbd

31 files changed

+456
-77
lines changed

.release-please-manifest.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.7.0",
3-
"workspaces/arborist": "7.5.1",
4-
"workspaces/libnpmaccess": "8.0.5",
5-
"workspaces/libnpmdiff": "6.1.1",
6-
"workspaces/libnpmexec": "8.1.0",
7-
"workspaces/libnpmfund": "5.0.9",
8-
"workspaces/libnpmhook": "10.0.4",
9-
"workspaces/libnpmorg": "6.0.5",
10-
"workspaces/libnpmpack": "7.0.1",
11-
"workspaces/libnpmpublish": "9.0.7",
12-
"workspaces/libnpmsearch": "7.0.4",
13-
"workspaces/libnpmteam": "6.0.4",
14-
"workspaces/libnpmversion": "6.0.1",
15-
"workspaces/config": "8.3.1"
2+
".": "10.8.0",
3+
"workspaces/arborist": "7.5.2",
4+
"workspaces/libnpmaccess": "8.0.6",
5+
"workspaces/libnpmdiff": "6.1.2",
6+
"workspaces/libnpmexec": "8.1.1",
7+
"workspaces/libnpmfund": "5.0.10",
8+
"workspaces/libnpmhook": "10.0.5",
9+
"workspaces/libnpmorg": "6.0.6",
10+
"workspaces/libnpmpack": "7.0.2",
11+
"workspaces/libnpmpublish": "9.0.8",
12+
"workspaces/libnpmsearch": "7.0.5",
13+
"workspaces/libnpmteam": "6.0.5",
14+
"workspaces/libnpmversion": "6.0.2",
15+
"workspaces/config": "8.3.2"
1616
}

AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -932,3 +932,9 @@ Vinicius Lourenço <12551007+H4ad@users.noreply.github.com>
932932
roni-berlin <72336831+roni-berlin@users.noreply.github.com>
933933
Marc Bernard <59966492+mbtools@users.noreply.github.com>
934934
Erik Williamson <me@erik.tw>
935+
Hong Xu <hong@topbug.net>
936+
Thomas Reggi <reggi@github.com>
937+
Mottle <sgt_ah@163.com>
938+
klm-turing <litaaba.a@turing.com>
939+
klm <litaaba.a@turing.com>
940+
Avinal Kumar <avinal@redhat.com>

CHANGELOG.md

+169
Large diffs are not rendered by default.

package-lock.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.7.0",
9+
"version": "10.8.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,8 +87,8 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.2.1",
91-
"@npmcli/config": "^8.0.2",
90+
"@npmcli/arborist": "^7.5.2",
91+
"@npmcli/config": "^8.3.2",
9292
"@npmcli/fs": "^3.1.1",
9393
"@npmcli/map-workspaces": "^3.0.6",
9494
"@npmcli/package-json": "^5.1.0",
@@ -111,17 +111,17 @@
111111
"init-package-json": "^6.0.3",
112112
"is-cidr": "^5.0.5",
113113
"json-parse-even-better-errors": "^3.0.2",
114-
"libnpmaccess": "^8.0.1",
115-
"libnpmdiff": "^6.0.3",
116-
"libnpmexec": "^8.0.0",
117-
"libnpmfund": "^5.0.1",
118-
"libnpmhook": "^10.0.0",
119-
"libnpmorg": "^6.0.1",
120-
"libnpmpack": "^7.0.0",
121-
"libnpmpublish": "^9.0.2",
122-
"libnpmsearch": "^7.0.0",
123-
"libnpmteam": "^6.0.0",
124-
"libnpmversion": "^6.0.0",
114+
"libnpmaccess": "^8.0.6",
115+
"libnpmdiff": "^6.1.2",
116+
"libnpmexec": "^8.1.1",
117+
"libnpmfund": "^5.0.10",
118+
"libnpmhook": "^10.0.5",
119+
"libnpmorg": "^6.0.6",
120+
"libnpmpack": "^7.0.2",
121+
"libnpmpublish": "^9.0.8",
122+
"libnpmsearch": "^7.0.5",
123+
"libnpmteam": "^6.0.5",
124+
"libnpmversion": "^6.0.2",
125125
"make-fetch-happen": "^13.0.1",
126126
"minimatch": "^9.0.4",
127127
"minipass": "^7.1.1",
@@ -14766,7 +14766,7 @@
1476614766
},
1476714767
"workspaces/arborist": {
1476814768
"name": "@npmcli/arborist",
14769-
"version": "7.5.1",
14769+
"version": "7.5.2",
1477014770
"license": "ISC",
1477114771
"dependencies": {
1477214772
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14824,7 +14824,7 @@
1482414824
},
1482514825
"workspaces/config": {
1482614826
"name": "@npmcli/config",
14827-
"version": "8.3.1",
14827+
"version": "8.3.2",
1482814828
"license": "ISC",
1482914829
"dependencies": {
1483014830
"@npmcli/map-workspaces": "^3.0.2",
@@ -14847,7 +14847,7 @@
1484714847
}
1484814848
},
1484914849
"workspaces/libnpmaccess": {
14850-
"version": "8.0.5",
14850+
"version": "8.0.6",
1485114851
"license": "ISC",
1485214852
"dependencies": {
1485314853
"npm-package-arg": "^11.0.2",
@@ -14865,10 +14865,10 @@
1486514865
}
1486614866
},
1486714867
"workspaces/libnpmdiff": {
14868-
"version": "6.1.1",
14868+
"version": "6.1.2",
1486914869
"license": "ISC",
1487014870
"dependencies": {
14871-
"@npmcli/arborist": "^7.2.1",
14871+
"@npmcli/arborist": "^7.5.2",
1487214872
"@npmcli/installed-package-contents": "^2.1.0",
1487314873
"binary-extensions": "^2.3.0",
1487414874
"diff": "^5.1.0",
@@ -14887,10 +14887,10 @@
1488714887
}
1488814888
},
1488914889
"workspaces/libnpmexec": {
14890-
"version": "8.1.0",
14890+
"version": "8.1.1",
1489114891
"license": "ISC",
1489214892
"dependencies": {
14893-
"@npmcli/arborist": "^7.2.1",
14893+
"@npmcli/arborist": "^7.5.2",
1489414894
"@npmcli/run-script": "^8.1.0",
1489514895
"ci-info": "^4.0.0",
1489614896
"npm-package-arg": "^11.0.2",
@@ -14916,10 +14916,10 @@
1491614916
}
1491714917
},
1491814918
"workspaces/libnpmfund": {
14919-
"version": "5.0.9",
14919+
"version": "5.0.10",
1492014920
"license": "ISC",
1492114921
"dependencies": {
14922-
"@npmcli/arborist": "^7.2.1"
14922+
"@npmcli/arborist": "^7.5.2"
1492314923
},
1492414924
"devDependencies": {
1492514925
"@npmcli/eslint-config": "^4.0.0",
@@ -14931,7 +14931,7 @@
1493114931
}
1493214932
},
1493314933
"workspaces/libnpmhook": {
14934-
"version": "10.0.4",
14934+
"version": "10.0.5",
1493514935
"license": "ISC",
1493614936
"dependencies": {
1493714937
"aproba": "^2.0.0",
@@ -14948,7 +14948,7 @@
1494814948
}
1494914949
},
1495014950
"workspaces/libnpmorg": {
14951-
"version": "6.0.5",
14951+
"version": "6.0.6",
1495214952
"license": "ISC",
1495314953
"dependencies": {
1495414954
"aproba": "^2.0.0",
@@ -14966,10 +14966,10 @@
1496614966
}
1496714967
},
1496814968
"workspaces/libnpmpack": {
14969-
"version": "7.0.1",
14969+
"version": "7.0.2",
1497014970
"license": "ISC",
1497114971
"dependencies": {
14972-
"@npmcli/arborist": "^7.2.1",
14972+
"@npmcli/arborist": "^7.5.2",
1497314973
"@npmcli/run-script": "^8.1.0",
1497414974
"npm-package-arg": "^11.0.2",
1497514975
"pacote": "^18.0.6"
@@ -14986,7 +14986,7 @@
1498614986
}
1498714987
},
1498814988
"workspaces/libnpmpublish": {
14989-
"version": "9.0.7",
14989+
"version": "9.0.8",
1499014990
"license": "ISC",
1499114991
"dependencies": {
1499214992
"ci-info": "^4.0.0",
@@ -15011,7 +15011,7 @@
1501115011
}
1501215012
},
1501315013
"workspaces/libnpmsearch": {
15014-
"version": "7.0.4",
15014+
"version": "7.0.5",
1501515015
"license": "ISC",
1501615016
"dependencies": {
1501715017
"npm-registry-fetch": "^17.0.1"
@@ -15027,7 +15027,7 @@
1502715027
}
1502815028
},
1502915029
"workspaces/libnpmteam": {
15030-
"version": "6.0.4",
15030+
"version": "6.0.5",
1503115031
"license": "ISC",
1503215032
"dependencies": {
1503315033
"aproba": "^2.0.0",
@@ -15044,7 +15044,7 @@
1504415044
}
1504515045
},
1504615046
"workspaces/libnpmversion": {
15047-
"version": "6.0.1",
15047+
"version": "6.0.2",
1504815048
"license": "ISC",
1504915049
"dependencies": {
1505015050
"@npmcli/git": "^5.0.7",

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.7.0",
2+
"version": "10.8.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": "^7.2.1",
56-
"@npmcli/config": "^8.0.2",
55+
"@npmcli/arborist": "^7.5.2",
56+
"@npmcli/config": "^8.3.2",
5757
"@npmcli/fs": "^3.1.1",
5858
"@npmcli/map-workspaces": "^3.0.6",
5959
"@npmcli/package-json": "^5.1.0",
@@ -76,17 +76,17 @@
7676
"init-package-json": "^6.0.3",
7777
"is-cidr": "^5.0.5",
7878
"json-parse-even-better-errors": "^3.0.2",
79-
"libnpmaccess": "^8.0.1",
80-
"libnpmdiff": "^6.0.3",
81-
"libnpmexec": "^8.0.0",
82-
"libnpmfund": "^5.0.1",
83-
"libnpmhook": "^10.0.0",
84-
"libnpmorg": "^6.0.1",
85-
"libnpmpack": "^7.0.0",
86-
"libnpmpublish": "^9.0.2",
87-
"libnpmsearch": "^7.0.0",
88-
"libnpmteam": "^6.0.0",
89-
"libnpmversion": "^6.0.0",
79+
"libnpmaccess": "^8.0.6",
80+
"libnpmdiff": "^6.1.2",
81+
"libnpmexec": "^8.1.1",
82+
"libnpmfund": "^5.0.10",
83+
"libnpmhook": "^10.0.5",
84+
"libnpmorg": "^6.0.6",
85+
"libnpmpack": "^7.0.2",
86+
"libnpmpublish": "^9.0.8",
87+
"libnpmsearch": "^7.0.5",
88+
"libnpmteam": "^6.0.5",
89+
"libnpmversion": "^6.0.2",
9090
"make-fetch-happen": "^13.0.1",
9191
"minimatch": "^9.0.4",
9292
"minipass": "^7.1.1",

workspaces/arborist/CHANGELOG.md

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

3+
## [7.5.2](https://github.com/npm/cli/compare/arborist-v7.5.1...arborist-v7.5.2) (2024-05-15)
4+
5+
### Bug Fixes
6+
7+
* [`12f103c`](https://github.com/npm/cli/commit/12f103ce55ed21c9c04f87a101fb64d55ac02d3c) [#7533](https://github.com/npm/cli/pull/7533) add first param titles to logs where missing (#7533) (@lukekarrys)
8+
* [`e290352`](https://github.com/npm/cli/commit/e290352c6b9fd3bc7fa4b8ea2cc2000fb20fdec7) [#7499](https://github.com/npm/cli/pull/7499) revert DepsQueue to re-sort on pop() (#7499) (@lukekarrys)
9+
* [`56a27fa`](https://github.com/npm/cli/commit/56a27fa400f157fb9a56182900278c41efc6aba1) [#7494](https://github.com/npm/cli/pull/7494) avoid caching manifests as promises (@wraithgar)
10+
* [`722c0fa`](https://github.com/npm/cli/commit/722c0faa387ae6e35886f08eefb238c03ae85db1) [#7463](https://github.com/npm/cli/pull/7463) limit packument cache size based on heap size (@wraithgar)
11+
* [`effe910`](https://github.com/npm/cli/commit/effe9109d6bc7828bf916c4dee49b2a53c72f39d) [#7475](https://github.com/npm/cli/pull/7475) dont omit license from stored manifests (#7475) (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`fd42986`](https://github.com/npm/cli/commit/fd429866c79cc001979135857c019d7d2873f291) [#7498](https://github.com/npm/cli/pull/7498) `@npmcli/fs@3.1.1`
16+
* [`ea0b07d`](https://github.com/npm/cli/commit/ea0b07da149767265f11d5d77d2156e2c9f43e63) [#7482](https://github.com/npm/cli/pull/7482) `pacote@18.0.6`
17+
* [`5b2317b`](https://github.com/npm/cli/commit/5b2317b472342428c6521d7b0d550d0fcc9bb202) [#7463](https://github.com/npm/cli/pull/7463) add lru-cache
18+
* [`7e15b6d`](https://github.com/npm/cli/commit/7e15b6d56abbf47456c12fa2d5688d5d187a0ae7) [#7480](https://github.com/npm/cli/pull/7480) `@npmcli/metavuln-calculator@7.1.1`
19+
* [`8b20f8c`](https://github.com/npm/cli/commit/8b20f8c8ba70e43ad222538fc396dedb071b1680) [#7480](https://github.com/npm/cli/pull/7480) `ssri@10.0.6`
20+
* [`a9a6dcd`](https://github.com/npm/cli/commit/a9a6dcd4427ec82e491a2cad5672d8183e12180f) [#7480](https://github.com/npm/cli/pull/7480) `pacote@18.0.5`
21+
* [`e2fdb65`](https://github.com/npm/cli/commit/e2fdb651cda9ec603f009f5713a5a2b489d49e15) [#7480](https://github.com/npm/cli/pull/7480) `npm-pick-manifest@9.0.1`
22+
* [`e71f541`](https://github.com/npm/cli/commit/e71f541b020de7940faccffab68d0255c4079e1a) [#7480](https://github.com/npm/cli/pull/7480) `nopt@7.2.1`
23+
* [`18c3b40`](https://github.com/npm/cli/commit/18c3b4058c7f721ff585de2f2766e53da897e16e) [#7480](https://github.com/npm/cli/pull/7480) `json-parse-even-better-errors@3.0.2`
24+
* [`714e3e1`](https://github.com/npm/cli/commit/714e3e1e1ce014cba71db41c2d6c02d9dd53fcd3) [#7480](https://github.com/npm/cli/pull/7480) `hosted-git-info@7.0.2`
25+
* [`f94d672`](https://github.com/npm/cli/commit/f94d6726a6ca96cad0da88ea499fa22f35b7c4c0) [#7480](https://github.com/npm/cli/pull/7480) `cacache@18.0.3`
26+
* [`43331e4`](https://github.com/npm/cli/commit/43331e4d0647c3af4cc2aa3db8b47d797584a6d8) [#7480](https://github.com/npm/cli/pull/7480) `bin-links@4.0.4`
27+
* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`
28+
29+
### Chores
30+
31+
* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
32+
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)
33+
334
## [7.5.1](https://github.com/npm/cli/compare/arborist-v7.5.0...arborist-v7.5.1) (2024-04-30)
435

536
### Bug Fixes

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

workspaces/config/CHANGELOG.md

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

3+
## [8.3.2](https://github.com/npm/cli/compare/config-v8.3.1...config-v8.3.2) (2024-05-15)
4+
5+
### Bug Fixes
6+
7+
* [`12f103c`](https://github.com/npm/cli/commit/12f103ce55ed21c9c04f87a101fb64d55ac02d3c) [#7533](https://github.com/npm/cli/pull/7533) add first param titles to logs where missing (#7533) (@lukekarrys)
8+
* [`6f64148`](https://github.com/npm/cli/commit/6f6414829fd82704233fbb56375b167495a0aaf5) require stdout to be a TTY for progress (#7507) (@lukekarrys)
9+
10+
### Dependencies
11+
12+
* [`e71f541`](https://github.com/npm/cli/commit/e71f541b020de7940faccffab68d0255c4079e1a) [#7480](https://github.com/npm/cli/pull/7480) `nopt@7.2.1`
13+
14+
### Chores
15+
16+
* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
17+
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)
18+
319
## [8.3.1](https://github.com/npm/cli/compare/config-v8.3.0...config-v8.3.1) (2024-04-30)
420

521
### Bug Fixes

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [8.0.6](https://github.com/npm/cli/compare/libnpmaccess-v8.0.5...libnpmaccess-v8.0.6) (2024-05-15)
4+
5+
### Dependencies
6+
7+
* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`
8+
9+
### Chores
10+
11+
* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
12+
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)
13+
314
## [8.0.5](https://github.com/npm/cli/compare/libnpmaccess-v8.0.4...libnpmaccess-v8.0.5) (2024-04-30)
415

516
### Bug Fixes

workspaces/libnpmaccess/package.json

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

0 commit comments

Comments
 (0)