From 6bb39d747c3f44def88c601fe68c9b93351c6159 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:21:29 +0000 Subject: [PATCH] chore: release 10.8.3 --- .release-please-manifest.json | 4 ++-- AUTHORS | 1 + CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 8 ++++---- package.json | 4 ++-- workspaces/libnpmexec/CHANGELOG.md | 6 ++++++ workspaces/libnpmexec/package.json | 2 +- 7 files changed, 33 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9d6c5d3b823f..232c417549bc6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "10.8.2", + ".": "10.8.3", "workspaces/arborist": "7.5.4", "workspaces/libnpmaccess": "8.0.6", "workspaces/libnpmdiff": "6.1.4", - "workspaces/libnpmexec": "8.1.3", + "workspaces/libnpmexec": "8.1.4", "workspaces/libnpmfund": "5.0.12", "workspaces/libnpmhook": "10.0.5", "workspaces/libnpmorg": "6.0.6", diff --git a/AUTHORS b/AUTHORS index 90a1d94834c8d..062dd12ed84c4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -945,3 +945,4 @@ Leo Balter <301201+leobalter@users.noreply.github.com> drew4237 <57016082+drew4237@users.noreply.github.com> AmirHossein Sakhravi Hiroo Ono <49257691+oikumene@users.noreply.github.com> +Sonny <47546413+sonsurim@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1c704a2ea8d..ed85b2beea9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-08-13) + +### Bug Fixes + +* [`91e46a3`](https://github.com/npm/cli/commit/91e46a34b685ebbf134d573209731868cae304d0) [#7721](https://github.com/npm/cli/pull/7721) init: use locally installed version of given package (#7721) (@milaninfy) +* [`4e81a6a`](https://github.com/npm/cli/commit/4e81a6a4106e4e125b0eefda042b75cfae0a5f23) [#7674](https://github.com/npm/cli/pull/7674) always set exit code if exiting uncleanly (#7674) (@wraithgar, @hashtagchris) +* [`a947f25`](https://github.com/npm/cli/commit/a947f25bd4576f7ef70fe6b1226e72252fa7a571) [#7679](https://github.com/npm/cli/pull/7679) update lifecycle script list in run-script (#7679) (@sonsurim) + +### Chores + +* [`86b05fc`](https://github.com/npm/cli/commit/86b05fc8f110cadc67fcf7417bc0646289919000) [#7683](https://github.com/npm/cli/pull/7683) allow for longer timer values (#7683) (@wraithgar) + + +### Dependencies + +* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.1.4): `libnpmexec@8.1.4` + ## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-07-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 85bb1d93f5cd5..f1bd553cdfe47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.8.2", + "version": "10.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.8.2", + "version": "10.8.3", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -113,7 +113,7 @@ "json-parse-even-better-errors": "^3.0.2", "libnpmaccess": "^8.0.6", "libnpmdiff": "^6.1.4", - "libnpmexec": "^8.1.3", + "libnpmexec": "^8.1.4", "libnpmfund": "^5.0.12", "libnpmhook": "^10.0.5", "libnpmorg": "^6.0.6", @@ -15935,7 +15935,7 @@ } }, "workspaces/libnpmexec": { - "version": "8.1.3", + "version": "8.1.4", "license": "ISC", "dependencies": { "@npmcli/arborist": "^7.5.4", diff --git a/package.json b/package.json index 02e2de7f2d692..1500b075500d2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.8.2", + "version": "10.8.3", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -78,7 +78,7 @@ "json-parse-even-better-errors": "^3.0.2", "libnpmaccess": "^8.0.6", "libnpmdiff": "^6.1.4", - "libnpmexec": "^8.1.3", + "libnpmexec": "^8.1.4", "libnpmfund": "^5.0.12", "libnpmhook": "^10.0.5", "libnpmorg": "^6.0.6", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index ebec7bb175264..1e1a5004a754c 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.1.4](https://github.com/npm/cli/compare/libnpmexec-v8.1.3...libnpmexec-v8.1.4) (2024-08-13) + +### Bug Fixes + +* [`9214be9`](https://github.com/npm/cli/commit/9214be9ed8779493e00d193e36a930918a30be64) [#7640](https://github.com/npm/cli/pull/7640) gracefully handle nonexistent global installation directory (#7640) (@milaninfy) + ## [8.1.3](https://github.com/npm/cli/compare/libnpmexec-v8.1.2...libnpmexec-v8.1.3) (2024-07-09) ### Bug Fixes diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 159501266386a..aa782379cd7d1 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "8.1.3", + "version": "8.1.4", "files": [ "bin/", "lib/"