Skip to content

Commit daa1d1d

Browse files
chore: release 9.0.0-pre.2
1 parent 00a3693 commit daa1d1d

File tree

10 files changed

+78
-14
lines changed

10 files changed

+78
-14
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
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",

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
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/[email protected]`
37+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/[email protected]`
38+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `[email protected]`
39+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `[email protected]`
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

package.json

Lines changed: 4 additions & 4 deletions
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

Lines changed: 14 additions & 0 deletions
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/[email protected]`
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

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

Lines changed: 6 additions & 0 deletions
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/[email protected]`
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

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

Lines changed: 6 additions & 0 deletions
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/[email protected]`
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

Lines changed: 2 additions & 2 deletions
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)