Skip to content

Commit 84598fe

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.0.0-pre.2
1 parent 00a3693 commit 84598fe

11 files changed

+91
-23
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "9.0.0-pre.1",
3-
"workspaces/arborist": "6.0.0-pre.1",
2+
".": "9.0.0-pre.2",
3+
"workspaces/arborist": "6.0.0-pre.2",
44
"workspaces/libnpmaccess": "7.0.0-pre.1",
55
"workspaces/libnpmdiff": "5.0.0-pre.0",
6-
"workspaces/libnpmexec": "5.0.0-pre.1",
7-
"workspaces/libnpmfund": "4.0.0-pre.1",
6+
"workspaces/libnpmexec": "5.0.0-pre.2",
7+
"workspaces/libnpmfund": "4.0.0-pre.2",
88
"workspaces/libnpmhook": "9.0.0-pre.0",
99
"workspaces/libnpmorg": "5.0.0-pre.0",
1010
"workspaces/libnpmpack": "5.0.0-pre.0",

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -854,3 +854,7 @@ Nathan Hughes <nathan@endor.ai>
854854
Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com>
855855
Kid <44045911+kidonng@users.noreply.github.com>
856856
Hugh Lilly <hughlilly@users.noreply.github.com>
857+
Hafizur046 <hafijurrahman046@gmail.com>
858+
Michael Rienstra <mrienstra@gmail.com>
859+
Juan Heyns <juanheyns@gmail.com>
860+
Michał Kurowski <michalkurowskix@gmail.com>

CHANGELOG.md

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

