Skip to content

Commit ca93f3e

Browse files
github-actions[bot]nlf
authored andcommitted
chore: release 9.0.1
1 parent de6618e commit ca93f3e

16 files changed

+102
-44
lines changed

.release-please-manifest.json

+7-7
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

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
* [`de6618e`](https://github.com/npm/cli/commit/de6618e93182ba00b4be516db1efb3c51efa17ba) [#5757](https://github.com/npm/cli/pull/5757) `@npmcli/promise-spawn@5.0.0` (#5757)
12+
* [`5625274`](https://github.com/npm/cli/commit/562527456d3862d871d042fa4ff6e38354e320ea) [#5755](https://github.com/npm/cli/pull/5755) `hosted-git-info@6.1.0` (#5755)
13+
* [`32bdd68`](https://github.com/npm/cli/commit/32bdd686ccf826050075e770ffddf7401efa79c9) [#5754](https://github.com/npm/cli/pull/5754) `npm-packlist@7.0.2` (#5754)
14+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0`
15+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1): `libnpmdiff@5.0.1`
16+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1): `libnpmexec@5.0.1`
17+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1): `libnpmfund@4.0.1`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1): `libnpmpack@5.0.1`
19+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1): `libnpmpublish@7.0.1`
20+
321
## [9.0.0](https://github.com/npm/cli/compare/v9.0.0-pre.6...v9.0.0) (2022-10-19)
422

523
### Features

package-lock.json

+19-19
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",
@@ -14034,7 +14034,7 @@
1403414034
},
1403514035
"workspaces/arborist": {
1403614036
"name": "@npmcli/arborist",
14037-
"version": "6.0.0",
14037+
"version": "6.1.0",
1403814038
"license": "ISC",
1403914039
"dependencies": {
1404014040
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14106,10 +14106,10 @@
1410614106
}
1410714107
},
1410814108
"workspaces/libnpmdiff": {
14109-
"version": "5.0.0",
14109+
"version": "5.0.1",
1411014110
"license": "ISC",
1411114111
"dependencies": {
14112-
"@npmcli/arborist": "^6.0.0",
14112+
"@npmcli/arborist": "^6.1.0",
1411314113
"@npmcli/disparity-colors": "^3.0.0",
1411414114
"@npmcli/installed-package-contents": "^2.0.0",
1411514115
"binary-extensions": "^2.2.0",
@@ -14129,10 +14129,10 @@
1412914129
}
1413014130
},
1413114131
"workspaces/libnpmexec": {
14132-
"version": "5.0.0",
14132+
"version": "5.0.1",
1413314133
"license": "ISC",
1413414134
"dependencies": {
14135-
"@npmcli/arborist": "^6.0.0",
14135+
"@npmcli/arborist": "^6.1.0",
1413614136
"@npmcli/ci-detect": "^3.0.0",
1413714137
"@npmcli/run-script": "^5.0.0",
1413814138
"chalk": "^4.1.0",
@@ -14158,10 +14158,10 @@
1415814158
}
1415914159
},
1416014160
"workspaces/libnpmfund": {
14161-
"version": "4.0.0",
14161+
"version": "4.0.1",
1416214162
"license": "ISC",
1416314163
"dependencies": {
14164-
"@npmcli/arborist": "^6.0.0"
14164+
"@npmcli/arborist": "^6.1.0"
1416514165
},
1416614166
"devDependencies": {
1416714167
"@npmcli/eslint-config": "^4.0.0",
@@ -14208,10 +14208,10 @@
1420814208
}
1420914209
},
1421014210
"workspaces/libnpmpack": {
14211-
"version": "5.0.0",
14211+
"version": "5.0.1",
1421214212
"license": "ISC",
1421314213
"dependencies": {
14214-
"@npmcli/arborist": "^6.0.0",
14214+
"@npmcli/arborist": "^6.1.0",
1421514215
"@npmcli/run-script": "^5.0.0",
1421614216
"npm-package-arg": "^10.0.0",
1421714217
"pacote": "^15.0.2"
@@ -14228,7 +14228,7 @@
1422814228
}
1422914229
},
1423014230
"workspaces/libnpmpublish": {
14231-
"version": "7.0.0",
14231+
"version": "7.0.1",
1423214232
"license": "ISC",
1423314233
"dependencies": {
1423414234
"normalize-package-data": "^5.0.0",
@@ -14240,7 +14240,7 @@
1424014240
"devDependencies": {
1424114241
"@npmcli/eslint-config": "^4.0.0",
1424214242
"@npmcli/template-oss": "4.6.2",
14243-
"libnpmpack": "^5.0.0",
14243+
"libnpmpack": "^5.0.1",
1424414244
"lodash.clonedeep": "^4.5.0",
1424514245
"nock": "^13.2.4",
1424614246
"tap": "^16.0.1"

package.json

+7-7
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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
9+
### Dependencies
10+
11+
* [`de6618e`](https://github.com/npm/cli/commit/de6618e93182ba00b4be516db1efb3c51efa17ba) [#5757](https://github.com/npm/cli/pull/5757) `@npmcli/promise-spawn@5.0.0` (#5757)
12+
313
## [6.0.0](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0) (2022-10-19)
414

515
### Features

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",
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

+6
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

+2-2
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

+6
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

+2-2
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",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.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
## [4.0.0](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.5...libnpmfund-v4.0.0) (2022-10-19)
410

511
### Features

workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.0.0"
49+
"@npmcli/arborist": "^6.1.0"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

+6
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/libnpmpack-v5.0.0...libnpmpack-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/libnpmpack-v5.0.0-pre.4...libnpmpack-v5.0.0) (2022-10-19)
410

511
### Features

workspaces/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^6.0.0",
39+
"@npmcli/arborist": "^6.1.0",
4040
"@npmcli/run-script": "^5.0.0",
4141
"npm-package-arg": "^10.0.0",
4242
"pacote": "^15.0.2"

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [7.0.1](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1) (2022-10-26)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1): `libnpmpack@5.0.1`
8+
39
## [7.0.0](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.4...libnpmpublish-v7.0.0) (2022-10-19)
410

511
### Features

workspaces/libnpmpublish/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@npmcli/eslint-config": "^4.0.0",
2828
"@npmcli/template-oss": "4.6.2",
29-
"libnpmpack": "^5.0.0",
29+
"libnpmpack": "^5.0.1",
3030
"lodash.clonedeep": "^4.5.0",
3131
"nock": "^13.2.4",
3232
"tap": "^16.0.1"

0 commit comments

Comments
 (0)