Skip to content

Commit 1355df6

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.2
1 parent 0c5834e commit 1355df6

File tree

17 files changed

+100
-44
lines changed

17 files changed

+100
-44
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "9.0.1",
3-
"workspaces/arborist": "6.1.0",
2+
".": "9.0.2",
3+
"workspaces/arborist": "6.1.1",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.1",
6-
"workspaces/libnpmexec": "5.0.1",
7-
"workspaces/libnpmfund": "4.0.1",
5+
"workspaces/libnpmdiff": "5.0.2",
6+
"workspaces/libnpmexec": "5.0.2",
7+
"workspaces/libnpmfund": "4.0.2",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.1",
11-
"workspaces/libnpmpublish": "7.0.1",
10+
"workspaces/libnpmpack": "5.0.2",
11+
"workspaces/libnpmpublish": "7.0.2",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
1414
"workspaces/libnpmversion": "4.0.0"

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,4 @@ Winter <winter@winter.cafe>
863863
shalvah <diakon.ng@gmail.com>
864864
Albert 理斯特 <shuaizhexu@gmail.com>
865865
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
866+
Andrew Dawes <andrewsdawes@gmail.com>

CHANGELOG.md

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

3+
## [9.0.2](https://github.com/npm/cli/compare/v9.0.1...v9.0.2) (2022-11-01)
4+
5+
### Bug Fixes
6+
7+
* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)
8+
9+
### Documentation
10+
11+
* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes)
12+
13+
### Dependencies
14+
15+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2`
19+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
20+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2`
21+
322
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
423

524
### Documentation