3+
## [9.0.0-pre.2](https://github.com/npm/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-23)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* the default `auth-type` config value is now `web`
8+
* `login`, `adduser`, and `auth-type` changes
9+
- This removes all `auth-type` configs except `web` and `legacy`.
10+
- `login` and `adduser` are now separate commands that send different data to the registry.
11+
- `auth-type` config values `web` and `legacy` only try
12+
their respective methods, npm no longer tries them all and waits to see
13+
which one doesn't fail.
14+
15+
### Features
16+
17+
* [`66ed584`](https://github.com/npm/cli/commit/66ed58454418dd69c4cd8196ad8499e73f7e46e1) [#5551](https://github.com/npm/cli/pull/5551) default auth-type to web (#5551) (@wraithgar)
18+
* [`6ee5b32`](https://github.com/npm/cli/commit/6ee5b320d2eab58c18d50b861b3cfabe7f24124a) query: display `queryContext` in results (@nlf)
19+
* [`314311c`](https://github.com/npm/cli/commit/314311c61b8f341715c168199d52976ee3237077) [#5550](https://github.com/npm/cli/pull/5550) separate login/adduser, remove auth types (#5550) (@wraithgar)
20+
21+
### Bug Fixes
22+
23+
* [`0d90a01`](https://github.com/npm/cli/commit/0d90a011fff411c878ba4b44582f14ef7dbdceb1) [#5480](https://github.com/npm/cli/pull/5480) audit: add a condition to allow third-party registries returning E400 (#5480) (@juanheyns, Juan Heyns)
24+
25+
### Documentation
26+
27+
* [`2d756cb`](https://github.com/npm/cli/commit/2d756cbb05125dcb769f2ca4c1687e42568d5882) [#5527](https://github.com/npm/cli/pull/5527) add instruction to query objects with npm view (#5527) (@moonith)
28+
* [`8743366`](https://github.com/npm/cli/commit/874336699681ac37857167b2438fac19c059511c) [#5519](https://github.com/npm/cli/pull/5519) add hash to "tag" config link (#5519) (@mrienstra, @lukekarrys)
29+
* [`5645c51`](https://github.com/npm/cli/commit/5645c51410a730c4b9c6831cf81ab22efbe8c0ce) [#5521](https://github.com/npm/cli/pull/5521) link mentions of config parameters (#5521) (@mrienstra)
30+
* [`19762b4`](https://github.com/npm/cli/commit/19762b4ac4b10741ff53ddd315be1fd23d9b1e28) [#5529](https://github.com/npm/cli/pull/5529) modify Misleading doc about bins (@Hafizur046)
31+
* [`19762b4`](https://github.com/npm/cli/commit/19762b4ac4b10741ff53ddd315be1fd23d9b1e28) [#5529](https://github.com/npm/cli/pull/5529) modify misleading doc about package.json:bin (#5529) (@Hafizur046)
32+
* [`8402fd8`](https://github.com/npm/cli/commit/8402fd8780c5e0461850da882dca024f7df1a681) [#5547](https://github.com/npm/cli/pull/5547) add `:outdated` pseudo selector to docs (@nlf)
33+
34+
### Dependencies
35+
36+
* [`d030f10`](https://github.com/npm/cli/commit/d030f10fd535433e5a824df1b099f500a71075dd) `@npmcli/query@2.0.0`
37+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
38+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
39+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
40+
341
## [9.0.0-pre.1](https://github.com/npm/cli/compare/v9.0.0-pre.0...v9.0.0-pre.1) (2022-09-14)
442

543
### ⚠️ BREAKING CHANGES

package-lock.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.0-pre.1",
3+
"version": "9.0.0-pre.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.1",
9+
"version": "9.0.0-pre.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -91,7 +91,7 @@
9191
],
9292
"dependencies": {
9393
"@isaacs/string-locale-compare": "^1.1.0",
94-
"@npmcli/arborist": "^6.0.0-pre.1",
94+
"@npmcli/arborist": "^6.0.0-pre.2",
9595
"@npmcli/ci-detect": "^2.0.0",
9696
"@npmcli/config": "^4.2.1",
9797
"@npmcli/fs": "^2.1.0",
@@ -116,8 +116,8 @@
116116
"json-parse-even-better-errors": "^2.3.1",
117117
"libnpmaccess": "^7.0.0-pre.1",
118118
"libnpmdiff": "^5.0.0-pre.0",
119-
"libnpmexec": "^5.0.0-pre.1",
120-
"libnpmfund": "^4.0.0-pre.1",
119+
"libnpmexec": "^5.0.0-pre.2",
120+
"libnpmfund": "^4.0.0-pre.2",
121121
"libnpmhook": "^9.0.0-pre.0",
122122
"libnpmorg": "^5.0.0-pre.0",
123123
"libnpmpack": "^5.0.0-pre.0",
@@ -13864,7 +13864,7 @@
1386413864
},
1386513865
"workspaces/arborist": {
1386613866
"name": "@npmcli/arborist",
13867-
"version": "6.0.0-pre.1",
13867+
"version": "6.0.0-pre.2",
1386813868
"license": "ISC",
1386913869
"dependencies": {
1387013870
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13961,10 +13961,10 @@
1396113961
}
1396213962
},
1396313963
"workspaces/libnpmexec": {
13964-
"version": "5.0.0-pre.1",
13964+
"version": "5.0.0-pre.2",
1396513965
"license": "ISC",
1396613966
"dependencies": {
13967-
"@npmcli/arborist": "^6.0.0-pre.1",
13967+
"@npmcli/arborist": "^6.0.0-pre.2",
1396813968
"@npmcli/ci-detect": "^2.0.0",
1396913969
"@npmcli/fs": "^2.1.1",
1397013970
"@npmcli/run-script": "^4.2.0",
@@ -13992,10 +13992,10 @@
1399213992
}
1399313993
},
1399413994
"workspaces/libnpmfund": {
13995-
"version": "4.0.0-pre.1",
13995+
"version": "4.0.0-pre.2",
1399613996
"license": "ISC",
1399713997
"dependencies": {
13998-
"@npmcli/arborist": "^6.0.0-pre.1"
13998+
"@npmcli/arborist": "^6.0.0-pre.2"
1399913999
},
1400014000
"devDependencies": {
1400114001
"@npmcli/eslint-config": "^3.1.0",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0-pre.1",
2+
"version": "9.0.0-pre.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.0.0-pre.1",
59+
"@npmcli/arborist": "^6.0.0-pre.2",
6060
"@npmcli/ci-detect": "^2.0.0",
6161
"@npmcli/config": "^4.2.1",
6262
"@npmcli/fs": "^2.1.0",
@@ -81,8 +81,8 @@
8181
"json-parse-even-better-errors": "^2.3.1",
8282
"libnpmaccess": "^7.0.0-pre.1",
8383
"libnpmdiff": "^5.0.0-pre.0",
84-
"libnpmexec": "^5.0.0-pre.1",
85-
"libnpmfund": "^4.0.0-pre.1",
84+
"libnpmexec": "^5.0.0-pre.2",
85+
"libnpmfund": "^4.0.0-pre.2",
8686
"libnpmhook": "^9.0.0-pre.0",
8787
"libnpmorg": "^5.0.0-pre.0",
8888
"libnpmpack": "^5.0.0-pre.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.0.0-pre.2](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-23)
4+
5+
### Features
6+
7+
* [`ebf167b`](https://github.com/npm/cli/commit/ebf167b621ed14933826f617077ab5890e72bf83) add `:outdated` pseudo selector (@nlf)
8+
9+
### Documentation
10+
11+
* [`8402fd8`](https://github.com/npm/cli/commit/8402fd8780c5e0461850da882dca024f7df1a681) [#5547](https://github.com/npm/cli/pull/5547) add `:outdated` pseudo selector to docs (@nlf)
12+
13+
### Dependencies
14+
15+
* [`d030f10`](https://github.com/npm/cli/commit/d030f10fd535433e5a824df1b099f500a71075dd) `@npmcli/query@2.0.0`
16+
317
## [6.0.0-pre.1](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1) (2022-09-14)
418

519
### Bug Fixes

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

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2) (2022-09-23)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
8+
39
## [5.0.0-pre.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.0...libnpmexec-v5.0.0-pre.1) (2022-09-14)
410

511
### Dependencies

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.1",
3+
"version": "5.0.0-pre.2",
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.1",
61+
"@npmcli/arborist": "^6.0.0-pre.2",
6262
"@npmcli/ci-detect": "^2.0.0",
6363
"@npmcli/fs": "^2.1.1",
6464
"@npmcli/run-script": "^4.2.0",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.0-pre.2](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2) (2022-09-23)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
8+
39
## [4.0.0-pre.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.0...libnpmfund-v4.0.0-pre.1) (2022-09-14)
410

511
### Dependencies

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-pre.1",
3+
"version": "4.0.0-pre.2",
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-pre.1"
49+
"@npmcli/arborist": "^6.0.0-pre.2"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

0 commit comments

Comments
 (0)