Skip to content

Commit 063a23b

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.0.0-pre.0
1 parent e95017a commit 063a23b

28 files changed

+241
-42
lines changed

.release-please-manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
".": "8.19.1",
3-
"workspaces/arborist": "5.6.1",
4-
"workspaces/libnpmaccess": "6.0.4",
5-
"workspaces/libnpmdiff": "4.0.5",
6-
"workspaces/libnpmexec": "4.0.12",
7-
"workspaces/libnpmfund": "3.0.3",
8-
"workspaces/libnpmhook": "8.0.4",
9-
"workspaces/libnpmorg": "4.0.4",
10-
"workspaces/libnpmpack": "4.1.3",
11-
"workspaces/libnpmpublish": "6.0.5",
12-
"workspaces/libnpmsearch": "5.0.4",
13-
"workspaces/libnpmteam": "4.0.4",
14-
"workspaces/libnpmversion": "3.0.7"
2+
".": "9.0.0-pre.0",
3+
"workspaces/arborist": "6.0.0-pre.0",
4+
"workspaces/libnpmaccess": "7.0.0-pre.0",
5+
"workspaces/libnpmdiff": "5.0.0-pre.0",
6+
"workspaces/libnpmexec": "5.0.0-pre.0",
7+
"workspaces/libnpmfund": "4.0.0-pre.0",
8+
"workspaces/libnpmhook": "9.0.0-pre.0",
9+
"workspaces/libnpmorg": "5.0.0-pre.0",
10+
"workspaces/libnpmpack": "5.0.0-pre.0",
11+
"workspaces/libnpmpublish": "7.0.0-pre.0",
12+
"workspaces/libnpmsearch": "6.0.0-pre.0",
13+
"workspaces/libnpmteam": "5.0.0-pre.0",
14+
"workspaces/libnpmversion": "4.0.0-pre.0"
1515
}

CHANGELOG.md

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