package-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.1",
9+
"version": "9.0.2",
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": "^6.1.0",
90+
"@npmcli/arborist": "^6.1.1",
9191
"@npmcli/ci-detect": "^3.0.0",
9292
"@npmcli/config": "^6.0.1",
9393
"@npmcli/map-workspaces": "^3.0.0",
@@ -110,13 +110,13 @@
110110
"is-cidr": "^4.0.2",
111111
"json-parse-even-better-errors": "^3.0.0",
112112
"libnpmaccess": "^7.0.0",
113-
"libnpmdiff": "^5.0.1",
114-
"libnpmexec": "^5.0.1",
115-
"libnpmfund": "^4.0.1",
113+
"libnpmdiff": "^5.0.2",
114+
"libnpmexec": "^5.0.2",
115+
"libnpmfund": "^4.0.2",
116116
"libnpmhook": "^9.0.0",
117117
"libnpmorg": "^5.0.0",
118-
"libnpmpack": "^5.0.1",
119-
"libnpmpublish": "^7.0.1",
118+
"libnpmpack": "^5.0.2",
119+
"libnpmpublish": "^7.0.2",
120120
"libnpmsearch": "^6.0.0",
121121
"libnpmteam": "^5.0.0",
122122
"libnpmversion": "^4.0.0",
@@ -14034,7 +14034,7 @@
1403414034
},
1403514035
"workspaces/arborist": {
1403614036
"name": "@npmcli/arborist",
14037-
"version": "6.1.0",
14037+
"version": "6.1.1",
1403814038
"license": "ISC",
1403914039
"dependencies": {
1404014040
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14107,10 +14107,10 @@
1410714107
}
1410814108
},
1410914109
"workspaces/libnpmdiff": {
14110-
"version": "5.0.1",
14110+
"version": "5.0.2",
1411114111
"license": "ISC",
1411214112
"dependencies": {
14113-
"@npmcli/arborist": "^6.1.0",
14113+
"@npmcli/arborist": "^6.1.1",
1411414114
"@npmcli/disparity-colors": "^3.0.0",
1411514115
"@npmcli/installed-package-contents": "^2.0.0",
1411614116
"binary-extensions": "^2.2.0",
@@ -14130,10 +14130,10 @@
1413014130
}
1413114131
},
1413214132
"workspaces/libnpmexec": {
14133-
"version": "5.0.1",
14133+
"version": "5.0.2",
1413414134
"license": "ISC",
1413514135
"dependencies": {
14136-
"@npmcli/arborist": "^6.1.0",
14136+
"@npmcli/arborist": "^6.1.1",
1413714137
"@npmcli/ci-detect": "^3.0.0",
1413814138
"@npmcli/run-script": "^5.0.0",
1413914139
"chalk": "^4.1.0",
@@ -14159,10 +14159,10 @@
1415914159
}
1416014160
},
1416114161
"workspaces/libnpmfund": {
14162-
"version": "4.0.1",
14162+
"version": "4.0.2",
1416314163
"license": "ISC",
1416414164
"dependencies": {
14165-
"@npmcli/arborist": "^6.1.0"
14165+
"@npmcli/arborist": "^6.1.1"
1416614166
},
1416714167
"devDependencies": {
1416814168
"@npmcli/eslint-config": "^4.0.0",
@@ -14209,10 +14209,10 @@
1420914209
}
1421014210
},
1421114211
"workspaces/libnpmpack": {
14212-
"version": "5.0.1",
14212+
"version": "5.0.2",
1421314213
"license": "ISC",
1421414214
"dependencies": {
14215-
"@npmcli/arborist": "^6.1.0",
14215+
"@npmcli/arborist": "^6.1.1",
1421614216
"@npmcli/run-script": "^5.0.0",
1421714217
"npm-package-arg": "^10.0.0",
1421814218
"pacote": "^15.0.2"
@@ -14229,7 +14229,7 @@
1422914229
}
1423014230
},
1423114231
"workspaces/libnpmpublish": {
14232-
"version": "7.0.1",
14232+
"version": "7.0.2",
1423314233
"license": "ISC",
1423414234
"dependencies": {
1423514235
"normalize-package-data": "^5.0.0",
@@ -14241,7 +14241,7 @@
1424114241
"devDependencies": {
1424214242
"@npmcli/eslint-config": "^4.0.0",
1424314243
"@npmcli/template-oss": "4.6.2",
14244-
"libnpmpack": "^5.0.1",
14244+
"libnpmpack": "^5.0.2",
1424514245
"lodash.clonedeep": "^4.5.0",
1424614246
"nock": "^13.2.4",
1424714247
"tap": "^16.0.1"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.1",
2+
"version": "9.0.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^6.1.0",
59+
"@npmcli/arborist": "^6.1.1",
6060
"@npmcli/ci-detect": "^3.0.0",
6161
"@npmcli/config": "^6.0.1",
6262
"@npmcli/map-workspaces": "^3.0.0",
@@ -79,13 +79,13 @@
7979
"is-cidr": "^4.0.2",
8080
"json-parse-even-better-errors": "^3.0.0",
8181
"libnpmaccess": "^7.0.0",
82-
"libnpmdiff": "^5.0.1",
83-
"libnpmexec": "^5.0.1",
84-
"libnpmfund": "^4.0.1",
82+
"libnpmdiff": "^5.0.2",
83+
"libnpmexec": "^5.0.2",
84+
"libnpmfund": "^4.0.2",
8585
"libnpmhook": "^9.0.0",
8686
"libnpmorg": "^5.0.0",
87-
"libnpmpack": "^5.0.1",
88-
"libnpmpublish": "^7.0.1",
87+
"libnpmpack": "^5.0.2",
88+
"libnpmpublish": "^7.0.2",
8989
"libnpmsearch": "^6.0.0",
9090
"libnpmteam": "^5.0.0",
9191
"libnpmversion": "^4.0.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-01)
4+
5+
### Bug Fixes
6+
7+
* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)
8+
39
## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26)
410

511
### Features

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

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
8+
39
## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26)
410

511
### Dependencies

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.0.1"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^6.1.0",
50+
"@npmcli/arborist": "^6.1.1",
5151
"@npmcli/disparity-colors": "^3.0.0",
5252
"@npmcli/installed-package-contents": "^2.0.0",
5353
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-01)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
8+
39
## [5.0.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1) (2022-10-26)
410

511
### Dependencies

0 commit comments

Comments
 (0)