diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f0bb04a8142..97285749d42fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "10.8.1", + ".": "10.8.2", "workspaces/arborist": "7.5.3", "workspaces/libnpmaccess": "8.0.6", "workspaces/libnpmdiff": "6.1.3", - "workspaces/libnpmexec": "8.1.2", + "workspaces/libnpmexec": "8.1.3", "workspaces/libnpmfund": "5.0.11", "workspaces/libnpmhook": "10.0.5", "workspaces/libnpmorg": "6.0.6", @@ -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..fffa44a523ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-06-14) + +### Bug Fixes + +* [`2273183`](https://github.com/npm/cli/commit/22731831e22011e32fa0ca12178e242c2ee2b33d) [#7595](https://github.com/npm/cli/pull/7595) outdated: fixed wanted range for alias with version range (#7595) (@milaninfy) + +### 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` +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.1.3): `libnpmexec@8.1.3` + ## [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..2229d702dcb3a 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", @@ -15933,7 +15933,7 @@ } }, "workspaces/libnpmexec": { - "version": "8.1.2", + "version": "8.1.3", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.5.3", diff --git a/package.json b/package.json index 1532c7b508f83..931aa7505e94f 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", @@ -78,7 +78,7 @@ "json-parse-even-better-errors": "^3.0.2", "libnpmaccess": "^8.0.6", "libnpmdiff": "^6.1.3", - "libnpmexec": "^8.1.2", + "libnpmexec": "^8.1.3", "libnpmfund": "^5.0.11", "libnpmhook": "^10.0.5", "libnpmorg": "^6.0.6", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 07338f202b188..3e1bfdcd925ce 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-14) + +### 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/" diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 386ab7d612614..17a680f2c3d31 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.1.3](https://github.com/npm/cli/compare/libnpmexec-v8.1.2...libnpmexec-v8.1.3) (2024-06-14) + +### Bug Fixes + +* [`71c6848`](https://github.com/npm/cli/commit/71c6848acd97f00c84b07ee1a80d92a053d405b5) [#7587](https://github.com/npm/cli/pull/7587) exec: npx to run specified version if multiple version exist globally (#7587) (@milaninfy) + ## [8.1.2](https://github.com/npm/cli/compare/libnpmexec-v8.1.1...libnpmexec-v8.1.2) (2024-05-29) ### Bug Fixes diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index c4dbf73e86d88..c31b0f81c2c25 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "8.1.2", + "version": "8.1.3", "files": [ "bin/", "lib/"