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-11-02 20:41:29 +0300
committerGar <wraithgar@github.com>2022-11-02 21:26:05 +0300
commitb8292d8469d35ab9e91f761075c77c6998b93e95 (patch)
tree7bd7c8aa68009fe6db63dabcc0124483f168fab6
parentb89c19e9a7674b0bd9d336c14dee1bf381843648 (diff)
-rw-r--r--.release-please-manifest.json18
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG.md38
-rw-r--r--package-lock.json46
-rw-r--r--package.json18
-rw-r--r--workspaces/arborist/CHANGELOG.md13
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/config/CHANGELOG.md12
-rw-r--r--workspaces/config/package.json2
-rw-r--r--workspaces/libnpmdiff/CHANGELOG.md6
-rw-r--r--workspaces/libnpmdiff/package.json4
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md13
-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/libnpmpack/CHANGELOG.md11
-rw-r--r--workspaces/libnpmpack/package.json4
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md6
-rw-r--r--workspaces/libnpmpublish/package.json4
-rw-r--r--workspaces/libnpmversion/CHANGELOG.md10
-rw-r--r--workspaces/libnpmversion/package.json2
21 files changed, 170 insertions, 54 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index ebe465127..2faa1bd29 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,16 +1,16 @@
{
- ".": "9.0.1",
- "workspaces/arborist": "6.1.0",
+ ".": "9.1.0",
+ "workspaces/arborist": "6.1.1",
"workspaces/libnpmaccess": "7.0.0",
- "workspaces/libnpmdiff": "5.0.1",
- "workspaces/libnpmexec": "5.0.1",
- "workspaces/libnpmfund": "4.0.1",
+ "workspaces/libnpmdiff": "5.0.2",
+ "workspaces/libnpmexec": "5.0.2",
+ "workspaces/libnpmfund": "4.0.2",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
- "workspaces/libnpmpack": "5.0.1",
- "workspaces/libnpmpublish": "7.0.1",
+ "workspaces/libnpmpack": "5.0.2",
+ "workspaces/libnpmpublish": "7.0.2",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
- "workspaces/libnpmversion": "4.0.0",
- "workspaces/config": "6.0.1"
+ "workspaces/libnpmversion": "4.0.1",
+ "workspaces/config": "6.1.0"
}
diff --git a/AUTHORS b/AUTHORS
index c788a2448..ecd812473 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -863,3 +863,4 @@ Winter <winter@winter.cafe>
shalvah <diakon.ng@gmail.com>
Albert 理斯特 <shuaizhexu@gmail.com>
Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com>
+Andrew Dawes <andrewsdawes@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 338515e99..b7f5ae0f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,43 @@
# Changelog
+## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)
+
+### Features
+
+* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy)
+
+### Bug Fixes
+
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
+* [`8fd614a`](https://github.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a) use promiseSpawn.open instead of opener (@nlf)
+* [`41843ad`](https://github.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306) use an absolute path to notepad.exe by default, correct docs (@nlf)
+* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)
+
+### Documentation
+
+* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes)
+
+### Dependencies
+
+* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
+* [`6b6dfca`](https://github.com/npm/cli/commit/6b6dfca191cb8f7871f755b926fd5ae223ba697a) `fastest-levenshtein@1.0.16`
+* [`9972ed1`](https://github.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd) `@npmcli/ci-detect@3.0.1`
+* [`024e612`](https://github.com/npm/cli/commit/024e612f55fc9906b49065dbabbee8b8261eb4eb) `abbrev@2.0.0`
+* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
+* [`5730d17`](https://github.com/npm/cli/commit/5730d17198e066077cb3ea6f78753746afc13603) `tar@6.1.12`
+* [`2fef570`](https://github.com/npm/cli/commit/2fef570caf00bd92a3a4cf0b2bc4ce56fd8bd594) `node-gyp@9.3.0`
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
+* [`205e2fd`](https://github.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167) `pacote@15.0.6`
+* [`ac25863`](https://github.com/npm/cli/commit/ac25863a33b75620ac9edf4057bfb9409028636a) remove opener, `@npmcli/promise-spawn@6.0.1`, `@npmcli/run-script@5.1.1`, `@npmcli/git@4.0.3`, `pacote@15.0.5`, `which@3.0.0`
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
+* [Workspace](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0): `@npmcli/config@6.1.0`
+* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1): `libnpmversion@4.0.1`
+
## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26)
### Documentation
diff --git a/package-lock.json b/package-lock.json
index 75629a2bc..6376f4066 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
- "version": "9.0.1",
+ "version": "9.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
- "version": "9.0.1",
+ "version": "9.1.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -86,9 +86,9 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.1",
- "@npmcli/config": "^6.0.1",
+ "@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
@@ -109,16 +109,16 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
- "libnpmdiff": "^5.0.1",
- "libnpmexec": "^5.0.1",
- "libnpmfund": "^4.0.1",
+ "libnpmdiff": "^5.0.2",
+ "libnpmexec": "^5.0.2",
+ "libnpmfund": "^4.0.2",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
- "libnpmpack": "^5.0.1",
- "libnpmpublish": "^7.0.1",
+ "libnpmpack": "^5.0.2",
+ "libnpmpublish": "^7.0.2",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
- "libnpmversion": "^4.0.0",
+ "libnpmversion": "^4.0.1",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
@@ -14003,7 +14003,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "6.1.0",
+ "version": "6.1.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -14060,7 +14060,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
- "version": "6.0.1",
+ "version": "6.1.0",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.0",
@@ -14098,10 +14098,10 @@
}
},
"workspaces/libnpmdiff": {
- "version": "5.0.1",
+ "version": "5.0.2",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
@@ -14121,10 +14121,10 @@
}
},
"workspaces/libnpmexec": {
- "version": "5.0.1",
+ "version": "5.0.2",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
@@ -14150,10 +14150,10 @@
}
},
"workspaces/libnpmfund": {
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.0"
+ "@npmcli/arborist": "^6.1.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
@@ -14200,10 +14200,10 @@
}
},
"workspaces/libnpmpack": {
- "version": "5.0.1",
+ "version": "5.0.2",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
@@ -14220,7 +14220,7 @@
}
},
"workspaces/libnpmpublish": {
- "version": "7.0.1",
+ "version": "7.0.2",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
@@ -14232,7 +14232,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.8.0",
- "libnpmpack": "^5.0.1",
+ "libnpmpack": "^5.0.2",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -14275,7 +14275,7 @@
}
},
"workspaces/libnpmversion": {
- "version": "4.0.0",
+ "version": "4.0.1",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^4.0.1",
diff --git a/package.json b/package.json
index 86735a62f..3c2efd351 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "9.0.1",
+ "version": "9.1.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -56,9 +56,9 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.1",
- "@npmcli/config": "^6.0.1",
+ "@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/run-script": "^6.0.0",
@@ -79,16 +79,16 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
- "libnpmdiff": "^5.0.1",
- "libnpmexec": "^5.0.1",
- "libnpmfund": "^4.0.1",
+ "libnpmdiff": "^5.0.2",
+ "libnpmexec": "^5.0.2",
+ "libnpmfund": "^4.0.2",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
- "libnpmpack": "^5.0.1",
- "libnpmpublish": "^7.0.1",
+ "libnpmpack": "^5.0.2",
+ "libnpmpublish": "^7.0.2",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
- "libnpmversion": "^4.0.0",
+ "libnpmversion": "^4.0.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 1cd10a828..ec5423b35 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02)
+
+### Bug Fixes
+
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
+* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys)
+
+### Dependencies
+
+* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
+* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
+
## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26)
### Features
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index e665b9878..d739aa26a 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md
index b3b30f863..9584f80dc 100644
--- a/workspaces/config/CHANGELOG.md
+++ b/workspaces/config/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [6.1.0](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0) (2022-11-02)
+
+### Features
+
+* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy)
+* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)
+
+### Dependencies
+
+* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
+* [`66f9bcd`](https://github.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d) `nopt@7.0.0`
+
## [6.0.1](https://github.com/npm/config/compare/v6.0.0...v6.0.1) (2022-10-17)
### Dependencies
diff --git a/workspaces/config/package.json b/workspaces/config/package.json
index 76998ae09..5d659cc32 100644
--- a/workspaces/config/package.json
+++ b/workspaces/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
- "version": "6.0.1",
+ "version": "6.1.0",
"files": [
"bin/",
"lib/"
diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md
index e83bc62af..6195aa878 100644
--- a/workspaces/libnpmdiff/CHANGELOG.md
+++ b/workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
+
## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26)
### Dependencies
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index fee4539bd..83502b066 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "The registry diff",
"repository": {
"type": "git",
@@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@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 5f06eeafe..6312b3922 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-02)
+
+### Bug Fixes
+
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
+
+### Dependencies
+
+* [`b89c19e`](https://github.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648) [#5795](https://github.com/npm/cli/pull/5795) `cli-table3@0.6.3`
+* [`9972ed1`](https://github.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd) `@npmcli/ci-detect@3.0.1`
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
+
## [5.0.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1) (2022-10-26)
### Dependencies
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 0d9a1debb..bdd10efcd 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "5.0.1",
+ "version": "5.0.2",
"files": [
"bin/",
"lib/"
@@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index 85241c9da..a84dd61e4 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [4.0.2](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2) (2022-11-02)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
+
## [4.0.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1) (2022-10-26)
### Dependencies
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index c2b8d45a7..99833181d 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "4.0.1",
+ "version": "4.0.2",
"main": "lib/index.js",
"files": [
"bin/",
@@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.0"
+ "@npmcli/arborist": "^6.1.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 6fd91155c..235af8211 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [5.0.2](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2) (2022-11-02)
+
+### Bug Fixes
+
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
+
+### Dependencies
+
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1`
+
## [5.0.1](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1) (2022-10-26)
### Dependencies
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 3d054653e..23dcd361c 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "5.0.1",
+ "version": "5.0.2",
"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.1.0",
+ "@npmcli/arborist": "^6.1.1",
"@npmcli/run-script": "^6.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 fa6368026..ef912f60e 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [7.0.2](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2) (2022-11-02)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2`
+
## [7.0.1](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1) (2022-10-26)
### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 8a0f0d8b9..29ca5e58c 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "7.0.1",
+ "version": "7.0.2",
"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.8.0",
- "libnpmpack": "^5.0.1",
+ "libnpmpack": "^5.0.2",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md
index 43e4eb8c9..2c13959b4 100644
--- a/workspaces/libnpmversion/CHANGELOG.md
+++ b/workspaces/libnpmversion/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [4.0.1](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1) (2022-11-02)
+
+### Bug Fixes
+
+* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys)
+
+### Dependencies
+
+* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0`
+
## [4.0.0](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.1...libnpmversion-v4.0.0) (2022-10-19)
### Features
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 9291629a4..3237b62d1 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmversion",
- "version": "4.0.0",
+ "version": "4.0.1",
"main": "lib/index.js",
"files": [
"bin/",