From 39e2b87f283a80af8c79eb76096c017127b2d63f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:33:25 +0000 Subject: [PATCH] chore: release 10.1.0 --- .release-please-manifest.json | 14 ++++++------ AUTHORS | 4 ++++ CHANGELOG.md | 24 ++++++++++++++++++++ package-lock.json | 36 +++++++++++++++--------------- package.json | 14 ++++++------ workspaces/arborist/CHANGELOG.md | 6 +++++ workspaces/arborist/package.json | 2 +- workspaces/config/CHANGELOG.md | 10 +++++++++ workspaces/config/package.json | 2 +- workspaces/libnpmdiff/CHANGELOG.md | 6 +++++ workspaces/libnpmdiff/package.json | 4 ++-- workspaces/libnpmexec/CHANGELOG.md | 6 +++++ workspaces/libnpmexec/package.json | 4 ++-- workspaces/libnpmfund/CHANGELOG.md | 6 +++++ workspaces/libnpmfund/package.json | 4 ++-- workspaces/libnpmpack/CHANGELOG.md | 6 +++++ workspaces/libnpmpack/package.json | 4 ++-- 17 files changed, 110 insertions(+), 42 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcaf995c776cd..d4554948a9316 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - ".": "10.0.0", - "workspaces/arborist": "7.0.0", + ".": "10.1.0", + "workspaces/arborist": "7.1.0", "workspaces/libnpmaccess": "8.0.0", - "workspaces/libnpmdiff": "6.0.0", - "workspaces/libnpmexec": "7.0.0", - "workspaces/libnpmfund": "4.1.0", + "workspaces/libnpmdiff": "6.0.1", + "workspaces/libnpmexec": "7.0.1", + "workspaces/libnpmfund": "4.1.1", "workspaces/libnpmhook": "10.0.0", "workspaces/libnpmorg": "6.0.0", - "workspaces/libnpmpack": "6.0.0", + "workspaces/libnpmpack": "6.0.1", "workspaces/libnpmpublish": "9.0.0", "workspaces/libnpmsearch": "7.0.0", "workspaces/libnpmteam": "6.0.0", "workspaces/libnpmversion": "5.0.0", - "workspaces/config": "7.1.0" + "workspaces/config": "7.2.0" } diff --git a/AUTHORS b/AUTHORS index c13961d5f568e..2aa84337295f1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -894,3 +894,7 @@ Emmanuel Ferdman P-Chan Rahul Francesco Sardone +joaootavios +Saquib +Dan Rose +Yuku Kotani diff --git a/CHANGELOG.md b/CHANGELOG.md index 0836db9a48d4d..9911996dcb00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08) + +### Features + +* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani) + +### Bug Fixes + +* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu) + +### Documentation + +* [`09d8e0a`](https://github.com/npm/cli/commit/09d8e0a20bd11f53a9fafac1fff4f1ec0b7b379e) [#6759](https://github.com/npm/cli/pull/6759) fix versions of node.js in readme (#6759) (@JoaoOtavioS) + +### Dependencies + +* [`f76066a`](https://github.com/npm/cli/commit/f76066a047e4a0e819149356b68a1c50fd30f9de) [#6771](https://github.com/npm/cli/pull/6771) `@npmcli/agent@2.1.1` +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/arborist@7.1.0` +* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.2.0): `@npmcli/config@7.2.0` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.1): `libnpmdiff@6.0.1` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.1): `libnpmexec@7.0.1` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.1): `libnpmfund@4.1.1` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.1): `libnpmpack@6.0.1` + ## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31) ### Features diff --git a/package-lock.json b/package-lock.json index d2bde8e012508..1d78d18b11a8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.0.0", + "version": "10.1.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -87,8 +87,8 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^7.0.0", - "@npmcli/config": "^7.1.0", + "@npmcli/arborist": "^7.1.0", + "@npmcli/config": "^7.2.0", "@npmcli/fs": "^3.1.0", "@npmcli/map-workspaces": "^3.0.4", "@npmcli/package-json": "^5.0.0", @@ -113,12 +113,12 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^8.0.0", - "libnpmdiff": "^6.0.0", - "libnpmexec": "^7.0.0", - "libnpmfund": "^4.1.0", + "libnpmdiff": "^6.0.1", + "libnpmexec": "^7.0.1", + "libnpmfund": "^4.1.1", "libnpmhook": "^10.0.0", "libnpmorg": "^6.0.0", - "libnpmpack": "^6.0.0", + "libnpmpack": "^6.0.1", "libnpmpublish": "^9.0.0", "libnpmsearch": "^7.0.0", "libnpmteam": "^6.0.0", @@ -17386,7 +17386,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "7.0.0", + "version": "7.1.0", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -17442,7 +17442,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "7.1.0", + "version": "7.2.0", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.2", @@ -17483,10 +17483,10 @@ } }, "workspaces/libnpmdiff": { - "version": "6.0.0", + "version": "6.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.2", "binary-extensions": "^2.2.0", @@ -17506,10 +17506,10 @@ } }, "workspaces/libnpmexec": { - "version": "7.0.0", + "version": "7.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "ci-info": "^3.7.1", "npm-package-arg": "^11.0.0", @@ -17536,10 +17536,10 @@ } }, "workspaces/libnpmfund": { - "version": "4.1.0", + "version": "4.1.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0" + "@npmcli/arborist": "^7.1.0" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", @@ -17586,10 +17586,10 @@ } }, "workspaces/libnpmpack": { - "version": "6.0.0", + "version": "6.0.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "npm-package-arg": "^11.0.0", "pacote": "^17.0.4" diff --git a/package.json b/package.json index 8418f543b406a..a95496f1a3eb0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0", + "version": "10.1.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -52,8 +52,8 @@ }, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^7.0.0", - "@npmcli/config": "^7.1.0", + "@npmcli/arborist": "^7.1.0", + "@npmcli/config": "^7.2.0", "@npmcli/fs": "^3.1.0", "@npmcli/map-workspaces": "^3.0.4", "@npmcli/package-json": "^5.0.0", @@ -78,12 +78,12 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^8.0.0", - "libnpmdiff": "^6.0.0", - "libnpmexec": "^7.0.0", - "libnpmfund": "^4.1.0", + "libnpmdiff": "^6.0.1", + "libnpmexec": "^7.0.1", + "libnpmfund": "^4.1.1", "libnpmhook": "^10.0.0", "libnpmorg": "^6.0.0", - "libnpmpack": "^6.0.0", + "libnpmpack": "^6.0.1", "libnpmpublish": "^9.0.0", "libnpmsearch": "^7.0.0", "libnpmteam": "^6.0.0", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 04916c70c7914..9f21a949b6e4d 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.1.0](https://github.com/npm/cli/compare/arborist-v7.0.0...arborist-v7.1.0) (2023-09-08) + +### Features + +* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani) + ## [7.0.0](https://github.com/npm/cli/compare/arborist-v7.0.0-pre.0...arborist-v7.0.0) (2023-08-31) ### Features diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 3b286e782149f..24a442a7d8850 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "7.0.0", + "version": "7.1.0", "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 4e3b1d5f28741..57dab3b261681 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08) + +### Features + +* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani) + +### Bug Fixes + +* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu) + ## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31) ### Features diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 93f2cd097d6f2..d2e7066b654d1 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "7.1.0", + "version": "7.2.0", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index bf2d5e63330fc..bdf392b53b7a8 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.0.1](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0...libnpmdiff-v6.0.1) (2023-09-08) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/arborist@7.1.0` + ## [6.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0-pre.0...libnpmdiff-v6.0.0) (2023-08-31) ### Features diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 8fdf332e74837..9e8a7b62949bc 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "6.0.0", + "version": "6.0.1", "description": "The registry diff", "repository": { "type": "git", @@ -46,7 +46,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.2", "binary-extensions": "^2.2.0", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index efdf34230bf07..f9220320a8fc9 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.0.1](https://github.com/npm/cli/compare/libnpmexec-v7.0.0...libnpmexec-v7.0.1) (2023-09-08) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/arborist@7.1.0` + ## [7.0.0](https://github.com/npm/cli/compare/libnpmexec-v7.0.0-pre.0...libnpmexec-v7.0.0) (2023-08-31) ### Features diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index dd515abf654d8..5e49fe5264a3a 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "7.0.0", + "version": "7.0.1", "files": [ "bin/", "lib/" @@ -59,7 +59,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "ci-info": "^3.7.1", "npm-package-arg": "^11.0.0", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 7dc96c9f54fa4..42f5b189fa3bb 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.1.1](https://github.com/npm/cli/compare/libnpmfund-v4.1.0...libnpmfund-v4.1.1) (2023-09-08) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/arborist@7.1.0` + ## [4.1.0](https://github.com/npm/cli/compare/libnpmfund-v4.0.20...libnpmfund-v4.1.0) (2023-08-31) ### Features diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 21bd395d63ead..b20bfec92346b 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "4.1.0", + "version": "4.1.1", "main": "lib/index.js", "files": [ "bin/", @@ -45,7 +45,7 @@ "tap": "^16.3.8" }, "dependencies": { - "@npmcli/arborist": "^7.0.0" + "@npmcli/arborist": "^7.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 d478dd647bb3c..c68c75afb553b 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.0.1](https://github.com/npm/cli/compare/libnpmpack-v6.0.0...libnpmpack-v6.0.1) (2023-09-08) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/arborist@7.1.0` + ## [6.0.0](https://github.com/npm/cli/compare/libnpmpack-v6.0.0-pre.0...libnpmpack-v6.0.0) (2023-08-31) ### Features diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 1f81dfa48b8a8..88a80e9522618 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "6.0.0", + "version": "6.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": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "npm-package-arg": "^11.0.0", "pacote": "^17.0.4"