Skip to content

Commit 6bb39d7

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.8.3
1 parent 91e46a3 commit 6bb39d7

7 files changed

Lines changed: 33 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
".": "10.8.2",
2+
".": "10.8.3",
33
"workspaces/arborist": "7.5.4",
44
"workspaces/libnpmaccess": "8.0.6",
55
"workspaces/libnpmdiff": "6.1.4",
6-
"workspaces/libnpmexec": "8.1.3",
6+
"workspaces/libnpmexec": "8.1.4",
77
"workspaces/libnpmfund": "5.0.12",
88
"workspaces/libnpmhook": "10.0.5",
99
"workspaces/libnpmorg": "6.0.6",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,3 +945,4 @@ Leo Balter <301201+leobalter@users.noreply.github.com>
945945
drew4237 <57016082+drew4237@users.noreply.github.com>
946946
AmirHossein Sakhravi <amirhosseinpr184@gmail.com>
947947
Hiroo Ono <49257691+oikumene@users.noreply.github.com>
948+
Sonny <47546413+sonsurim@users.noreply.github.com>

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [10.8.3](https://github.com/npm/cli/compare/v10.8.2...v10.8.3) (2024-08-13)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
* [`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)
9+
* [`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)
10+
11+
### Chores
12+
13+
* [`86b05fc`](https://github.com/npm/cli/commit/86b05fc8f110cadc67fcf7417bc0646289919000) [#7683](https://github.com/npm/cli/pull/7683) allow for longer timer values (#7683) (@wraithgar)
14+
15+
16+
### Dependencies
17+
18+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.1.4): `libnpmexec@8.1.4`
19+
320
## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-07-09)
421

522
### Bug Fixes

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.8.2",
3+
"version": "10.8.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.8.2",
9+
"version": "10.8.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -113,7 +113,7 @@
113113
"json-parse-even-better-errors": "^3.0.2",
114114
"libnpmaccess": "^8.0.6",
115115
"libnpmdiff": "^6.1.4",
116-
"libnpmexec": "^8.1.3",
116+
"libnpmexec": "^8.1.4",
117117
"libnpmfund": "^5.0.12",
118118
"libnpmhook": "^10.0.5",
119119
"libnpmorg": "^6.0.6",
@@ -15935,7 +15935,7 @@
1593515935
}
1593615936
},
1593715937
"workspaces/libnpmexec": {
15938-
"version": "8.1.3",
15938+
"version": "8.1.4",
1593915939
"license": "ISC",
1594015940
"dependencies": {
1594115941
"@npmcli/arborist": "^7.5.4",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.8.2",
2+
"version": "10.8.3",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -78,7 +78,7 @@
7878
"json-parse-even-better-errors": "^3.0.2",
7979
"libnpmaccess": "^8.0.6",
8080
"libnpmdiff": "^6.1.4",
81-
"libnpmexec": "^8.1.3",
81+
"libnpmexec": "^8.1.4",
8282
"libnpmfund": "^5.0.12",
8383
"libnpmhook": "^10.0.5",
8484
"libnpmorg": "^6.0.6",

workspaces/libnpmexec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.1.4](https://github.com/npm/cli/compare/libnpmexec-v8.1.3...libnpmexec-v8.1.4) (2024-08-13)
4+
5+
### Bug Fixes
6+
7+
* [`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+
39
## [8.1.3](https://github.com/npm/cli/compare/libnpmexec-v8.1.2...libnpmexec-v8.1.3) (2024-07-09)
410

511
### Bug Fixes

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "8.1.3",
3+
"version": "8.1.4",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)