Skip to content

Commit 0f84a2a

Browse files
chore: release 9.0.0-pre.0
1 parent fe926ed commit 0f84a2a

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-
".": "8.19.1",
3-
"workspaces/arborist": "5.6.1",
2+
".": "9.0.0-pre.0",
3+
"workspaces/arborist": "5.7.0-pre.0",
44
"workspaces/libnpmaccess": "6.0.4",
55
"workspaces/libnpmdiff": "4.0.5",
6-
"workspaces/libnpmexec": "4.0.12",
7-
"workspaces/libnpmfund": "3.0.3",
6+
"workspaces/libnpmexec": "4.0.13",
7+
"workspaces/libnpmfund": "3.0.4",
88
"workspaces/libnpmhook": "8.0.4",
99
"workspaces/libnpmorg": "4.0.4",
1010
"workspaces/libnpmpack": "4.1.3",

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
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+
* this removes the `npm birthday` command
8+
* this removes `npm set-script`
9+
* this changes the default value of `install-links` to true
10+
* this removes the `npm bin` command
11+
* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
12+
13+
### Features
14+
15+
* [`49bbb2f`](https://github.com/npm/cli/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar)
16+
* [`926f0ad`](https://github.com/npm/cli/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar)
17+
* [`2a8c2fc`](https://github.com/npm/cli/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar)
18+
* [`2e92800`](https://github.com/npm/cli/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar)
19+
* [`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)
20+
21+
### Bug Fixes
22+
23+
* [`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)
24+
25+
### Documentation
26+
27+
* [`7fc2b6f`](https://github.com/npm/cli/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng)
28+
* [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* dependencies
35+
* @npmcli/arborist bumped from ^5.6.1 to ^5.7.0-pre.0
36+
* libnpmexec bumped from ^4.0.12 to ^4.0.13
37+
* libnpmfund bumped from ^3.0.3 to ^3.0.4
38+
339
## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01)
440

541
### Bug Fixes

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": "8.19.1",
3+
"version": "9.0.0-pre.0",
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": "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": "^5.7.0-pre.0",
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": "^6.0.4",
8383
"libnpmdiff": "^4.0.5",
84-
"libnpmexec": "^4.0.12",
85-
"libnpmfund": "^3.0.3",
84+
"libnpmexec": "^4.0.13",
85+
"libnpmfund": "^3.0.4",
8686
"libnpmhook": "^8.0.4",
8787
"libnpmorg": "^4.0.4",
8888
"libnpmpack": "^4.1.3",

workspaces/arborist/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.7.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.7.0-pre.0) (2022-09-08)
4+
5+
### Features
6+
7+
* [`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)
8+
9+
### Bug Fixes
10+
11+
* [`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)
12+
* [`548e70e`](https://github.com/npm/cli/commit/548e70e0f87167fb96929b29787620391a77b826) [#5376](https://github.com/npm/cli/pull/5376) fix: link.target setter (@wraithgar)
13+
* [`2db6c08`](https://github.com/npm/cli/commit/2db6c085ea08ee639767d37e6fd83a1ca0fbd9ce) [#5376](https://github.com/npm/cli/pull/5376) fix: loadActual cleanup (@wraithgar)
14+
15+
### Documentation
16+
17+
* [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
18+
319
## [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-31)
420

521
### 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": "5.6.1",
3+
"version": "5.7.0-pre.0",
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+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @npmcli/arborist bumped from ^5.6.1 to ^5.7.0-pre.0
8+
39
## [4.0.12](https://github.com/npm/cli/compare/libnpmexec-v4.0.11...libnpmexec-v4.0.12) (2022-08-31)
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": "4.0.12",
3+
"version": "4.0.13",
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": "^5.7.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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @npmcli/arborist bumped from ^5.6.1 to ^5.7.0-pre.0
8+
39
## [3.0.3](https://github.com/npm/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-08-31)
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": "3.0.3",
3+
"version": "3.0.4",
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": "^5.7.0-pre.0"
5050
},
5151
"engines": {
5252
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"

0 commit comments

Comments
 (0)