From da352a13be66d9cc5441c9f3611fdcd4712f6934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:08:17 +0000 Subject: [PATCH] chore: release 10.8.2 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 6 +++--- package.json | 4 ++-- workspaces/config/CHANGELOG.md | 12 ++++++++++++ workspaces/config/package.json | 2 +- 6 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f0bb04a8142..ae13834ea044c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.8.1", + ".": "10.8.2", "workspaces/arborist": "7.5.3", "workspaces/libnpmaccess": "8.0.6", "workspaces/libnpmdiff": "6.1.3", @@ -12,5 +12,5 @@ "workspaces/libnpmsearch": "7.0.6", "workspaces/libnpmteam": "6.0.5", "workspaces/libnpmversion": "6.0.3", - "workspaces/config": "8.3.3" + "workspaces/config": "8.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a140284719683..9365b8bfab238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-06-03) + +### Documentation + +* [`93883bb`](https://github.com/npm/cli/commit/93883bb6459208a916584cad8c6c72a315cf32af) [#7582](https://github.com/npm/cli/pull/7582) Improve manpage section for `package.json` `funding` properties (#7582) (@kemitchell) +* [`92e71e6`](https://github.com/npm/cli/commit/92e71e6b0c7889e243e6b54ef8b4eb9656de95f8) [#7576](https://github.com/npm/cli/pull/7576) fix links to community discussions (#7576) (@leobalter) + +### Dependencies + +* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/package-json@5.1.1` +* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast +* [workspace](https://github.com/npm/cli/releases/tag/config-v8.3.4): `@npmcli/config@8.3.4` + ## [10.8.1](https://github.com/npm/cli/compare/v10.8.0...v10.8.1) (2024-05-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 42f12893d9b73..3ffdd3cd69210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.8.1", + "version": "10.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.8.1", + "version": "10.8.2", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -15870,7 +15870,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "8.3.3", + "version": "8.3.4", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.2", diff --git a/package.json b/package.json index 1532c7b508f83..b26ec798b2c13 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.8.1", + "version": "10.8.2", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -53,7 +53,7 @@ "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^7.5.3", - "@npmcli/config": "^8.3.3", + "@npmcli/config": "^8.3.4", "@npmcli/fs": "^3.1.1", "@npmcli/map-workspaces": "^3.0.6", "@npmcli/package-json": "^5.1.1", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 07338f202b188..f47c52b157663 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.3.4](https://github.com/npm/cli/compare/config-v8.3.3...config-v8.3.4) (2024-06-03) + +### Bug Fixes + +* [`15be6dd`](https://github.com/npm/cli/commit/15be6dd33bfab8bdfaf8c3dece435d7139c1bf6d) [#7574](https://github.com/npm/cli/pull/7574) don't try parsing workspaces if none exist (@wraithgar) +* [`d185c9b`](https://github.com/npm/cli/commit/d185c9bdcab7dd2a8a485cd167b9a7c5c1f43ad0) [#7574](https://github.com/npm/cli/pull/7574) use @npmcli/package-json to parse local package (@wraithgar) + +### Dependencies + +* [`04d6910`](https://github.com/npm/cli/commit/04d6910e474003762b4606837960b4eb10d7bcd9) [#7574](https://github.com/npm/cli/pull/7574) `@npmcli/package-json@5.1.1` +* [`4ef4830`](https://github.com/npm/cli/commit/4ef4830dd792c2f23d3ffc7a10f797fc4ac8e5cb) [#7574](https://github.com/npm/cli/pull/7574) remove read-package-json-fast + ## [8.3.3](https://github.com/npm/cli/compare/config-v8.3.2...config-v8.3.3) (2024-05-29) ### Bug Fixes diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 294f160e23a3a..04e6e55c3efa9 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "8.3.3", + "version": "8.3.4", "files": [ "bin/", "lib/"