Skip to content

Commit 33254b4

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.1
1 parent 5625274 commit 33254b4

File tree

16 files changed

+97
-44
lines changed

16 files changed

+97
-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.0",
3-
"workspaces/arborist": "6.0.0",
2+
".": "9.0.1",
3+
"workspaces/arborist": "6.1.0",
44
"workspaces/libnpmaccess": "7.0.0",
5-
"workspaces/libnpmdiff": "5.0.0",
6-
"workspaces/libnpmexec": "5.0.0",
7-
"workspaces/libnpmfund": "4.0.0",
5+
"workspaces/libnpmdiff": "5.0.1",
6+
"workspaces/libnpmexec": "5.0.1",
7+
"workspaces/libnpmfund": "4.0.1",
88
"workspaces/libnpmhook": "9.0.0",
99
"workspaces/libnpmorg": "5.0.0",
10-
"workspaces/libnpmpack": "5.0.0",
11-
"workspaces/libnpmpublish": "7.0.0",
10+
"workspaces/libnpmpack": "5.0.1",
11+
"workspaces/libnpmpublish": "7.0.1",
1212
"workspaces/libnpmsearch": "6.0.0",
1313
"workspaces/libnpmteam": "5.0.0",
1414
"workspaces/libnpmversion": "4.0.0"

CHANGELOG.md

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

3+
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
4+
5+
### Documentation
6+
7+
* [`b5fadd0`](https://github.com/npm/cli/commit/b5fadd0cec392f4bf6d60fa1358f96400be94667) [#5742](https://github.com/npm/cli/pull/5742) Better npx link (#5742) (@mrienstra)
8+
9+
### Dependencies
10+
11+
* [`5625274`](https://github.com/npm/cli/commit/562527456d3862d871d042fa4ff6e38354e320ea) [#5755](https://github.com/npm/cli/pull/5755) `hosted-git-info@6.1.0` (#5755)
12+
* [`32bdd68`](https://github.com/npm/cli/commit/32bdd686ccf826050075e770ffddf7401efa79c9) [#5754](https://github.com/npm/cli/pull/5754) `npm-packlist@7.0.2` (#5754)
13+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0`
14+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1): `libnpmdiff@5.0.1`
15+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1): `libnpmexec@5.0.1`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1): `libnpmfund@4.0.1`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1): `libnpmpack@5.0.1`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1): `libnpmpublish@7.0.1`
19+
320
## [9.0.0](https://github.com/npm/cli/compare/v9.0.0-pre.6...v9.0.0) (2022-10-19)
421

522
### Features

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.0",
3+
"version": "9.0.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0",
9+
"version": "9.0.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": "^6.0.0",
90+
"@npmcli/arborist": "^6.1.0",
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.0",
114-
"libnpmexec": "^5.0.0",
115-
"libnpmfund": "^4.0.0",
113+
"libnpmdiff": "^5.0.1",
114+
"libnpmexec": "^5.0.1",
115+
"libnpmfund": "^4.0.1",
116116
"libnpmhook": "^9.0.0",
117117
"libnpmorg": "^5.0.0",
118-
"libnpmpack": "^5.0.0",
119-
"libnpmpublish": "^7.0.0",
118+
"libnpmpack": "^5.0.1",
119+
"libnpmpublish": "^7.0.1",
120120
"libnpmsearch": "^6.0.0",
121121
"libnpmteam": "^5.0.0",
122122
"libnpmversion": "^4.0.0",
@@ -14037,7 +14037,7 @@
1403714037
},
1403814038
"workspaces/arborist": {
1403914039
"name": "@npmcli/arborist",
14040-
"version": "6.0.0",
14040+
"version": "6.1.0",
1404114041
"license": "ISC",
1404214042
"dependencies": {
1404314043
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14109,10 +14109,10 @@
1410914109
}
1411014110
},
1411114111
"workspaces/libnpmdiff": {
14112-
"version": "5.0.0",
14112+
"version": "5.0.1",
1411314113
"license": "ISC",
1411414114
"dependencies": {
14115-
"@npmcli/arborist": "^6.0.0",
14115+
"@npmcli/arborist": "^6.1.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",
14135+
"version": "5.0.1",
1413614136
"license": "ISC",
1413714137
"dependencies": {
14138-
"@npmcli/arborist": "^6.0.0",
14138+
"@npmcli/arborist": "^6.1.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",
14164+
"version": "4.0.1",
1416514165
"license": "ISC",
1416614166
"dependencies": {
14167-
"@npmcli/arborist": "^6.0.0"
14167+
"@npmcli/arborist": "^6.1.0"
1416814168
},
1416914169
"devDependencies": {
1417014170
"@npmcli/eslint-config": "^4.0.0",
@@ -14211,10 +14211,10 @@
1421114211
}
1421214212
},
1421314213
"workspaces/libnpmpack": {
14214-
"version": "5.0.0",
14214+
"version": "5.0.1",
1421514215
"license": "ISC",
1421614216
"dependencies": {
14217-
"@npmcli/arborist": "^6.0.0",
14217+
"@npmcli/arborist": "^6.1.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",
14234+
"version": "7.0.1",
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",
14246+
"libnpmpack": "^5.0.1",
1424714247
"lodash.clonedeep": "^4.5.0",
1424814248
"nock": "^13.2.4",
1424914249
"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.0",
2+
"version": "9.0.1",
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",
59+
"@npmcli/arborist": "^6.1.0",
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.0",
83-
"libnpmexec": "^5.0.0",
84-
"libnpmfund": "^4.0.0",
82+
"libnpmdiff": "^5.0.1",
83+
"libnpmexec": "^5.0.1",
84+
"libnpmfund": "^4.0.1",
8585
"libnpmhook": "^9.0.0",
8686
"libnpmorg": "^5.0.0",
87-
"libnpmpack": "^5.0.0",
88-
"libnpmpublish": "^7.0.0",
87+
"libnpmpack": "^5.0.1",
88+
"libnpmpublish": "^7.0.1",
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.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26)
4+
5+
### Features
6+
7+
* [`3dd8d68`](https://github.com/npm/cli/commit/3dd8d68577817f65ea148629905acdee3a9b1902) [#5751](https://github.com/npm/cli/pull/5751) sort and quote yarn lock keys according to yarn rules (#5751) (@wraithgar, @shalvah)
8+
39
## [6.0.0](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0) (2022-10-19)
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.0.0",
3+
"version": "6.1.0",
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.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0`
8+
39
## [5.0.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0) (2022-10-19)
410

511
### Features

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.0",
3+
"version": "5.0.1",
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",
50+
"@npmcli/arborist": "^6.1.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

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

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

511
### Features

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^6.0.0",
61+
"@npmcli/arborist": "^6.1.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)