3+
## [9.0.0-pre.0](https://github.com/npm/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
* this removes the `npm birthday` command
9+
* this removes `npm set-script`
10+
* this changes the default value of `install-links` to true
11+
* this removes the `npm bin` command
12+
* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
13+
14+
### Features
15+
16+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
17+
* [`49bbb2f`](https://github.com/npm/cli/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar)
18+
* [`926f0ad`](https://github.com/npm/cli/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar)
19+
* [`2a8c2fc`](https://github.com/npm/cli/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar)
20+
* [`2e92800`](https://github.com/npm/cli/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar)
21+
* [`457d388`](https://github.com/npm/cli/commit/457d388c9a70b4bc6c2421f576c79fb7524ff259) [#5475](https://github.com/npm/cli/pull/5475) feat: update supported node engines in package.json (@wraithgar)
22+
23+
### Bug Fixes
24+
25+
* [`41481f8`](https://github.com/npm/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) [#5475](https://github.com/npm/cli/pull/5475) fix: attempt more graceful failure in older node versions (@wraithgar)
26+
27+
### Documentation
28+
29+
* [`7fc2b6f`](https://github.com/npm/cli/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng)
30+
* [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
31+
32+
33+
### Dependencies
34+
35+
* The following workspace dependencies were updated
36+
* dependencies
37+
* @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
38+
* libnpmaccess bumped from ^6.0.4 to ^7.0.0-pre.0
39+
* libnpmdiff bumped from ^4.0.5 to ^5.0.0-pre.0
40+
* libnpmexec bumped from ^4.0.12 to ^5.0.0-pre.0
41+
* libnpmfund bumped from ^3.0.3 to ^4.0.0-pre.0
42+
* libnpmhook bumped from ^8.0.4 to ^9.0.0-pre.0
43+
* libnpmorg bumped from ^4.0.4 to ^5.0.0-pre.0
44+
* libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0
45+
* libnpmpublish bumped from ^6.0.5 to ^7.0.0-pre.0
46+
* libnpmsearch bumped from ^5.0.4 to ^6.0.0-pre.0
47+
* libnpmteam bumped from ^4.0.4 to ^5.0.0-pre.0
48+
* libnpmversion bumped from ^3.0.7 to ^4.0.0-pre.0
49+
350
## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01)
451

552
### Bug Fixes

package-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm",
3-
"version": "8.19.1",
3+
"version": "9.0.0-pre.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.19.1",
2+
"version": "9.0.0-pre.0",
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": "^5.6.1",
59+
"@npmcli/arborist": "^6.0.0-pre.0",
6060
"@npmcli/ci-detect": "^2.0.0",
6161
"@npmcli/config": "^4.2.1",
6262
"@npmcli/fs": "^2.1.0",
@@ -79,17 +79,17 @@
7979
"init-package-json": "^3.0.2",
8080
"is-cidr": "^4.0.2",
8181
"json-parse-even-better-errors": "^2.3.1",
82-
"libnpmaccess": "^6.0.4",
83-
"libnpmdiff": "^4.0.5",
84-
"libnpmexec": "^4.0.12",
85-
"libnpmfund": "^3.0.3",
86-
"libnpmhook": "^8.0.4",
87-
"libnpmorg": "^4.0.4",
88-
"libnpmpack": "^4.1.3",
89-
"libnpmpublish": "^6.0.5",
90-
"libnpmsearch": "^5.0.4",
91-
"libnpmteam": "^4.0.4",
92-
"libnpmversion": "^3.0.7",
82+
"libnpmaccess": "^7.0.0-pre.0",
83+
"libnpmdiff": "^5.0.0-pre.0",
84+
"libnpmexec": "^5.0.0-pre.0",
85+
"libnpmfund": "^4.0.0-pre.0",
86+
"libnpmhook": "^9.0.0-pre.0",
87+
"libnpmorg": "^5.0.0-pre.0",
88+
"libnpmpack": "^5.0.0-pre.0",
89+
"libnpmpublish": "^7.0.0-pre.0",
90+
"libnpmsearch": "^6.0.0-pre.0",
91+
"libnpmteam": "^5.0.0-pre.0",
92+
"libnpmversion": "^4.0.0-pre.0",
9393
"make-fetch-happen": "^10.2.0",
9494
"minipass": "^3.1.6",
9595
"minipass-pipeline": "^1.2.4",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v6.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
* [`09c46e8`](https://github.com/npm/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) [#5324](https://github.com/npm/cli/pull/5324) feat(arborist): allow for selectors and function names with :semver pseudo selector (@nlf)
13+
14+
### Bug Fixes
15+
16+
* [`fe926ed`](https://github.com/npm/cli/commit/fe926eddf98459e1fcb0ffd011ce7703da14928c) [#5484](https://github.com/npm/cli/pull/5484) fix: don't mark workspaces as invalid if installing links (@wraithgar)
17+
* [`548e70e`](https://github.com/npm/cli/commit/548e70e0f87167fb96929b29787620391a77b826) [#5376](https://github.com/npm/cli/pull/5376) fix: link.target setter (@wraithgar)
18+
* [`2db6c08`](https://github.com/npm/cli/commit/2db6c085ea08ee639767d37e6fd83a1ca0fbd9ce) [#5376](https://github.com/npm/cli/pull/5376) fix: loadActual cleanup (@wraithgar)
19+
20+
### Documentation
21+
22+
* [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
23+
324
## [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-31)
425

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

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v6.0.4...libnpmaccess-v7.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
313
## [6.0.4](https://github.com/npm/cli/compare/libnpmaccess-v6.0.3...libnpmaccess-v6.0.4) (2022-08-31)
414

515
### Dependencies

workspaces/libnpmaccess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "6.0.4",
3+
"version": "7.0.0-pre.0",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v4.0.5...libnpmdiff-v5.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
313
## [4.0.5](https://github.com/npm/cli/compare/libnpmdiff-v4.0.4...libnpmdiff-v4.0.5) (2022-08-31)
414

515
### Dependencies

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "4.0.5",
3+
"version": "5.0.0-pre.0",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v5.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
19+
320
## [4.0.12](https://github.com/npm/cli/compare/libnpmexec-v4.0.11...libnpmexec-v4.0.12) (2022-08-31)
421

522
### 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": "4.0.12",
3+
"version": "5.0.0-pre.0",
44
"files": [
55
"bin/",
66
"lib/"
@@ -54,7 +54,7 @@
5454
"tap": "^16.0.1"
5555
},
5656
"dependencies": {
57-
"@npmcli/arborist": "^5.6.1",
57+
"@npmcli/arborist": "^6.0.0-pre.0",
5858
"@npmcli/ci-detect": "^2.0.0",
5959
"@npmcli/fs": "^2.1.1",
6060
"@npmcli/run-script": "^4.2.0",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v4.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
19+
320
## [3.0.3](https://github.com/npm/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-08-31)
421

522
### 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": "3.0.3",
3+
"version": "4.0.0-pre.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^5.6.1"
49+
"@npmcli/arborist": "^6.0.0-pre.0"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmhook/CHANGELOG.md

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

3+
## [9.0.0-pre.0](https://github.com/npm/cli/compare/libnpmhook-v8.0.4...libnpmhook-v9.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
313
## [8.0.4](https://github.com/npm/cli/compare/libnpmhook-v8.0.3...libnpmhook-v8.0.4) (2022-08-31)
414

515
### Dependencies

workspaces/libnpmhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmhook",
3-
"version": "8.0.4",
3+
"version": "9.0.0-pre.0",
44
"description": "programmatic API for managing npm registry hooks",
55
"main": "lib/index.js",
66
"files": [

workspaces/libnpmorg/CHANGELOG.md

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

3+
## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmorg-v4.0.4...libnpmorg-v5.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
313
## [4.0.4](https://github.com/npm/cli/compare/libnpmorg-v4.0.3...libnpmorg-v4.0.4) (2022-08-31)
414

515
### Dependencies

workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmorg",
3-
"version": "4.0.4",
3+
"version": "5.0.0-pre.0",
44
"description": "Programmatic api for `npm org` commands",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmpack/CHANGELOG.md

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

3+
## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpack-v4.1.3...libnpmpack-v5.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
313
## [4.1.3](https://github.com/npm/cli/compare/libnpmpack-v4.1.2...libnpmpack-v4.1.3) (2022-08-31)
414

515
### Dependencies

workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "4.1.3",
3+
"version": "5.0.0-pre.0",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpublish-v6.0.5...libnpmpublish-v7.0.0-pre.0) (2022-09-08)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0
19+
320
## [6.0.5](https://github.com/npm/cli/compare/libnpmpublish-v6.0.4...libnpmpublish-v6.0.5) (2022-08-31)
421

522
### Dependencies

0 commit comments

Comments
 (0)