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:
-rw-r--r--.release-please-manifest.json26
-rw-r--r--CHANGELOG.md47
-rw-r--r--package-lock.json2
-rw-r--r--package.json26
-rw-r--r--workspaces/arborist/CHANGELOG.md21
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md10
-rw-r--r--workspaces/libnpmaccess/package.json2
-rw-r--r--workspaces/libnpmdiff/CHANGELOG.md10
-rw-r--r--workspaces/libnpmdiff/package.json2
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md17
-rw-r--r--workspaces/libnpmexec/package.json4
-rw-r--r--workspaces/libnpmfund/CHANGELOG.md17
-rw-r--r--workspaces/libnpmfund/package.json4
-rw-r--r--workspaces/libnpmhook/CHANGELOG.md10
-rw-r--r--workspaces/libnpmhook/package.json2
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md10
-rw-r--r--workspaces/libnpmorg/package.json2
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md10
-rw-r--r--workspaces/libnpmpack/package.json2
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md17
-rw-r--r--workspaces/libnpmpublish/package.json4
-rw-r--r--workspaces/libnpmsearch/CHANGELOG.md10
-rw-r--r--workspaces/libnpmsearch/package.json2
-rw-r--r--workspaces/libnpmteam/CHANGELOG.md10
-rw-r--r--workspaces/libnpmteam/package.json2
-rw-r--r--workspaces/libnpmversion/CHANGELOG.md10
-rw-r--r--workspaces/libnpmversion/package.json2
28 files changed, 241 insertions, 42 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 1fcd6a2fe..efdb054e9 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,15 +1,15 @@
{
- ".": "8.19.1",
- "workspaces/arborist": "5.6.1",
- "workspaces/libnpmaccess": "6.0.4",
- "workspaces/libnpmdiff": "4.0.5",
- "workspaces/libnpmexec": "4.0.12",
- "workspaces/libnpmfund": "3.0.3",
- "workspaces/libnpmhook": "8.0.4",
- "workspaces/libnpmorg": "4.0.4",
- "workspaces/libnpmpack": "4.1.3",
- "workspaces/libnpmpublish": "6.0.5",
- "workspaces/libnpmsearch": "5.0.4",
- "workspaces/libnpmteam": "4.0.4",
- "workspaces/libnpmversion": "3.0.7"
+ ".": "9.0.0-pre.0",
+ "workspaces/arborist": "6.0.0-pre.0",
+ "workspaces/libnpmaccess": "7.0.0-pre.0",
+ "workspaces/libnpmdiff": "5.0.0-pre.0",
+ "workspaces/libnpmexec": "5.0.0-pre.0",
+ "workspaces/libnpmfund": "4.0.0-pre.0",
+ "workspaces/libnpmhook": "9.0.0-pre.0",
+ "workspaces/libnpmorg": "5.0.0-pre.0",
+ "workspaces/libnpmpack": "5.0.0-pre.0",
+ "workspaces/libnpmpublish": "7.0.0-pre.0",
+ "workspaces/libnpmsearch": "6.0.0-pre.0",
+ "workspaces/libnpmteam": "5.0.0-pre.0",
+ "workspaces/libnpmversion": "4.0.0-pre.0"
}
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
diff --git a/package-lock.json b/package-lock.json
index 22664e096..be81d0b18 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "npm",
- "version": "8.19.1",
+ "version": "9.0.0-pre.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index ddd803d55..703868e64 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "8.19.1",
+ "version": "9.0.0-pre.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^5.6.1",
+ "@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
@@ -79,17 +79,17 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^6.0.4",
- "libnpmdiff": "^4.0.5",
- "libnpmexec": "^4.0.12",
- "libnpmfund": "^3.0.3",
- "libnpmhook": "^8.0.4",
- "libnpmorg": "^4.0.4",
- "libnpmpack": "^4.1.3",
- "libnpmpublish": "^6.0.5",
- "libnpmsearch": "^5.0.4",
- "libnpmteam": "^4.0.4",
- "libnpmversion": "^3.0.7",
+ "libnpmaccess": "^7.0.0-pre.0",
+ "libnpmdiff": "^5.0.0-pre.0",
+ "libnpmexec": "^5.0.0-pre.0",
+ "libnpmfund": "^4.0.0-pre.0",
+ "libnpmhook": "^9.0.0-pre.0",
+ "libnpmorg": "^5.0.0-pre.0",
+ "libnpmpack": "^5.0.0-pre.0",
+ "libnpmpublish": "^7.0.0-pre.0",
+ "libnpmsearch": "^6.0.0-pre.0",
+ "libnpmteam": "^5.0.0-pre.0",
+ "libnpmversion": "^4.0.0-pre.0",
"make-fetch-happen": "^10.2.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index eb3c924c1..6afe93f2d 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+## [6.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v6.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`
+
+### 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)
+ * [`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)
+
+### Bug Fixes
+
+ * [`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)
+ * [`548e70e`](https://github.com/npm/cli/commit/548e70e0f87167fb96929b29787620391a77b826) [#5376](https://github.com/npm/cli/pull/5376) fix: link.target setter (@wraithgar)
+ * [`2db6c08`](https://github.com/npm/cli/commit/2db6c085ea08ee639767d37e6fd83a1ca0fbd9ce) [#5376](https://github.com/npm/cli/pull/5376) fix: loadActual cleanup (@wraithgar)
+
+### Documentation
+
+ * [`285b39f`](https://github.com/npm/cli/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
+
## [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-31)
### Bug Fixes
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index d27ed2318..a6a1a0bc3 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.6.1",
+ "version": "6.0.0-pre.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index e229d4716..8fd14a63f 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v6.0.4...libnpmaccess-v7.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`
+
+### 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)
+
## [6.0.4](https://github.com/npm/cli/compare/libnpmaccess-v6.0.3...libnpmaccess-v6.0.4) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 436f2b978..0c2df73a1 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "6.0.4",
+ "version": "7.0.0-pre.0",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md
index 903a4a018..96a402f91 100644
--- a/workspaces/libnpmdiff/CHANGELOG.md
+++ b/workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v4.0.5...libnpmdiff-v5.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`
+
+### 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)
+
## [4.0.5](https://github.com/npm/cli/compare/libnpmdiff-v4.0.4...libnpmdiff-v4.0.5) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 852ef18ba..ee3a56a29 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
- "version": "4.0.5",
+ "version": "5.0.0-pre.0",
"description": "The registry diff",
"repository": {
"type": "git",
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index b847a0538..91fce3939 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v5.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`
+
+### 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)
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
+
## [4.0.12](https://github.com/npm/cli/compare/libnpmexec-v4.0.11...libnpmexec-v4.0.12) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 4679efa5f..8ac115d3f 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.12",
+ "version": "5.0.0-pre.0",
"files": [
"bin/",
"lib/"
@@ -54,7 +54,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^5.6.1",
+ "@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index f07ad6b41..a2d26703e 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v4.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`
+
+### 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)
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @npmcli/arborist bumped from ^5.6.1 to ^6.0.0-pre.0
+
## [3.0.3](https://github.com/npm/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index ada8864b8..9e69616c1 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "3.0.3",
+ "version": "4.0.0-pre.0",
"main": "lib/index.js",
"files": [
"bin/",
@@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^5.6.1"
+ "@npmcli/arborist": "^6.0.0-pre.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md
index d582d282e..630927087 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [9.0.0-pre.0](https://github.com/npm/cli/compare/libnpmhook-v8.0.4...libnpmhook-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`
+
+### 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)
+
## [8.0.4](https://github.com/npm/cli/compare/libnpmhook-v8.0.3...libnpmhook-v8.0.4) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index f62090ec3..db94874c1 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "8.0.4",
+ "version": "9.0.0-pre.0",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index 7f45d2ef9..db19f07a7 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmorg-v4.0.4...libnpmorg-v5.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`
+
+### 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)
+
## [4.0.4](https://github.com/npm/cli/compare/libnpmorg-v4.0.3...libnpmorg-v4.0.4) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index f1e386476..b188a5e27 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "4.0.4",
+ "version": "5.0.0-pre.0",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index f147dbda9..b38e01146 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpack-v4.1.3...libnpmpack-v5.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`
+
+### 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)
+
## [4.1.3](https://github.com/npm/cli/compare/libnpmpack-v4.1.2...libnpmpack-v4.1.3) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 8d7bf55bc..545c2870a 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "4.1.3",
+ "version": "5.0.0-pre.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md
index e3435c7ea..2c69ced55 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpublish-v6.0.5...libnpmpublish-v7.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`
+
+### 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)
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * devDependencies
+ * libnpmpack bumped from ^4.1.3 to ^5.0.0-pre.0
+
## [6.0.5](https://github.com/npm/cli/compare/libnpmpublish-v6.0.4...libnpmpublish-v6.0.5) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 6ae987233..07bead120 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "6.0.5",
+ "version": "7.0.0-pre.0",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",
@@ -26,7 +26,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
- "libnpmpack": "^4.1.3",
+ "libnpmpack": "^5.0.0-pre.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md
index 7a75df9ee..3781e5509 100644
--- a/workspaces/libnpmsearch/CHANGELOG.md
+++ b/workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [6.0.0-pre.0](https://github.com/npm/cli/compare/libnpmsearch-v5.0.4...libnpmsearch-v6.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`
+
+### 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)
+
## [5.0.4](https://github.com/npm/cli/compare/libnpmsearch-v5.0.3...libnpmsearch-v5.0.4) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 0eddd904d..a10a51ec5 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmsearch",
- "version": "5.0.4",
+ "version": "6.0.0-pre.0",
"description": "Programmatic API for searching in npm and compatible registries.",
"author": "GitHub Inc.",
"main": "lib/index.js",
diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md
index 708799fb4..b60c408c6 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmteam-v4.0.4...libnpmteam-v5.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`
+
+### 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)
+
## [4.0.4](https://github.com/npm/cli/compare/libnpmteam-v4.0.3...libnpmteam-v4.0.4) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 95eb3fe91..9c1f7cd5e 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -1,7 +1,7 @@
{
"name": "libnpmteam",
"description": "npm Team management APIs",
- "version": "4.0.4",
+ "version": "5.0.0-pre.0",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",
diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md
index 8774ac01b..75668ee2b 100644
--- a/workspaces/libnpmversion/CHANGELOG.md
+++ b/workspaces/libnpmversion/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmversion-v3.0.7...libnpmversion-v4.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`
+
+### 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)
+
## [3.0.7](https://github.com/npm/cli/compare/libnpmversion-v3.0.6...libnpmversion-v3.0.7) (2022-08-31)
### Bug Fixes
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 647da0efd..ac3ecf47a 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmversion",
- "version": "3.0.7",
+ "version": "4.0.0-pre.0",
"main": "lib/index.js",
"files": [
"bin/",