Skip to content

Commit 2929899

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.0.0-pre.6
1 parent 9e74d3e commit 2929899

29 files changed

+242
-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.5",
3-
"workspaces/arborist": "6.0.0-pre.4",
4-
"workspaces/libnpmaccess": "7.0.0-pre.1",
5-
"workspaces/libnpmdiff": "5.0.0-pre.2",
6-
"workspaces/libnpmexec": "5.0.0-pre.4",
7-
"workspaces/libnpmfund": "4.0.0-pre.4",
8-
"workspaces/libnpmhook": "9.0.0-pre.0",
9-
"workspaces/libnpmorg": "5.0.0-pre.0",
10-
"workspaces/libnpmpack": "5.0.0-pre.3",
11-
"workspaces/libnpmpublish": "7.0.0-pre.3",
12-
"workspaces/libnpmsearch": "6.0.0-pre.0",
13-
"workspaces/libnpmteam": "5.0.0-pre.0",
14-
"workspaces/libnpmversion": "4.0.0-pre.0"
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"
1515
}

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -862,3 +862,4 @@ giovanniPepi <gtpepi@proton.me>
862862
Winter <winter@winter.cafe>
863863
shalvah <diakon.ng@gmail.com>
864864
Albert 理斯特 <shuaizhexu@gmail.com>
865+
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>

CHANGELOG.md

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

