Skip to content

Commit bc5ec05

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.0.0
1 parent 586e78d commit bc5ec05

28 files changed

+187
-74
lines changed

.release-please-manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "9.0.0-pre.6",
3-
"workspaces/arborist": "6.0.0-pre.5",
4-
"workspaces/libnpmaccess": "7.0.0-pre.2",
5-
"workspaces/libnpmdiff": "5.0.0-pre.3",
6-
"workspaces/libnpmexec": "5.0.0-pre.5",
7-
"workspaces/libnpmfund": "4.0.0-pre.5",
8-
"workspaces/libnpmhook": "9.0.0-pre.1",
9-
"workspaces/libnpmorg": "5.0.0-pre.1",
10-
"workspaces/libnpmpack": "5.0.0-pre.4",
11-
"workspaces/libnpmpublish": "7.0.0-pre.4",
12-
"workspaces/libnpmsearch": "6.0.0-pre.1",
13-
"workspaces/libnpmteam": "5.0.0-pre.1",
14-
"workspaces/libnpmversion": "4.0.0-pre.1"
2+
".": "9.0.0",
3+
"workspaces/arborist": "6.0.0",
4+
"workspaces/libnpmaccess": "7.0.0",
5+
"workspaces/libnpmdiff": "5.0.0",
6+
"workspaces/libnpmexec": "5.0.0",
7+
"workspaces/libnpmfund": "4.0.0",
8+
"workspaces/libnpmhook": "9.0.0",
9+
"workspaces/libnpmorg": "5.0.0",
10+
"workspaces/libnpmpack": "5.0.0",
11+
"workspaces/libnpmpublish": "7.0.0",
12+
"workspaces/libnpmsearch": "6.0.0",
13+
"workspaces/libnpmteam": "5.0.0",
14+
"workspaces/libnpmversion": "4.0.0"
1515
}

CHANGELOG.md

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

