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-10-19 22:56:19 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-10-19 23:48:29 +0300
commit29298998f4cbd0e50e43f98683f3fb4b8890ed78 (patch)
tree3340719a03e45c548d640301aabe8b3c6a37cbd9
parent9e74d3e847c4bc0abc630fbe81328e011d6f0187 (diff)
-rw-r--r--.release-please-manifest.json26
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG.md55
-rw-r--r--package-lock.json62
-rw-r--r--package.json26
-rw-r--r--workspaces/arborist/CHANGELOG.md24
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md7
-rw-r--r--workspaces/libnpmaccess/package.json2
-rw-r--r--workspaces/libnpmdiff/CHANGELOG.md8
-rw-r--r--workspaces/libnpmdiff/package.json4
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md21
-rw-r--r--workspaces/libnpmexec/package.json4
-rw-r--r--workspaces/libnpmfund/CHANGELOG.md6
-rw-r--r--workspaces/libnpmfund/package.json4
-rw-r--r--workspaces/libnpmhook/CHANGELOG.md6
-rw-r--r--workspaces/libnpmhook/package.json2
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md6
-rw-r--r--workspaces/libnpmorg/package.json2
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md8
-rw-r--r--workspaces/libnpmpack/package.json4
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md8
-rw-r--r--workspaces/libnpmpublish/package.json4
-rw-r--r--workspaces/libnpmsearch/CHANGELOG.md6
-rw-r--r--workspaces/libnpmsearch/package.json2
-rw-r--r--workspaces/libnpmteam/CHANGELOG.md6
-rw-r--r--workspaces/libnpmteam/package.json2
-rw-r--r--workspaces/libnpmversion/CHANGELOG.md6
-rw-r--r--workspaces/libnpmversion/package.json2
29 files changed, 242 insertions, 74 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a9c7cd90b..0a4cf7597 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,15 +1,15 @@
{
- ".": "9.0.0-pre.5",
- "workspaces/arborist": "6.0.0-pre.4",
- "workspaces/libnpmaccess": "7.0.0-pre.1",
- "workspaces/libnpmdiff": "5.0.0-pre.2",
- "workspaces/libnpmexec": "5.0.0-pre.4",
- "workspaces/libnpmfund": "4.0.0-pre.4",
- "workspaces/libnpmhook": "9.0.0-pre.0",
- "workspaces/libnpmorg": "5.0.0-pre.0",
- "workspaces/libnpmpack": "5.0.0-pre.3",
- "workspaces/libnpmpublish": "7.0.0-pre.3",
- "workspaces/libnpmsearch": "6.0.0-pre.0",
- "workspaces/libnpmteam": "5.0.0-pre.0",
- "workspaces/libnpmversion": "4.0.0-pre.0"
+ ".": "9.0.0-pre.6",
+ "workspaces/arborist": "6.0.0-pre.5",
+ "workspaces/libnpmaccess": "7.0.0-pre.2",
+ "workspaces/libnpmdiff": "5.0.0-pre.3",
+ "workspaces/libnpmexec": "5.0.0-pre.5",
+ "workspaces/libnpmfund": "4.0.0-pre.5",
+ "workspaces/libnpmhook": "9.0.0-pre.1",
+ "workspaces/libnpmorg": "5.0.0-pre.1",
+ "workspaces/libnpmpack": "5.0.0-pre.4",
+ "workspaces/libnpmpublish": "7.0.0-pre.4",
+ "workspaces/libnpmsearch": "6.0.0-pre.1",
+ "workspaces/libnpmteam": "5.0.0-pre.1",
+ "workspaces/libnpmversion": "4.0.0-pre.1"
}
diff --git a/AUTHORS b/AUTHORS
index ae62ec888..c788a2448 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -862,3 +862,4 @@ giovanniPepi <gtpepi@proton.me>
Winter <winter@winter.cafe>
shalvah <diakon.ng@gmail.com>
Albert 理斯特 <shuaizhexu@gmail.com>
+Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b51745c02..c56936d44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,60 @@
# Changelog
+## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-19)
+
+### ⚠️ BREAKING CHANGES
+
+* `npm` now outputs some json errors on stdout. Previously `npm` would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it. In the future, `npm` will differentiate between errors and crashes. Errors, such as `E404` and `ERESOLVE`, will be handled and will continue to be output on stdout. In the case of a crash, `npm` will log the error as usual but will not attempt to display it as json, even in `--json` mode. Moving a case from the category of an error to a crash will not be considered a breaking change. For more information see npm/rfcs#482.
+* `npm config set` will no longer accept deprecated or invalid config options.
+* `timing` and `loglevel` changes
+ - `timing` has been removed as a value for `--loglevel`
+ - `--timing` will show timing information regardless of
+ `--loglevel`, except when `--silent`
+* deprecate boolean install flags in favor of `--install-strategy`
+ * deprecate --global-style, --global now sets --install-strategy=shallow
+ * deprecate --legacy-bundling, now sets --install-strategy=nested
+* npm will no longer attempt to modify ownership of files it creates
+* this package no longer attempts to change file ownership automatically
+* this package no longer attempts to change file ownership automatically
+
+### Features
+
+* [`d3543e9`](https://github.com/npm/cli/commit/d3543e945e721783dcb83385935f282a4bb32cf3) output json formatted errors on stdout (#5716) (@lukekarrys)
+* [`be642c6`](https://github.com/npm/cli/commit/be642c6b8e3df40fd43b0110b30d3ecd44086016) refuse to set deprecated/invalid config (#5719) (@wraithgar)
+* [`332914b`](https://github.com/npm/cli/commit/332914b48b616099e586893b1df21480b7ddb733) separate configs for `--timing` and `--loglevel` (@lukekarrys)
+* [`f653785`](https://github.com/npm/cli/commit/f6537855e1a34b84251993a49e1ee362082ada37) deprecated `key`, `cert` config options and updated registry scoped auth docs (@fritzy)
+* [`de2d33f`](https://github.com/npm/cli/commit/de2d33f3ed42e187803bdd31db4f7a12f08f353c) add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
+* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
+* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
+
+### Bug Fixes
+
+* [`6ffa5b7`](https://github.com/npm/cli/commit/6ffa5b7bbb8fd7cae1a0b955a1f762661ec5e9ed) `npm hook ls` duplicates hook name prefixes (#5295) (@gennadiygashev)
+* [`1afe5ba`](https://github.com/npm/cli/commit/1afe5ba9647d1f0f55bf0a4bace543965d05daed) account for new npm-package-arg behavior (@wraithgar)
+* [`353b5bb`](https://github.com/npm/cli/commit/353b5bb92c3f7899526536b597252b44aa8a712d) [#5710](https://github.com/npm/cli/pull/5710) remove chownr and mkdirp-infer-owner (@nlf)
+
+### Documentation
+
+* [`9e74d3e`](https://github.com/npm/cli/commit/9e74d3e847c4bc0abc630fbe81328e011d6f0187) update supported engines in readme (#5725) (@lukekarrys)
+
+### Dependencies
+
+* [`88137a3`](https://github.com/npm/cli/commit/88137a329c8ad418db265dd465768a7cf5ebccb1) `npmlog@7.0.1`
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
+* [Workspace](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3): `libnpmdiff@5.0.0-pre.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5): `libnpmexec@5.0.0-pre.5`
+* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5): `libnpmfund@4.0.0-pre.5`
+* [Workspace](https://github.com/npm/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
+* [Workspace](https://github.com/npm/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `libnpmpack@5.0.0-pre.4`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4): `libnpmpublish@7.0.0-pre.4`
+* [Workspace](https://github.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
+* [Workspace](https://github.com/npm/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
+* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`
+
## [9.0.0-pre.5](https://github.com/npm/cli/compare/v9.0.0-pre.4...v9.0.0-pre.5) (2022-10-13)
### ⚠️ BREAKING CHANGES
diff --git a/package-lock.json b/package-lock.json
index 76fa3dd50..092ad85b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
- "version": "9.0.0-pre.5",
+ "version": "9.0.0-pre.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
- "version": "9.0.0-pre.5",
+ "version": "9.0.0-pre.6",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
@@ -109,17 +109,17 @@
"init-package-json": "^4.0.1",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
- "libnpmaccess": "^7.0.0-pre.1",
- "libnpmdiff": "^5.0.0-pre.2",
- "libnpmexec": "^5.0.0-pre.4",
- "libnpmfund": "^4.0.0-pre.4",
- "libnpmhook": "^9.0.0-pre.0",
- "libnpmorg": "^5.0.0-pre.0",
- "libnpmpack": "^5.0.0-pre.3",
- "libnpmpublish": "^7.0.0-pre.3",
- "libnpmsearch": "^6.0.0-pre.0",
- "libnpmteam": "^5.0.0-pre.0",
- "libnpmversion": "^4.0.0-pre.0",
+ "libnpmaccess": "^7.0.0-pre.2",
+ "libnpmdiff": "^5.0.0-pre.3",
+ "libnpmexec": "^5.0.0-pre.5",
+ "libnpmfund": "^4.0.0-pre.5",
+ "libnpmhook": "^9.0.0-pre.1",
+ "libnpmorg": "^5.0.0-pre.1",
+ "libnpmpack": "^5.0.0-pre.4",
+ "libnpmpublish": "^7.0.0-pre.4",
+ "libnpmsearch": "^6.0.0-pre.1",
+ "libnpmteam": "^5.0.0-pre.1",
+ "libnpmversion": "^4.0.0-pre.1",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
@@ -14037,7 +14037,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "6.0.0-pre.4",
+ "version": "6.0.0-pre.5",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14092,7 +14092,7 @@
}
},
"workspaces/libnpmaccess": {
- "version": "7.0.0-pre.1",
+ "version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^10.0.0",
@@ -14109,10 +14109,10 @@
}
},
"workspaces/libnpmdiff": {
- "version": "5.0.0-pre.2",
+ "version": "5.0.0-pre.3",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
@@ -14132,10 +14132,10 @@
}
},
"workspaces/libnpmexec": {
- "version": "5.0.0-pre.4",
+ "version": "5.0.0-pre.5",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^5.0.0",
"chalk": "^4.1.0",
@@ -14161,10 +14161,10 @@
}
},
"workspaces/libnpmfund": {
- "version": "4.0.0-pre.4",
+ "version": "4.0.0-pre.5",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4"
+ "@npmcli/arborist": "^6.0.0-pre.5"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
@@ -14176,7 +14176,7 @@
}
},
"workspaces/libnpmhook": {
- "version": "9.0.0-pre.0",
+ "version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
@@ -14193,7 +14193,7 @@
}
},
"workspaces/libnpmorg": {
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
@@ -14211,10 +14211,10 @@
}
},
"workspaces/libnpmpack": {
- "version": "5.0.0-pre.3",
+ "version": "5.0.0-pre.4",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/run-script": "^5.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
@@ -14231,7 +14231,7 @@
}
},
"workspaces/libnpmpublish": {
- "version": "7.0.0-pre.3",
+ "version": "7.0.0-pre.4",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
@@ -14243,7 +14243,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
- "libnpmpack": "^5.0.0-pre.3",
+ "libnpmpack": "^5.0.0-pre.4",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -14253,7 +14253,7 @@
}
},
"workspaces/libnpmsearch": {
- "version": "6.0.0-pre.0",
+ "version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^14.0.2"
@@ -14269,7 +14269,7 @@
}
},
"workspaces/libnpmteam": {
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
@@ -14286,7 +14286,7 @@
}
},
"workspaces/libnpmversion": {
- "version": "4.0.0-pre.0",
+ "version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^4.0.1",
diff --git a/package.json b/package.json
index c9e98cd25..69887d22d 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "9.0.0-pre.5",
+ "version": "9.0.0-pre.6",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
@@ -78,17 +78,17 @@
"init-package-json": "^4.0.1",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
- "libnpmaccess": "^7.0.0-pre.1",
- "libnpmdiff": "^5.0.0-pre.2",
- "libnpmexec": "^5.0.0-pre.4",
- "libnpmfund": "^4.0.0-pre.4",
- "libnpmhook": "^9.0.0-pre.0",
- "libnpmorg": "^5.0.0-pre.0",
- "libnpmpack": "^5.0.0-pre.3",
- "libnpmpublish": "^7.0.0-pre.3",
- "libnpmsearch": "^6.0.0-pre.0",
- "libnpmteam": "^5.0.0-pre.0",
- "libnpmversion": "^4.0.0-pre.0",
+ "libnpmaccess": "^7.0.0-pre.2",
+ "libnpmdiff": "^5.0.0-pre.3",
+ "libnpmexec": "^5.0.0-pre.5",
+ "libnpmfund": "^4.0.0-pre.5",
+ "libnpmhook": "^9.0.0-pre.1",
+ "libnpmorg": "^5.0.0-pre.1",
+ "libnpmpack": "^5.0.0-pre.4",
+ "libnpmpublish": "^7.0.0-pre.4",
+ "libnpmsearch": "^6.0.0-pre.1",
+ "libnpmteam": "^5.0.0-pre.1",
+ "libnpmversion": "^4.0.0-pre.1",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index af18d99fe..4be4d348d 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog
+## [6.0.0-pre.5](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5) (2022-10-19)
+
+### ⚠️ BREAKING CHANGES
+
+* deprecate boolean install flags in favor of `--install-strategy`
+ * deprecate --global-style, --global now sets --install-strategy=shallow
+ * deprecate --legacy-bundling, now sets --install-strategy=nested
+* this package no longer attempts to change file ownership automatically
+
+### Features
+
+* [`de2d33f`](https://github.com/npm/cli/commit/de2d33f3ed42e187803bdd31db4f7a12f08f353c) add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
+* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
+
+### Bug Fixes
+
+* [`1afe5ba`](https://github.com/npm/cli/commit/1afe5ba9647d1f0f55bf0a4bace543965d05daed) account for new npm-package-arg behavior (@wraithgar)
+
+### Dependencies
+
+* [`88137a3`](https://github.com/npm/cli/commit/88137a329c8ad418db265dd465768a7cf5ebccb1) `npmlog@7.0.1`
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [6.0.0-pre.4](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.3...arborist-v6.0.0-pre.4) (2022-10-05)
### Features
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 370a43459..a2c0929ae 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "6.0.0-pre.4",
+ "version": "6.0.0-pre.5",
"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 4bfe6ce9e..fffbcab20 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [7.0.0-pre.2](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-10-19)
+
+### Dependencies
+
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)
### ⚠️ BREAKING CHANGES
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 92f3f6fdc..e65f68ddf 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "7.0.0-pre.1",
+ "version": "7.0.0-pre.2",
"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 a0fc5f0e3..e5496fef0 100644
--- a/workspaces/libnpmdiff/CHANGELOG.md
+++ b/workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3) (2022-10-19)
+
+### Dependencies
+
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
+
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.1...libnpmdiff-v5.0.0-pre.2) (2022-10-05)
### Dependencies
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 6521c1d68..c88cba585 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
- "version": "5.0.0-pre.2",
+ "version": "5.0.0-pre.3",
"description": "The registry diff",
"repository": {
"type": "git",
@@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index e3156d8c9..1f241d760 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+## [5.0.0-pre.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5) (2022-10-19)
+
+### ⚠️ BREAKING CHANGES
+
+* this package no longer attempts to change file ownership automatically
+
+### Features
+
+* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
+
+### Bug Fixes
+
+* [`1afe5ba`](https://github.com/npm/cli/commit/1afe5ba9647d1f0f55bf0a4bace543965d05daed) account for new npm-package-arg behavior (@wraithgar)
+
+### Dependencies
+
+* [`88137a3`](https://github.com/npm/cli/commit/88137a329c8ad418db265dd465768a7cf5ebccb1) `npmlog@7.0.1`
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
+
## [5.0.0-pre.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.3...libnpmexec-v5.0.0-pre.4) (2022-10-05)
### Dependencies
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 1e0bf68c8..21202eaab 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "5.0.0-pre.4",
+ "version": "5.0.0-pre.5",
"files": [
"bin/",
"lib/"
@@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^5.0.0",
"chalk": "^4.1.0",
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index 1033bad2f..1fa67e5fe 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [4.0.0-pre.5](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5) (2022-10-19)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
+
## [4.0.0-pre.4](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.3...libnpmfund-v4.0.0-pre.4) (2022-10-05)
### Dependencies
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index e2e93f543..45a3381da 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "4.0.0-pre.4",
+ "version": "4.0.0-pre.5",
"main": "lib/index.js",
"files": [
"bin/",
@@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4"
+ "@npmcli/arborist": "^6.0.0-pre.5"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md
index 630927087..458bd0817 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [9.0.0-pre.1](https://github.com/npm/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1) (2022-10-19)
+
+### Dependencies
+
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [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
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 780b626ca..c0ac8baf6 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "9.0.0-pre.0",
+ "version": "9.0.0-pre.1",
"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 db19f07a7..6f4f7a01d 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.0-pre.1](https://github.com/npm/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1) (2022-10-19)
+
+### Dependencies
+
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [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
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 5cc43f927..7df8915cc 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"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 99e31fb9a..ed1c69e88 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [5.0.0-pre.4](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4) (2022-10-19)
+
+### Dependencies
+
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/arborist@6.0.0-pre.5`
+
## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3) (2022-10-13)
### Bug Fixes
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index caa03a2f6..260cf0477 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "5.0.0-pre.3",
+ "version": "5.0.0-pre.4",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
@@ -36,7 +36,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
- "@npmcli/arborist": "^6.0.0-pre.4",
+ "@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/run-script": "^5.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md
index a435d8a7c..154d4fc33 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [7.0.0-pre.4](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4) (2022-10-19)
+
+### Dependencies
+
+* [`2008ea6`](https://github.com/npm/cli/commit/2008ea6a807acbd97912799adfe97f276202cea6) `npm-package-arg@10.0.0`, `pacote@15.0.2`
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `libnpmpack@5.0.0-pre.4`
+
## [7.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3) (2022-10-13)
### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 7af971f93..75075e81f 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "7.0.0-pre.3",
+ "version": "7.0.0-pre.4",
"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": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
- "libnpmpack": "^5.0.0-pre.3",
+ "libnpmpack": "^5.0.0-pre.4",
"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 3781e5509..1776bfd51 100644
--- a/workspaces/libnpmsearch/CHANGELOG.md
+++ b/workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [6.0.0-pre.1](https://github.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1) (2022-10-19)
+
+### Dependencies
+
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [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
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index c496e5e24..2f058e124 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmsearch",
- "version": "6.0.0-pre.0",
+ "version": "6.0.0-pre.1",
"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 b60c408c6..19464fb86 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.0-pre.1](https://github.com/npm/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1) (2022-10-19)
+
+### Dependencies
+
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [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
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index a557723cd..47900228f 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -1,7 +1,7 @@
{
"name": "libnpmteam",
"description": "npm Team management APIs",
- "version": "5.0.0-pre.0",
+ "version": "5.0.0-pre.1",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",
diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md
index 75668ee2b..cc16ed2f3 100644
--- a/workspaces/libnpmversion/CHANGELOG.md
+++ b/workspaces/libnpmversion/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [4.0.0-pre.1](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1) (2022-10-19)
+
+### Dependencies
+
+* [`aa01072`](https://github.com/npm/cli/commit/aa010722996ef6de46e1bb937c6f8a94dc2844fa) [#5707](https://github.com/npm/cli/pull/5707) update the following dependencies
+
## [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
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 92318ee83..8fa922465 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmversion",
- "version": "4.0.0-pre.0",
+ "version": "4.0.0-pre.1",
"main": "lib/index.js",
"files": [
"bin/",