diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8a8245ca4607..60c37e232da3b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - ".": "9.0.0", - "workspaces/arborist": "6.0.0", + ".": "9.0.1", + "workspaces/arborist": "6.1.0", "workspaces/libnpmaccess": "7.0.0", - "workspaces/libnpmdiff": "5.0.0", - "workspaces/libnpmexec": "5.0.0", - "workspaces/libnpmfund": "4.0.0", + "workspaces/libnpmdiff": "5.0.1", + "workspaces/libnpmexec": "5.0.1", + "workspaces/libnpmfund": "4.0.1", "workspaces/libnpmhook": "9.0.0", "workspaces/libnpmorg": "5.0.0", - "workspaces/libnpmpack": "5.0.0", - "workspaces/libnpmpublish": "7.0.0", + "workspaces/libnpmpack": "5.0.1", + "workspaces/libnpmpublish": "7.0.1", "workspaces/libnpmsearch": "6.0.0", "workspaces/libnpmteam": "5.0.0", "workspaces/libnpmversion": "4.0.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c04219976b9..338515e99d289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26) + +### Documentation + +* [`b5fadd0`](https://github.com/npm/cli/commit/b5fadd0cec392f4bf6d60fa1358f96400be94667) [#5742](https://github.com/npm/cli/pull/5742) Better npx link (#5742) (@mrienstra) + +### Dependencies + +* [`de6618e`](https://github.com/npm/cli/commit/de6618e93182ba00b4be516db1efb3c51efa17ba) [#5757](https://github.com/npm/cli/pull/5757) `@npmcli/promise-spawn@5.0.0` (#5757) +* [`5625274`](https://github.com/npm/cli/commit/562527456d3862d871d042fa4ff6e38354e320ea) [#5755](https://github.com/npm/cli/pull/5755) `hosted-git-info@6.1.0` (#5755) +* [`32bdd68`](https://github.com/npm/cli/commit/32bdd686ccf826050075e770ffddf7401efa79c9) [#5754](https://github.com/npm/cli/pull/5754) `npm-packlist@7.0.2` (#5754) +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0` +* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1): `libnpmdiff@5.0.1` +* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1): `libnpmexec@5.0.1` +* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1): `libnpmfund@4.0.1` +* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1): `libnpmpack@5.0.1` +* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1): `libnpmpublish@7.0.1` + ## [9.0.0](https://github.com/npm/cli/compare/v9.0.0-pre.6...v9.0.0) (2022-10-19) ### Features diff --git a/package-lock.json b/package-lock.json index 0f1e9eb3c50ef..01930b4f96eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.0.0", + "version": "9.0.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -87,7 +87,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@npmcli/ci-detect": "^3.0.0", "@npmcli/config": "^6.0.1", "@npmcli/map-workspaces": "^3.0.0", @@ -110,13 +110,13 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.0", - "libnpmdiff": "^5.0.0", - "libnpmexec": "^5.0.0", - "libnpmfund": "^4.0.0", + "libnpmdiff": "^5.0.1", + "libnpmexec": "^5.0.1", + "libnpmfund": "^4.0.1", "libnpmhook": "^9.0.0", "libnpmorg": "^5.0.0", - "libnpmpack": "^5.0.0", - "libnpmpublish": "^7.0.0", + "libnpmpack": "^5.0.1", + "libnpmpublish": "^7.0.1", "libnpmsearch": "^6.0.0", "libnpmteam": "^5.0.0", "libnpmversion": "^4.0.0", @@ -14034,7 +14034,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "6.0.0", + "version": "6.1.0", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -14106,10 +14106,10 @@ } }, "workspaces/libnpmdiff": { - "version": "5.0.0", + "version": "5.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.0", "binary-extensions": "^2.2.0", @@ -14129,10 +14129,10 @@ } }, "workspaces/libnpmexec": { - "version": "5.0.0", + "version": "5.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@npmcli/ci-detect": "^3.0.0", "@npmcli/run-script": "^5.0.0", "chalk": "^4.1.0", @@ -14158,10 +14158,10 @@ } }, "workspaces/libnpmfund": { - "version": "4.0.0", + "version": "4.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0" + "@npmcli/arborist": "^6.1.0" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", @@ -14208,10 +14208,10 @@ } }, "workspaces/libnpmpack": { - "version": "5.0.0", + "version": "5.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@npmcli/run-script": "^5.0.0", "npm-package-arg": "^10.0.0", "pacote": "^15.0.2" @@ -14228,7 +14228,7 @@ } }, "workspaces/libnpmpublish": { - "version": "7.0.0", + "version": "7.0.1", "license": "ISC", "dependencies": { "normalize-package-data": "^5.0.0", @@ -14240,7 +14240,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.6.2", - "libnpmpack": "^5.0.0", + "libnpmpack": "^5.0.1", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1" diff --git a/package.json b/package.json index 9f189e07c611f..ad8a0ee507a47 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "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", + "@npmcli/arborist": "^6.1.0", "@npmcli/ci-detect": "^3.0.0", "@npmcli/config": "^6.0.1", "@npmcli/map-workspaces": "^3.0.0", @@ -79,13 +79,13 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.0", - "libnpmdiff": "^5.0.0", - "libnpmexec": "^5.0.0", - "libnpmfund": "^4.0.0", + "libnpmdiff": "^5.0.1", + "libnpmexec": "^5.0.1", + "libnpmfund": "^4.0.1", "libnpmhook": "^9.0.0", "libnpmorg": "^5.0.0", - "libnpmpack": "^5.0.0", - "libnpmpublish": "^7.0.0", + "libnpmpack": "^5.0.1", + "libnpmpublish": "^7.0.1", "libnpmsearch": "^6.0.0", "libnpmteam": "^5.0.0", "libnpmversion": "^4.0.0", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 5419889ae6558..1cd10a8280f22 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26) + +### Features + +* [`3dd8d68`](https://github.com/npm/cli/commit/3dd8d68577817f65ea148629905acdee3a9b1902) [#5751](https://github.com/npm/cli/pull/5751) sort and quote yarn lock keys according to yarn rules (#5751) (@wraithgar, @shalvah) + +### Dependencies + +* [`de6618e`](https://github.com/npm/cli/commit/de6618e93182ba00b4be516db1efb3c51efa17ba) [#5757](https://github.com/npm/cli/pull/5757) `@npmcli/promise-spawn@5.0.0` (#5757) + ## [6.0.0](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0) (2022-10-19) ### Features diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index e51a162eaa614..eb468e253b3c1 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "6.0.0", + "version": "6.1.0", "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 b86f49264f8d1..e83bc62afc909 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0` + ## [5.0.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index ef31961d76b5f..ffec3879fe81c 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "5.0.0", + "version": "5.0.1", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@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 3efc1e05b2a9a..5f06eeafe8d57 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1) (2022-10-26) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0` + ## [5.0.0](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 5a47d3486b4e1..21129a0607c9c 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "5.0.0", + "version": "5.0.1", "files": [ "bin/", "lib/" @@ -58,7 +58,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0", + "@npmcli/arborist": "^6.1.0", "@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 7825c1f989b4e..85241c9da4723 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1) (2022-10-26) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0` + ## [4.0.0](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.5...libnpmfund-v4.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 37a0f582aecda..6bb96b625505b 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "4.0.0", + "version": "4.0.1", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0" + "@npmcli/arborist": "^6.1.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 1b4dc13abe6e9..6fd91155cd565 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.1](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1) (2022-10-26) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0): `@npmcli/arborist@6.1.0` + ## [5.0.0](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.4...libnpmpack-v5.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index f3460e8ca7b40..7162ff9245d0f 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "5.0.0", + "version": "5.0.1", "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", + "@npmcli/arborist": "^6.1.0", "@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 60066ed040a7c..fa6368026a8d4 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.0.1](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1) (2022-10-26) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1): `libnpmpack@5.0.1` + ## [7.0.0](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.4...libnpmpublish-v7.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index c653bb788ee13..a70f032822f41 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "7.0.0", + "version": "7.0.1", "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", + "libnpmpack": "^5.0.1", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1"