3+
## [9.0.0](https://github.com/npm/cli/compare/v9.0.0-pre.6...v9.0.0) (2022-10-19)
4+
5+
### Features
6+
7+
* [`e3b004c`](https://github.com/npm/cli/commit/e3b004c0d6dfcb153c4734af12afb09897e20932) [#5727](https://github.com/npm/cli/pull/5727) move cli and all workspaces out of prerelease mode (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`
12+
* [Workspace](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.2...libnpmaccess-v7.0.0): `libnpmaccess@7.0.0`
13+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0): `libnpmdiff@5.0.0`
14+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0): `libnpmexec@5.0.0`
15+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.5...libnpmfund-v4.0.0): `libnpmfund@4.0.0`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmhook-v9.0.0-pre.1...libnpmhook-v9.0.0): `libnpmhook@9.0.0`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmorg-v5.0.0-pre.1...libnpmorg-v5.0.0): `libnpmorg@5.0.0`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.4...libnpmpack-v5.0.0): `libnpmpack@5.0.0`
19+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.4...libnpmpublish-v7.0.0): `libnpmpublish@7.0.0`
20+
* [Workspace](https://github.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.1...libnpmsearch-v6.0.0): `libnpmsearch@6.0.0`
21+
* [Workspace](https://github.com/npm/cli/compare/libnpmteam-v5.0.0-pre.1...libnpmteam-v5.0.0): `libnpmteam@5.0.0`
22+
* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.1...libnpmversion-v4.0.0): `libnpmversion@4.0.0`
23+
324
## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-19)
425

526
### ⚠️ BREAKING CHANGES

package-lock.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.0-pre.6",
3+
"version": "9.0.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.6",
9+
"version": "9.0.0",
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.0.0-pre.5",
90+
"@npmcli/arborist": "^6.0.0",
9191
"@npmcli/ci-detect": "^3.0.0",
9292
"@npmcli/config": "^6.0.1",
9393
"@npmcli/map-workspaces": "^3.0.0",
@@ -109,17 +109,17 @@
109109
"init-package-json": "^4.0.1",
110110
"is-cidr": "^4.0.2",
111111
"json-parse-even-better-errors": "^3.0.0",
112-
"libnpmaccess": "^7.0.0-pre.2",
113-
"libnpmdiff": "^5.0.0-pre.3",
114-
"libnpmexec": "^5.0.0-pre.5",
115-
"libnpmfund": "^4.0.0-pre.5",
116-
"libnpmhook": "^9.0.0-pre.1",
117-
"libnpmorg": "^5.0.0-pre.1",
118-
"libnpmpack": "^5.0.0-pre.4",
119-
"libnpmpublish": "^7.0.0-pre.4",
120-
"libnpmsearch": "^6.0.0-pre.1",
121-
"libnpmteam": "^5.0.0-pre.1",
122-
"libnpmversion": "^4.0.0-pre.1",
112+
"libnpmaccess": "^7.0.0",
113+
"libnpmdiff": "^5.0.0",
114+
"libnpmexec": "^5.0.0",
115+
"libnpmfund": "^4.0.0",
116+
"libnpmhook": "^9.0.0",
117+
"libnpmorg": "^5.0.0",
118+
"libnpmpack": "^5.0.0",
119+
"libnpmpublish": "^7.0.0",
120+
"libnpmsearch": "^6.0.0",
121+
"libnpmteam": "^5.0.0",
122+
"libnpmversion": "^4.0.0",
123123
"make-fetch-happen": "^11.0.1",
124124
"minimatch": "^5.1.0",
125125
"minipass": "^3.1.6",
@@ -14037,7 +14037,7 @@
1403714037
},
1403814038
"workspaces/arborist": {
1403914039
"name": "@npmcli/arborist",
14040-
"version": "6.0.0-pre.5",
14040+
"version": "6.0.0",
1404114041
"license": "ISC",
1404214042
"dependencies": {
1404314043
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14092,7 +14092,7 @@
1409214092
}
1409314093
},
1409414094
"workspaces/libnpmaccess": {
14095-
"version": "7.0.0-pre.2",
14095+
"version": "7.0.0",
1409614096
"license": "ISC",
1409714097
"dependencies": {
1409814098
"npm-package-arg": "^10.0.0",
@@ -14109,10 +14109,10 @@
1410914109
}
1411014110
},
1411114111
"workspaces/libnpmdiff": {
14112-
"version": "5.0.0-pre.3",
14112+
"version": "5.0.0",
1411314113
"license": "ISC",
1411414114
"dependencies": {
14115-
"@npmcli/arborist": "^6.0.0-pre.5",
14115+
"@npmcli/arborist": "^6.0.0",
1411614116
"@npmcli/disparity-colors": "^3.0.0",
1411714117
"@npmcli/installed-package-contents": "^2.0.0",
1411814118
"binary-extensions": "^2.2.0",
@@ -14132,10 +14132,10 @@
1413214132
}
1413314133
},
1413414134
"workspaces/libnpmexec": {
14135-
"version": "5.0.0-pre.5",
14135+
"version": "5.0.0",
1413614136
"license": "ISC",
1413714137
"dependencies": {
14138-
"@npmcli/arborist": "^6.0.0-pre.5",
14138+
"@npmcli/arborist": "^6.0.0",
1413914139
"@npmcli/ci-detect": "^3.0.0",
1414014140
"@npmcli/run-script": "^5.0.0",
1414114141
"chalk": "^4.1.0",
@@ -14161,10 +14161,10 @@
1416114161
}
1416214162
},
1416314163
"workspaces/libnpmfund": {
14164-
"version": "4.0.0-pre.5",
14164+
"version": "4.0.0",
1416514165
"license": "ISC",
1416614166
"dependencies": {
14167-
"@npmcli/arborist": "^6.0.0-pre.5"
14167+
"@npmcli/arborist": "^6.0.0"
1416814168
},
1416914169
"devDependencies": {
1417014170
"@npmcli/eslint-config": "^4.0.0",
@@ -14176,7 +14176,7 @@
1417614176
}
1417714177
},
1417814178
"workspaces/libnpmhook": {
14179-
"version": "9.0.0-pre.1",
14179+
"version": "9.0.0",
1418014180
"license": "ISC",
1418114181
"dependencies": {
1418214182
"aproba": "^2.0.0",
@@ -14193,7 +14193,7 @@
1419314193
}
1419414194
},
1419514195
"workspaces/libnpmorg": {
14196-
"version": "5.0.0-pre.1",
14196+
"version": "5.0.0",
1419714197
"license": "ISC",
1419814198
"dependencies": {
1419914199
"aproba": "^2.0.0",
@@ -14211,10 +14211,10 @@
1421114211
}
1421214212
},
1421314213
"workspaces/libnpmpack": {
14214-
"version": "5.0.0-pre.4",
14214+
"version": "5.0.0",
1421514215
"license": "ISC",
1421614216
"dependencies": {
14217-
"@npmcli/arborist": "^6.0.0-pre.5",
14217+
"@npmcli/arborist": "^6.0.0",
1421814218
"@npmcli/run-script": "^5.0.0",
1421914219
"npm-package-arg": "^10.0.0",
1422014220
"pacote": "^15.0.2"
@@ -14231,7 +14231,7 @@
1423114231
}
1423214232
},
1423314233
"workspaces/libnpmpublish": {
14234-
"version": "7.0.0-pre.4",
14234+
"version": "7.0.0",
1423514235
"license": "ISC",
1423614236
"dependencies": {
1423714237
"normalize-package-data": "^5.0.0",
@@ -14243,7 +14243,7 @@
1424314243
"devDependencies": {
1424414244
"@npmcli/eslint-config": "^4.0.0",
1424514245
"@npmcli/template-oss": "4.6.2",
14246-
"libnpmpack": "^5.0.0-pre.4",
14246+
"libnpmpack": "^5.0.0",
1424714247
"lodash.clonedeep": "^4.5.0",
1424814248
"nock": "^13.2.4",
1424914249
"tap": "^16.0.1"
@@ -14253,7 +14253,7 @@
1425314253
}
1425414254
},
1425514255
"workspaces/libnpmsearch": {
14256-
"version": "6.0.0-pre.1",
14256+
"version": "6.0.0",
1425714257
"license": "ISC",
1425814258
"dependencies": {
1425914259
"npm-registry-fetch": "^14.0.2"
@@ -14269,7 +14269,7 @@
1426914269
}
1427014270
},
1427114271
"workspaces/libnpmteam": {
14272-
"version": "5.0.0-pre.1",
14272+
"version": "5.0.0",
1427314273
"license": "ISC",
1427414274
"dependencies": {
1427514275
"aproba": "^2.0.0",
@@ -14286,7 +14286,7 @@
1428614286
}
1428714287
},
1428814288
"workspaces/libnpmversion": {
14289-
"version": "4.0.0-pre.1",
14289+
"version": "4.0.0",
1429014290
"license": "ISC",
1429114291
"dependencies": {
1429214292
"@npmcli/git": "^4.0.1",

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0-pre.6",
2+
"version": "9.0.0",
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.0.0-pre.5",
59+
"@npmcli/arborist": "^6.0.0",
6060
"@npmcli/ci-detect": "^3.0.0",
6161
"@npmcli/config": "^6.0.1",
6262
"@npmcli/map-workspaces": "^3.0.0",
@@ -78,17 +78,17 @@
7878
"init-package-json": "^4.0.1",
7979
"is-cidr": "^4.0.2",
8080
"json-parse-even-better-errors": "^3.0.0",
81-
"libnpmaccess": "^7.0.0-pre.2",
82-
"libnpmdiff": "^5.0.0-pre.3",
83-
"libnpmexec": "^5.0.0-pre.5",
84-
"libnpmfund": "^4.0.0-pre.5",
85-
"libnpmhook": "^9.0.0-pre.1",
86-
"libnpmorg": "^5.0.0-pre.1",
87-
"libnpmpack": "^5.0.0-pre.4",
88-
"libnpmpublish": "^7.0.0-pre.4",
89-
"libnpmsearch": "^6.0.0-pre.1",
90-
"libnpmteam": "^5.0.0-pre.1",
91-
"libnpmversion": "^4.0.0-pre.1",
81+
"libnpmaccess": "^7.0.0",
82+
"libnpmdiff": "^5.0.0",
83+
"libnpmexec": "^5.0.0",
84+
"libnpmfund": "^4.0.0",
85+
"libnpmhook": "^9.0.0",
86+
"libnpmorg": "^5.0.0",
87+
"libnpmpack": "^5.0.0",
88+
"libnpmpublish": "^7.0.0",
89+
"libnpmsearch": "^6.0.0",
90+
"libnpmteam": "^5.0.0",
91+
"libnpmversion": "^4.0.0",
9292
"make-fetch-happen": "^11.0.1",
9393
"minimatch": "^5.1.0",
9494
"minipass": "^3.1.6",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0) (2022-10-19)
4+
5+
### Features
6+
7+
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
8+
39
## [6.0.0-pre.5](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5) (2022-10-19)
410

511
### ⚠️ BREAKING CHANGES

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [7.0.0](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.2...libnpmaccess-v7.0.0) (2022-10-19)
4+
5+
### Features
6+
7+
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
8+
39
## [7.0.0-pre.2](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-10-19)
410

511
### Dependencies

workspaces/libnpmaccess/package.json

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

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [5.0.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0) (2022-10-19)
4+
5+
### Features
6+
7+
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`
12+
313
## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3) (2022-10-19)
414

515
### Dependencies

workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.0-pre.3",
3+
"version": "5.0.0",
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.0.0-pre.5",
50+
"@npmcli/arborist": "^6.0.0",
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

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

3+
## [5.0.0](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0) (2022-10-19)
4+
5+
### Features
6+
7+
* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`
12+
313
## [5.0.0-pre.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5) (2022-10-19)
414

515
### ⚠️ BREAKING CHANGES

workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.0-pre.5",
3+
"version": "5.0.0",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^6.0.0-pre.5",
61+
"@npmcli/arborist": "^6.0.0",
6262
"@npmcli/ci-detect": "^3.0.0",
6363
"@npmcli/run-script": "^5.0.0",
6464
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)