3+
## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-19)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `npm` now outputs some json errors on stdout. Previously `npm` would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it. In the future, `npm` will differentiate between errors and crashes. Errors, such as `E404` and `ERESOLVE`, will be handled and will continue to be output on stdout. In the case of a crash, `npm` will log the error as usual but will not attempt to display it as json, even in `--json` mode. Moving a case from the category of an error to a crash will not be considered a breaking change. For more information see npm/rfcs#482.
8+
* `npm config set` will no longer accept deprecated or invalid config options.
9+
* `timing` and `loglevel` changes
10+
- `timing` has been removed as a value for `--loglevel`
11+
- `--timing` will show timing information regardless of
12+
`--loglevel`, except when `--silent`
13+
* deprecate boolean install flags in favor of `--install-strategy`
14+
* deprecate --global-style, --global now sets --install-strategy=shallow
15+
* deprecate --legacy-bundling, now sets --install-strategy=nested
16+
* npm will no longer attempt to modify ownership of files it creates
17+
* this package no longer attempts to change file ownership automatically
18+
* this package no longer attempts to change file ownership automatically
19+
20+
### Features
21+
22+
* [`d3543e9`](https://github.com/npm/cli/commit/d3543e945e721783dcb83385935f282a4bb32cf3) output json formatted errors on stdout (#5716) (@lukekarrys)
23+
* [`be642c6`](https://github.com/npm/cli/commit/be642c6b8e3df40fd43b0110b30d3ecd44086016) refuse to set deprecated/invalid config (#5719) (@wraithgar)
24+
* [`332914b`](https://github.com/npm/cli/commit/332914b48b616099e586893b1df21480b7ddb733) separate configs for `--timing` and `--loglevel` (@lukekarrys)
25+
* [`f653785`](https://github.com/npm/cli/commit/f6537855e1a34b84251993a49e1ee362082ada37) deprecated `key`, `cert` config options and updated registry scoped auth docs (@fritzy)
26+
* [`de2d33f`](https://github.com/npm/cli/commit/de2d33f3ed42e187803bdd31db4f7a12f08f353c) add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
27+
* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
28+
* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
29+
30+
### Bug Fixes
31+
32+
* [`6ffa5b7`](https://github.com/npm/cli/commit/6ffa5b7bbb8fd7cae1a0b955a1f762661ec5e9ed) `npm hook ls` duplicates hook name prefixes (#5295) (@gennadiygashev)
33+
* [`1afe5ba`](https://github.com/npm/cli/commit/1afe5ba9647d1f0f55bf0a4bace543965d05daed) account for new npm-package-arg behavior (@wraithgar)
34+
* [`353b5bb`](https://github.com/npm/cli/commit/353b5bb92c3f7899526536b597252b44aa8a712d) [#5710](https://github.com/npm/cli/pull/5710) remove chownr and mkdirp-infer-owner (@nlf)
35+
36+
### Documentation
37+
38+
* [`9e74d3e`](https://github.com/npm/cli/commit/9e74d3e847c4bc0abc630fbe81328e011d6f0187) update supported engines in readme (#5725) (@lukekarrys)
39+
40+
### Dependencies
41+
42+
* [`88137a3`](https://github.com/npm/cli/commit/88137a329c8ad418db265dd465768a7cf5ebccb1) `npmlog@7.0.1`
43+
* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
44+
* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
45+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
46+
* [Workspace](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
47+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3): `libnpmdiff@5.0.0-pre.3`
48+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5): `libnpmexec@5.0.0-pre.5`
49+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5): `libnpmfund@4.0.0-pre.5`
50+
* [Workspace](https://github.com/npm/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
51+
* [Workspace](https://github.com/npm/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
52+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `libnpmpack@5.0.0-pre.4`
53+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4): `libnpmpublish@7.0.0-pre.4`
54+
* [Workspace](https://github.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
55+
* [Workspace](https://github.com/npm/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
56+
* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`
57+
358
## [9.0.0-pre.5](https://github.com/npm/cli/compare/v9.0.0-pre.4...v9.0.0-pre.5) (2022-10-13)
459

560
### ⚠️ 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.5",
3+
"version": "9.0.0-pre.6",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.5",
9+
"version": "9.0.0-pre.6",
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.4",
90+
"@npmcli/arborist": "^6.0.0-pre.5",
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.1",
113-
"libnpmdiff": "^5.0.0-pre.2",
114-
"libnpmexec": "^5.0.0-pre.4",
115-
"libnpmfund": "^4.0.0-pre.4",
116-
"libnpmhook": "^9.0.0-pre.0",
117-
"libnpmorg": "^5.0.0-pre.0",
118-
"libnpmpack": "^5.0.0-pre.3",
119-
"libnpmpublish": "^7.0.0-pre.3",
120-
"libnpmsearch": "^6.0.0-pre.0",
121-
"libnpmteam": "^5.0.0-pre.0",
122-
"libnpmversion": "^4.0.0-pre.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",
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.4",
14040+
"version": "6.0.0-pre.5",
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.1",
14095+
"version": "7.0.0-pre.2",
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.2",
14112+
"version": "5.0.0-pre.3",
1411314113
"license": "ISC",
1411414114
"dependencies": {
14115-
"@npmcli/arborist": "^6.0.0-pre.4",
14115+
"@npmcli/arborist": "^6.0.0-pre.5",
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.4",
14135+
"version": "5.0.0-pre.5",
1413614136
"license": "ISC",
1413714137
"dependencies": {
14138-
"@npmcli/arborist": "^6.0.0-pre.4",
14138+
"@npmcli/arborist": "^6.0.0-pre.5",
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.4",
14164+
"version": "4.0.0-pre.5",
1416514165
"license": "ISC",
1416614166
"dependencies": {
14167-
"@npmcli/arborist": "^6.0.0-pre.4"
14167+
"@npmcli/arborist": "^6.0.0-pre.5"
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.0",
14179+
"version": "9.0.0-pre.1",
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.0",
14196+
"version": "5.0.0-pre.1",
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.3",
14214+
"version": "5.0.0-pre.4",
1421514215
"license": "ISC",
1421614216
"dependencies": {
14217-
"@npmcli/arborist": "^6.0.0-pre.4",
14217+
"@npmcli/arborist": "^6.0.0-pre.5",
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.3",
14234+
"version": "7.0.0-pre.4",
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.3",
14246+
"libnpmpack": "^5.0.0-pre.4",
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.0",
14256+
"version": "6.0.0-pre.1",
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.0",
14272+
"version": "5.0.0-pre.1",
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.0",
14289+
"version": "4.0.0-pre.1",
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.5",
2+
"version": "9.0.0-pre.6",
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.4",
59+
"@npmcli/arborist": "^6.0.0-pre.5",
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.1",
82-
"libnpmdiff": "^5.0.0-pre.2",
83-
"libnpmexec": "^5.0.0-pre.4",
84-
"libnpmfund": "^4.0.0-pre.4",
85-
"libnpmhook": "^9.0.0-pre.0",
86-
"libnpmorg": "^5.0.0-pre.0",
87-
"libnpmpack": "^5.0.0-pre.3",
88-
"libnpmpublish": "^7.0.0-pre.3",
89-
"libnpmsearch": "^6.0.0-pre.0",
90-
"libnpmteam": "^5.0.0-pre.0",
91-
"libnpmversion": "^4.0.0-pre.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",
9292
"make-fetch-happen": "^11.0.1",
9393
"minimatch": "^5.1.0",
9494
"minipass": "^3.1.6",

workspaces/arborist/CHANGELOG.md

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

3+
## [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)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* deprecate boolean install flags in favor of `--install-strategy`
8+
* deprecate --global-style, --global now sets --install-strategy=shallow
9+
* deprecate --legacy-bundling, now sets --install-strategy=nested
10+
* this package no longer attempts to change file ownership automatically
11+
12+
### Features
13+
14+
* [`de2d33f`](https://github.com/npm/cli/commit/de2d33f3ed42e187803bdd31db4f7a12f08f353c) add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
15+
* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
16+
17+
### Bug Fixes
18+
19+
* [`1afe5ba`](https://github.com/npm/cli/commit/1afe5ba9647d1f0f55bf0a4bace543965d05daed) account for new npm-package-arg behavior (@wraithgar)
20+
21+
### Dependencies
22+
23+
* [`88137a3`](https://github.com/npm/cli/commit/88137a329c8ad418db265dd465768a7cf5ebccb1) `npmlog@7.0.1`
24+
* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
25+
* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
26+
327
## [6.0.0-pre.4](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.3...arborist-v6.0.0-pre.4) (2022-10-05)
428

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [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)
4+
5+
### Dependencies
6+
7+
* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
8+
* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
9+
310
## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)
411

512
### ⚠️ BREAKING CHANGES

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.1",
3+
"version": "7.0.0-pre.2",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [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)
4+
5+
### Dependencies
6+
7+
* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
8+
* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
9+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
10+
311
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.1...libnpmdiff-v5.0.0-pre.2) (2022-10-05)
412

513
### Dependencies

0 commit comments

Comments
 (0)