From 004cf40bec94649451acde82a33d619947b2c00c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:07:03 +0000 Subject: [PATCH] chore: release 10.3.0 --- .release-please-manifest.json | 14 ++++++------- AUTHORS | 4 ++++ CHANGELOG.md | 32 ++++++++++++++++++++++++++++++ package-lock.json | 16 +++++++-------- package.json | 2 +- workspaces/arborist/CHANGELOG.md | 6 ++++++ workspaces/arborist/package.json | 2 +- workspaces/config/CHANGELOG.md | 6 ++++++ workspaces/config/package.json | 2 +- workspaces/libnpmdiff/CHANGELOG.md | 6 ++++++ workspaces/libnpmdiff/package.json | 2 +- workspaces/libnpmexec/CHANGELOG.md | 6 ++++++ workspaces/libnpmexec/package.json | 2 +- workspaces/libnpmfund/CHANGELOG.md | 6 ++++++ workspaces/libnpmfund/package.json | 2 +- workspaces/libnpmpack/CHANGELOG.md | 6 ++++++ workspaces/libnpmpack/package.json | 2 +- 17 files changed, 94 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80af4e0c84a08..e45872a6b6130 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - ".": "10.2.5", - "workspaces/arborist": "7.2.2", + ".": "10.3.0", + "workspaces/arborist": "7.3.0", "workspaces/libnpmaccess": "8.0.2", - "workspaces/libnpmdiff": "6.0.4", - "workspaces/libnpmexec": "7.0.5", - "workspaces/libnpmfund": "5.0.2", + "workspaces/libnpmdiff": "6.0.5", + "workspaces/libnpmexec": "7.0.6", + "workspaces/libnpmfund": "5.0.3", "workspaces/libnpmhook": "10.0.1", "workspaces/libnpmorg": "6.0.2", - "workspaces/libnpmpack": "6.0.4", + "workspaces/libnpmpack": "6.0.5", "workspaces/libnpmpublish": "9.0.3", "workspaces/libnpmsearch": "7.0.1", "workspaces/libnpmteam": "6.0.1", "workspaces/libnpmversion": "5.0.2", - "workspaces/config": "8.0.3" + "workspaces/config": "8.1.0" } diff --git a/AUTHORS b/AUTHORS index 3621700ea116d..1a384553b828b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -913,3 +913,7 @@ Jamie Tanna Manuel Spigolon Robin Juan Julián Merelo Guervós +Le Michel <95184938+Ptitet@users.noreply.github.com> +Zearin +Jan T. Sott +Daniel Kaplan diff --git a/CHANGELOG.md b/CHANGELOG.md index 144137bec5b9d..498d7f69e581d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [10.3.0](https://github.com/npm/cli/compare/v10.2.5...v10.3.0) (2024-01-10) + +### Features + +* [`6673c77`](https://github.com/npm/cli/commit/6673c77bc4222d0f1719449fe903b7461b3e6907) [#6914](https://github.com/npm/cli/pull/6914) add `--libc` option to override platform specific install (#6914) (@wraithgar, @Brooooooklyn) + +### Bug Fixes + +* [`b7fc10a`](https://github.com/npm/cli/commit/b7fc10aa37bc2422f479119558f82e01bdaab6cd) [#7113](https://github.com/npm/cli/pull/7113) filter C0 and C1 control characters from logs and cli output (#7113) (@wraithgar) + +### Dependencies + +* [`3fd5213`](https://github.com/npm/cli/commit/3fd521393461639b6b768df43f0b5b71d3ee7dd2) [#7121](https://github.com/npm/cli/pull/7121) `npm-packlist@8.0.2` +* [`5698415`](https://github.com/npm/cli/commit/56984154b445c479236effdb844888b1ef409250) [#7121](https://github.com/npm/cli/pull/7121) `postcss-selector-parser@6.0.15` +* [`e56a4f3`](https://github.com/npm/cli/commit/e56a4f3dff9de349917d530074e698c644471080) [#7121](https://github.com/npm/cli/pull/7121) `are-we-there-yet@4.0.2` +* [`8495b7c`](https://github.com/npm/cli/commit/8495b7c088118e383ff6f3c7ce744df9c0d8e106) [#7121](https://github.com/npm/cli/pull/7121) `cacache@18.0.2` +* [`796d1c7`](https://github.com/npm/cli/commit/796d1c7507d69382181e515d6c6987930c9ec636) [#7121](https://github.com/npm/cli/pull/7121) `@npmcli/run-script@7.0.3` +* [`3b7f6f2`](https://github.com/npm/cli/commit/3b7f6f274aceed4218e5e903752d879a41d3a547) [#7121](https://github.com/npm/cli/pull/7121) `@npmcli/promise-spawn@7.0.1` +* [`7ecd146`](https://github.com/npm/cli/commit/7ecd146a3241723602693ca67c78ca5e2da8cb57) [#7121](https://github.com/npm/cli/pull/7121) `npmcli/git@5.0.4` +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.0): `@npmcli/arborist@7.3.0` +* [workspace](https://github.com/npm/cli/releases/tag/config-v8.1.0): `@npmcli/config@8.1.0` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.5): `libnpmdiff@6.0.5` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.6): `libnpmexec@7.0.6` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.3): `libnpmfund@5.0.3` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.5): `libnpmpack@6.0.5` + +### Chores + +* [`2fd8292`](https://github.com/npm/cli/commit/2fd8292eff1155ec84a53f6d4321e6a386df93c7) [#7121](https://github.com/npm/cli/pull/7121) work around @npmcli/git lazy loading (@wraithgar) +* [`cd9a66d`](https://github.com/npm/cli/commit/cd9a66df2476d602fe3d36a6c3c6185f1bd8c676) [#7121](https://github.com/npm/cli/pull/7121) update devDependencies in lockfile (@wraithgar) +* [`2dda715`](https://github.com/npm/cli/commit/2dda715c9e72eefe69b49ee07c87fa126c84ff10) [#7121](https://github.com/npm/cli/pull/7121) `tap@16.3.10` (@wraithgar) + ## [10.2.5](https://github.com/npm/cli/compare/v10.2.4...v10.2.5) (2023-12-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f7fd15d2a98c2..b364a627768ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.2.5", + "version": "10.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.2.5", + "version": "10.3.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -16185,7 +16185,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "7.2.2", + "version": "7.3.0", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -16241,7 +16241,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "8.0.3", + "version": "8.1.0", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.2", @@ -16282,7 +16282,7 @@ } }, "workspaces/libnpmdiff": { - "version": "6.0.4", + "version": "6.0.5", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.2.1", @@ -16305,7 +16305,7 @@ } }, "workspaces/libnpmexec": { - "version": "7.0.5", + "version": "7.0.6", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.2.1", @@ -16335,7 +16335,7 @@ } }, "workspaces/libnpmfund": { - "version": "5.0.2", + "version": "5.0.3", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.2.1" @@ -16385,7 +16385,7 @@ } }, "workspaces/libnpmpack": { - "version": "6.0.4", + "version": "6.0.5", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.2.1", diff --git a/package.json b/package.json index 1c8e708c326ef..7f222796a8a2f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.2.5", + "version": "10.3.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 8d3766e07710a..0288dfb675089 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.3.0](https://github.com/npm/cli/compare/arborist-v7.2.2...arborist-v7.3.0) (2024-01-10) + +### Features + +* [`6673c77`](https://github.com/npm/cli/commit/6673c77bc4222d0f1719449fe903b7461b3e6907) [#6914](https://github.com/npm/cli/pull/6914) add `--libc` option to override platform specific install (#6914) (@wraithgar, @Brooooooklyn) + ## [7.2.2](https://github.com/npm/cli/compare/arborist-v7.2.1...arborist-v7.2.2) (2023-12-06) ### Bug Fixes diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 32e77f73426cb..1ba9c92e3fdc0 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "7.2.2", + "version": "7.3.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 2b621ec890a3a..60c8b08cf777b 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.1.0](https://github.com/npm/cli/compare/config-v8.0.3...config-v8.1.0) (2024-01-10) + +### Features + +* [`6673c77`](https://github.com/npm/cli/commit/6673c77bc4222d0f1719449fe903b7461b3e6907) [#6914](https://github.com/npm/cli/pull/6914) add `--libc` option to override platform specific install (#6914) (@wraithgar, @Brooooooklyn) + ## [8.0.3](https://github.com/npm/cli/compare/config-v8.0.2...config-v8.0.3) (2023-12-06) ### Bug Fixes diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 39fc88b0f4afd..80eb210b19e16 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "8.0.3", + "version": "8.1.0", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index 6073358ed56f3..140fe095dfcf5 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.0.5](https://github.com/npm/cli/compare/libnpmdiff-v6.0.4...libnpmdiff-v6.0.5) (2024-01-10) + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.0): `@npmcli/arborist@7.3.0` + ## [6.0.4](https://github.com/npm/cli/compare/libnpmdiff-v6.0.3...libnpmdiff-v6.0.4) (2023-12-06) ### Dependencies diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 02e4dc213b408..99f92bd242c21 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "6.0.4", + "version": "6.0.5", "description": "The registry diff", "repository": { "type": "git", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 4942caac02ef1..3a6a204d47085 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.0.6](https://github.com/npm/cli/compare/libnpmexec-v7.0.5...libnpmexec-v7.0.6) (2024-01-10) + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.0): `@npmcli/arborist@7.3.0` + ## [7.0.5](https://github.com/npm/cli/compare/libnpmexec-v7.0.4...libnpmexec-v7.0.5) (2023-12-06) ### Dependencies diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 55a5bf262fb09..bef7d0eda9820 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "7.0.5", + "version": "7.0.6", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index c545e45e032a7..7a2a9465651c3 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.3](https://github.com/npm/cli/compare/libnpmfund-v5.0.2...libnpmfund-v5.0.3) (2024-01-10) + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.0): `@npmcli/arborist@7.3.0` + ## [5.0.2](https://github.com/npm/cli/compare/libnpmfund-v5.0.1...libnpmfund-v5.0.2) (2023-12-06) ### Dependencies diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index b30022317b61f..4a8bcb034c1bd 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "5.0.2", + "version": "5.0.3", "main": "lib/index.js", "files": [ "bin/", diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 0f9522b85c747..71a8514081b9f 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.0.5](https://github.com/npm/cli/compare/libnpmpack-v6.0.4...libnpmpack-v6.0.5) (2024-01-10) + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.3.0): `@npmcli/arborist@7.3.0` + ## [6.0.4](https://github.com/npm/cli/compare/libnpmpack-v6.0.3...libnpmpack-v6.0.4) (2023-12-06) ### Dependencies diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 72001064ca69f..89986434a1cb2 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "6.0.4", + "version": "6.0.5", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js",