From 74378bd9b403b01b00b238735621640cd471ab95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:41:56 +0000 Subject: [PATCH] chore: release 10.8.3 --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 6 +++--- package.json | 4 ++-- workspaces/libnpmexec/CHANGELOG.md | 6 ++++++ workspaces/libnpmexec/package.json | 2 +- 6 files changed, 30 insertions(+), 8 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/CHANGELOG.md b/CHANGELOG.md index 0d1c704a2ea8d..619838012e9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-07-29) + +### Bug Fixes + +* [`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..6419a98ad231e 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", @@ -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..9b0e9df5f710b 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-07-29) + +### 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/"