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-10 00:18:11 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-11-10 00:39:09 +0300
commit3794f036a5489331bfc38c2290690def65b74377 (patch)
tree7c1b6a921793a9337c95c22430b8813508d36453
parent139bce18ab1e6f0417bbfdf35a1ab2326838c604 (diff)
-rw-r--r--.release-please-manifest.json14
-rw-r--r--CHANGELOG.md17
-rw-r--r--package-lock.json38
-rw-r--r--package.json14
-rw-r--r--workspaces/arborist/CHANGELOG.md7
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmdiff/CHANGELOG.md6
-rw-r--r--workspaces/libnpmdiff/package.json4
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md10
-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.md6
-rw-r--r--workspaces/libnpmpack/package.json4
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md6
-rw-r--r--workspaces/libnpmpublish/package.json4
16 files changed, 102 insertions, 44 deletions
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2faa1bd29..7b70cdd15 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,14 +1,14 @@
{
- ".": "9.1.0",
- "workspaces/arborist": "6.1.1",
+ ".": "9.1.1",
+ "workspaces/arborist": "6.1.2",
"workspaces/libnpmaccess": "7.0.0",
- "workspaces/libnpmdiff": "5.0.2",
- "workspaces/libnpmexec": "5.0.2",
- "workspaces/libnpmfund": "4.0.2",
+ "workspaces/libnpmdiff": "5.0.3",
+ "workspaces/libnpmexec": "5.0.3",
+ "workspaces/libnpmfund": "4.0.3",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
- "workspaces/libnpmpack": "5.0.2",
- "workspaces/libnpmpublish": "7.0.2",
+ "workspaces/libnpmpack": "5.0.3",
+ "workspaces/libnpmpublish": "7.0.3",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
"workspaces/libnpmversion": "4.0.1",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7f5ae0f5..bfc3c26cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [9.1.1](https://github.com/npm/cli/compare/v9.1.0...v9.1.1) (2022-11-09)
+
+### Documentation
+
+* [`1bff064`](https://github.com/npm/cli/commit/1bff0640ccb8414e2d416a5cf9d64e9ff03c6403) [#5819](https://github.com/npm/cli/pull/5819) config: document `npm config fix` (#5819) (@wraithgar)
+
+### Dependencies
+
+* [`335c7e4`](https://github.com/npm/cli/commit/335c7e4348f5505fad33b8a78348a02a82b91426) [#5813](https://github.com/npm/cli/pull/5813) `cacache@17.0.2`
+* [`878ddfb`](https://github.com/npm/cli/commit/878ddfb5b68c03bdcd7d7da8dae92c4947942801) `@npmcli/fs@3.1.0`
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/arborist@6.1.2`
+* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3): `libnpmdiff@5.0.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3): `libnpmexec@5.0.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.2...libnpmfund-v4.0.3): `libnpmfund@4.0.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3): `libnpmpack@5.0.3`
+* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.2...libnpmpublish-v7.0.3): `libnpmpublish@7.0.3`
+
## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02)
### Features
diff --git a/package-lock.json b/package-lock.json
index 972bc58d3..0c995200d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
- "version": "9.1.0",
+ "version": "9.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
- "version": "9.1.0",
+ "version": "9.1.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
@@ -86,7 +86,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
@@ -109,13 +109,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
- "libnpmdiff": "^5.0.2",
- "libnpmexec": "^5.0.2",
- "libnpmfund": "^4.0.2",
+ "libnpmdiff": "^5.0.3",
+ "libnpmexec": "^5.0.3",
+ "libnpmfund": "^4.0.3",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
- "libnpmpack": "^5.0.2",
- "libnpmpublish": "^7.0.2",
+ "libnpmpack": "^5.0.3",
+ "libnpmpublish": "^7.0.3",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.1",
@@ -14981,7 +14981,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "6.1.1",
+ "version": "6.1.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15075,10 +15075,10 @@
}
},
"workspaces/libnpmdiff": {
- "version": "5.0.2",
+ "version": "5.0.3",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
@@ -15098,10 +15098,10 @@
}
},
"workspaces/libnpmexec": {
- "version": "5.0.2",
+ "version": "5.0.3",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
@@ -15127,10 +15127,10 @@
}
},
"workspaces/libnpmfund": {
- "version": "4.0.2",
+ "version": "4.0.3",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.1"
+ "@npmcli/arborist": "^6.1.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
@@ -15177,10 +15177,10 @@
}
},
"workspaces/libnpmpack": {
- "version": "5.0.2",
+ "version": "5.0.3",
"license": "ISC",
"dependencies": {
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
@@ -15197,7 +15197,7 @@
}
},
"workspaces/libnpmpublish": {
- "version": "7.0.2",
+ "version": "7.0.3",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
@@ -15209,7 +15209,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.9.0",
- "libnpmpack": "^5.0.2",
+ "libnpmpack": "^5.0.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
diff --git a/package.json b/package.json
index 595c3d75c..ba34d7a27 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "9.1.0",
+ "version": "9.1.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -57,7 +57,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@npmcli/ci-detect": "^3.0.1",
"@npmcli/config": "^6.1.0",
"@npmcli/map-workspaces": "^3.0.0",
@@ -80,13 +80,13 @@
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0",
- "libnpmdiff": "^5.0.2",
- "libnpmexec": "^5.0.2",
- "libnpmfund": "^4.0.2",
+ "libnpmdiff": "^5.0.3",
+ "libnpmexec": "^5.0.3",
+ "libnpmfund": "^4.0.3",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
- "libnpmpack": "^5.0.2",
- "libnpmpublish": "^7.0.2",
+ "libnpmpack": "^5.0.3",
+ "libnpmpublish": "^7.0.3",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.1",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index ec5423b35..1e74c1192 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [6.1.2](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2) (2022-11-09)
+
+### Dependencies
+
+* [`335c7e4`](https://github.com/npm/cli/commit/335c7e4348f5505fad33b8a78348a02a82b91426) [#5813](https://github.com/npm/cli/pull/5813) `cacache@17.0.2`
+* [`878ddfb`](https://github.com/npm/cli/commit/878ddfb5b68c03bdcd7d7da8dae92c4947942801) `@npmcli/fs@3.1.0`
+
## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02)
### Bug Fixes
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index bdeb461b1..8ff8546f4 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "6.1.1",
+ "version": "6.1.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md
index 6195aa878..40f783c57 100644
--- a/workspaces/libnpmdiff/CHANGELOG.md
+++ b/workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3) (2022-11-09)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/arborist@6.1.2`
+
## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02)
### Dependencies
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 2e8e504f2..07acc9852 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "The registry diff",
"repository": {
"type": "git",
@@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@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 6312b3922..7cbe7d1db 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.3](https://github.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3) (2022-11-09)
+
+### Bug Fixes
+
+* [`a767aae`](https://github.com/npm/cli/commit/a767aae7148dbbc943095ba994bbfab58bf2a8be) npx: look for bins in local package.json (@wraithgar)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/arborist@6.1.2`
+
## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-02)
### Bug Fixes
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 449dd42f1..31f3531cb 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "5.0.2",
+ "version": "5.0.3",
"files": [
"bin/",
"lib/"
@@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.1",
+ "@npmcli/arborist": "^6.1.2",
"@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 a84dd61e4..488915083 100644
--- a/workspaces/libnpmfund/CHANGELOG.md
+++ b/workspaces/libnpmfund/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [4.0.3](https://github.com/npm/cli/compare/libnpmfund-v4.0.2...libnpmfund-v4.0.3) (2022-11-09)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/arborist@6.1.2`
+
## [4.0.2](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2) (2022-11-02)
### Dependencies
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index b984bc15c..352babd7a 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "4.0.2",
+ "version": "4.0.3",
"main": "lib/index.js",
"files": [
"bin/",
@@ -46,7 +46,7 @@
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/arborist": "^6.1.1"
+ "@npmcli/arborist": "^6.1.2"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index 235af8211..1da368859 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.0.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3) (2022-11-09)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2): `@npmcli/arborist@6.1.2`
+
## [5.0.2](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2) (2022-11-02)
### Bug Fixes
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 7308feace..469864a4f 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "5.0.2",
+ "version": "5.0.3",
"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.1",
+ "@npmcli/arborist": "^6.1.2",
"@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 ef912f60e..7b27afdf3 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [7.0.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.2...libnpmpublish-v7.0.3) (2022-11-09)
+
+### Dependencies
+
+* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3): `libnpmpack@5.0.3`
+
## [7.0.2](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2) (2022-11-02)
### Dependencies
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 1aa505fc6..0498dcce2 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "7.0.2",
+ "version": "7.0.3",
"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.9.0",
- "libnpmpack": "^5.0.2",
+ "libnpmpack": "^5.0.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"