Skip to content

Commit 593b058

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.7.1
1 parent ca1a68d commit 593b058

27 files changed

+210
-67
lines changed

.release-please-manifest.json

+12-12
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",
2+
".": "10.7.1",
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",
1414
"workspaces/libnpmversion": "6.0.1",
1515
"workspaces/config": "8.3.1"
1616
}

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -932,3 +932,6 @@ 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>

CHANGELOG.md

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

3+
## [10.7.1](https://github.com/npm/cli/compare/v10.7.0...v10.7.1) (2024-05-06)
4+
5+
### Bug Fixes
6+
7+
* [`ca1a68d`](https://github.com/npm/cli/commit/ca1a68d14d184f2535720ed4715f388965ade21a) [#7474](https://github.com/npm/cli/pull/7474) log if `npm deprecate` does not match any version (#7474) (@mbtools)
8+
* [`261ea19`](https://github.com/npm/cli/commit/261ea193c96aaa73ce5630e21c6a31de9f19ef5b) [#7457](https://github.com/npm/cli/pull/7457) run input.start around help and openining urls (@lukekarrys)
9+
* [`4ab6cf4`](https://github.com/npm/cli/commit/4ab6cf4a9e7fca64f95422f4099b33cdbb9efa25) [#7459](https://github.com/npm/cli/pull/7459) publish: validate dist-tag (#7459) (@reggi)
10+
11+
### Documentation
12+
13+
* [`e39d422`](https://github.com/npm/cli/commit/e39d422d69c2275ed1e3a606447a9b9d87bdca4f) [#7473](https://github.com/npm/cli/pull/7473) suggest "npm repo" for showing the repo of a package (#7473) (@full-stop)
14+
* [`f6fff32`](https://github.com/npm/cli/commit/f6fff3295d19b63003cf49eb1c4805f453c5390a) [#7433](https://github.com/npm/cli/pull/7433) clarify what peerDependenciesMeta does (#7433) (@xuhdev, @wraithgar)
15+
16+
### Dependencies
17+
18+
* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`
19+
* [`4cbc2d4`](https://github.com/npm/cli/commit/4cbc2d402174933052c7addd6ea55b1ecee202c5) [#7457](https://github.com/npm/cli/pull/7457) `npm-profile@10.0.0`
20+
## [10.7.1](https://github.com/npm/cli/compare/v10.7.0...v10.7.1) (2024-05-06)
21+
22+
### Bug Fixes
23+
24+
* [`ca1a68d`](https://github.com/npm/cli/commit/ca1a68d14d184f2535720ed4715f388965ade21a) [#7474](https://github.com/npm/cli/pull/7474) log if `npm deprecate` does not match any version (#7474) (@mbtools)
25+
* [`261ea19`](https://github.com/npm/cli/commit/261ea193c96aaa73ce5630e21c6a31de9f19ef5b) [#7457](https://github.com/npm/cli/pull/7457) run input.start around help and openining urls (@lukekarrys)
26+
* [`4ab6cf4`](https://github.com/npm/cli/commit/4ab6cf4a9e7fca64f95422f4099b33cdbb9efa25) [#7459](https://github.com/npm/cli/pull/7459) publish: validate dist-tag (#7459) (@reggi)
27+
28+
### Documentation
29+
30+
* [`e39d422`](https://github.com/npm/cli/commit/e39d422d69c2275ed1e3a606447a9b9d87bdca4f) [#7473](https://github.com/npm/cli/pull/7473) suggest "npm repo" for showing the repo of a package (#7473) (@full-stop)
31+
* [`f6fff32`](https://github.com/npm/cli/commit/f6fff3295d19b63003cf49eb1c4805f453c5390a) [#7433](https://github.com/npm/cli/pull/7433) clarify what peerDependenciesMeta does (#7433) (@xuhdev, @wraithgar)
32+
33+
### Dependencies
34+
35+
* [`63ef498`](https://github.com/npm/cli/commit/63ef498bf2916a882a92c0b9fe6de6728584694a) [#7457](https://github.com/npm/cli/pull/7457) `npm-registry-fetch@17.0.1`
36+
* [`4cbc2d4`](https://github.com/npm/cli/commit/4cbc2d402174933052c7addd6ea55b1ecee202c5) [#7457](https://github.com/npm/cli/pull/7457) `npm-profile@10.0.0`
37+
38+
### Chores
39+
40+
* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
41+
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)
42+
* [`8ded848`](https://github.com/npm/cli/commit/8ded848b099297a12a81ec008d6229f3ad3494a6) [#7457](https://github.com/npm/cli/pull/7457) remove doctor snapshot stack traces (@lukekarrys)
43+
44+
### Chores
45+
46+
* [`9c4d3c4`](https://github.com/npm/cli/commit/9c4d3c402c77bd7aaa514ee9e02d7fd87223343e) [#7467](https://github.com/npm/cli/pull/7467) template-oss-apply (@lukekarrys)
47+
* [`2b7ec54`](https://github.com/npm/cli/commit/2b7ec54f52f9e8aee568ccb4e34ce4a5733af21a) [#7467](https://github.com/npm/cli/pull/7467) `template-oss@4.22.0` (@lukekarrys)
48+
* [`8ded848`](https://github.com/npm/cli/commit/8ded848b099297a12a81ec008d6229f3ad3494a6) [#7457](https://github.com/npm/cli/pull/7457) remove doctor snapshot stack traces (@lukekarrys)
49+
350
## [10.7.0](https://github.com/npm/cli/compare/v10.6.0...v10.7.0) (2024-04-30)
451

552
### Features

package-lock.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.7.0",
3+
"version": "10.7.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.7.0",
9+
"version": "10.7.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,7 +87,7 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.2.1",
90+
"@npmcli/arborist": "^7.5.2",
9191
"@npmcli/config": "^8.0.2",
9292
"@npmcli/fs": "^3.1.0",
9393
"@npmcli/map-workspaces": "^3.0.6",
@@ -111,16 +111,16 @@
111111
"init-package-json": "^6.0.2",
112112
"is-cidr": "^5.0.5",
113113
"json-parse-even-better-errors": "^3.0.1",
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",
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",
124124
"libnpmversion": "^6.0.0",
125125
"make-fetch-happen": "^13.0.1",
126126
"minimatch": "^9.0.4",
@@ -14775,7 +14775,7 @@
1477514775
},
1477614776
"workspaces/arborist": {
1477714777
"name": "@npmcli/arborist",
14778-
"version": "7.5.1",
14778+
"version": "7.5.2",
1477914779
"license": "ISC",
1478014780
"dependencies": {
1478114781
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14855,7 +14855,7 @@
1485514855
}
1485614856
},
1485714857
"workspaces/libnpmaccess": {
14858-
"version": "8.0.5",
14858+
"version": "8.0.6",
1485914859
"license": "ISC",
1486014860
"dependencies": {
1486114861
"npm-package-arg": "^11.0.2",
@@ -14873,10 +14873,10 @@
1487314873
}
1487414874
},
1487514875
"workspaces/libnpmdiff": {
14876-
"version": "6.1.1",
14876+
"version": "6.1.2",
1487714877
"license": "ISC",
1487814878
"dependencies": {
14879-
"@npmcli/arborist": "^7.2.1",
14879+
"@npmcli/arborist": "^7.5.2",
1488014880
"@npmcli/installed-package-contents": "^2.1.0",
1488114881
"binary-extensions": "^2.3.0",
1488214882
"diff": "^5.1.0",
@@ -14895,10 +14895,10 @@
1489514895
}
1489614896
},
1489714897
"workspaces/libnpmexec": {
14898-
"version": "8.1.0",
14898+
"version": "8.1.1",
1489914899
"license": "ISC",
1490014900
"dependencies": {
14901-
"@npmcli/arborist": "^7.2.1",
14901+
"@npmcli/arborist": "^7.5.2",
1490214902
"@npmcli/run-script": "^8.1.0",
1490314903
"ci-info": "^4.0.0",
1490414904
"npm-package-arg": "^11.0.2",
@@ -14924,10 +14924,10 @@
1492414924
}
1492514925
},
1492614926
"workspaces/libnpmfund": {
14927-
"version": "5.0.9",
14927+
"version": "5.0.10",
1492814928
"license": "ISC",
1492914929
"dependencies": {
14930-
"@npmcli/arborist": "^7.2.1"
14930+
"@npmcli/arborist": "^7.5.2"
1493114931
},
1493214932
"devDependencies": {
1493314933
"@npmcli/eslint-config": "^4.0.0",
@@ -14939,7 +14939,7 @@
1493914939
}
1494014940
},
1494114941
"workspaces/libnpmhook": {
14942-
"version": "10.0.4",
14942+
"version": "10.0.5",
1494314943
"license": "ISC",
1494414944
"dependencies": {
1494514945
"aproba": "^2.0.0",
@@ -14956,7 +14956,7 @@
1495614956
}
1495714957
},
1495814958
"workspaces/libnpmorg": {
14959-
"version": "6.0.5",
14959+
"version": "6.0.6",
1496014960
"license": "ISC",
1496114961
"dependencies": {
1496214962
"aproba": "^2.0.0",
@@ -14974,10 +14974,10 @@
1497414974
}
1497514975
},
1497614976
"workspaces/libnpmpack": {
14977-
"version": "7.0.1",
14977+
"version": "7.0.2",
1497814978
"license": "ISC",
1497914979
"dependencies": {
14980-
"@npmcli/arborist": "^7.2.1",
14980+
"@npmcli/arborist": "^7.5.2",
1498114981
"@npmcli/run-script": "^8.1.0",
1498214982
"npm-package-arg": "^11.0.2",
1498314983
"pacote": "^18.0.1"
@@ -14994,7 +14994,7 @@
1499414994
}
1499514995
},
1499614996
"workspaces/libnpmpublish": {
14997-
"version": "9.0.7",
14997+
"version": "9.0.8",
1499814998
"license": "ISC",
1499914999
"dependencies": {
1500015000
"ci-info": "^4.0.0",
@@ -15019,7 +15019,7 @@
1501915019
}
1502015020
},
1502115021
"workspaces/libnpmsearch": {
15022-
"version": "7.0.4",
15022+
"version": "7.0.5",
1502315023
"license": "ISC",
1502415024
"dependencies": {
1502515025
"npm-registry-fetch": "^17.0.1"
@@ -15035,7 +15035,7 @@
1503515035
}
1503615036
},
1503715037
"workspaces/libnpmteam": {
15038-
"version": "6.0.4",
15038+
"version": "6.0.5",
1503915039
"license": "ISC",
1504015040
"dependencies": {
1504115041
"aproba": "^2.0.0",

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.7.0",
2+
"version": "10.7.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": "^7.2.1",
55+
"@npmcli/arborist": "^7.5.2",
5656
"@npmcli/config": "^8.0.2",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.6",
@@ -76,16 +76,16 @@
7676
"init-package-json": "^6.0.2",
7777
"is-cidr": "^5.0.5",
7878
"json-parse-even-better-errors": "^3.0.1",
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",
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",
8989
"libnpmversion": "^6.0.0",
9090
"make-fetch-happen": "^13.0.1",
9191
"minimatch": "^9.0.4",

workspaces/arborist/CHANGELOG.md

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

3+
## [7.5.2](https://github.com/npm/cli/compare/arborist-v7.5.1...arborist-v7.5.2) (2024-05-06)
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
## [7.5.1](https://github.com/npm/cli/compare/arborist-v7.5.0...arborist-v7.5.1) (2024-04-30)
415

516
### 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/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-06)
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",

workspaces/libnpmdiff/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-v7.5.2): `@npmcli/arborist@7.5.2`
6+
37
## [6.1.1](https://github.com/npm/cli/compare/libnpmdiff-v6.1.0...libnpmdiff-v6.1.1) (2024-04-30)
48

59
### Bug Fixes

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.8"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^7.2.1",
49+
"@npmcli/arborist": "^7.5.2",
5050
"@npmcli/installed-package-contents": "^2.1.0",
5151
"binary-extensions": "^2.3.0",
5252
"diff": "^5.1.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-v7.5.2): `@npmcli/arborist@7.5.2`
6+
37
## [8.1.0](https://github.com/npm/cli/compare/libnpmexec-v8.0.0...libnpmexec-v8.1.0) (2024-04-30)
48

59
### Features

0 commit comments

Comments
 (0)