Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-08 23:09:55 +0300
committerGar <wraithgar@github.com>2022-09-12 18:41:37 +0300
commit063a23b703b32d185b7fa0d0aa7dec522d985a79 (patch)
treef7203ed3d35aaa067c027f7c3395c50437bd4c31 /CHANGELOG.md
parente95017a07b041cbb3293e659dad853f76462c108 (diff)
chore: release 9.0.0-pre.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f864a61f9..66f68b44f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,52 @@
# Changelog
+## [9.0.0-pre.0](https://github.com/npm/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-08)
+
+### ⚠ BREAKING CHANGES
+
+* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
+* this removes the `npm birthday` command
+* this removes `npm set-script`
+* this changes the default value of `install-links` to true
+* this removes the `npm bin` command
+* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
+
+### Features
+
+ * [`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)
+ * [`49bbb2f`](https://github.com/npm/cli/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar)
+ * [`926f0ad`](https://github.com/npm/cli/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar)
+ * [`2a8c2fc`](https://github.com/npm/cli/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar)
+ * [`2e92800`](https://github.com/npm/cli/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar)
+ * [`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)
+
+### Bug Fixes
+
+ * [`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)
+
+### Documentation
+
+ * [`7fc2b6f`](https://github.com/npm/cli/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng)
+ * [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
+ * libnpmaccess bumped from ^6.0.4 to ^7.0.0-pre.0
+ * libnpmdiff bumped from ^4.0.5 to ^5.0.0-pre.0
+ * libnpmexec bumped from ^4.0.12 to ^5.0.0-pre.0
+ * libnpmfund bumped from ^3.0.3 to ^4.0.0-pre.0
+ * libnpmhook bumped from ^8.0.4 to ^9.0.0-pre.0
+ * libnpmorg bumped from ^4.0.4 to ^5.0.0-pre.0
+ * libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0
+ * libnpmpublish bumped from ^6.0.5 to ^7.0.0-pre.0
+ * libnpmsearch bumped from ^5.0.4 to ^6.0.0-pre.0
+ * libnpmteam bumped from ^4.0.4 to ^5.0.0-pre.0
+ * libnpmversion bumped from ^3.0.7 to ^4.0.0-pre.0
+
## [8.19.1](https://github.com/npm/cli/compare/v8.19.0...v8.19.1) (2022-09-01)
### Bug Fixes