Skip to content

Commit facda25

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.8.1
1 parent 8ecbcb9 commit facda25

File tree

7 files changed

+39
-9
lines changed

7 files changed

+39
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
".": "9.8.0",
2+
".": "9.8.1",
33
"workspaces/arborist": "6.3.0",
44
"workspaces/libnpmaccess": "7.0.2",
55
"workspaces/libnpmdiff": "5.0.19",
6-
"workspaces/libnpmexec": "6.0.2",
6+
"workspaces/libnpmexec": "6.0.3",
77
"workspaces/libnpmfund": "4.0.19",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.4",

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,3 +888,5 @@ may <[email protected]>
888888
Rayyan Ul Haq <[email protected]>
889889
DaviDevMod <[email protected]>
890890
Mike Ribbons <[email protected]>
891+
892+
AaronHamilton965 <[email protected]>

CHANGELOG.md

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

3+
## [9.8.1](https://github.com/npm/cli/compare/v9.8.0...v9.8.1) (2023-07-18)
4+
5+
### Bug Fixes
6+
7+
* [`38351c9`](https://github.com/npm/cli/commit/38351c954040ddea56dc5db453f7f7d10964e5cd) [#6651](https://github.com/npm/cli/pull/6651) warn on autocorrected package.json entries during publish (@wraithgar)
8+
* [`02c7ddb`](https://github.com/npm/cli/commit/02c7ddb4501682c9e84b8c1325638b7db1ca7deb) [#6642](https://github.com/npm/cli/pull/6642) much clearer npx 'canceled' error (#6642) (@rahulio96, @AaronHamilton965)
9+
10+
### Documentation
11+
12+
* [`36bf5fe`](https://github.com/npm/cli/commit/36bf5fe2a0a2ef7f7ffc0b302eea15e227556010) [#6643](https://github.com/npm/cli/pull/6643) Added steps for using npm/npx locally to CONTRIBUTING.md (#6643) (@AaronHamilton965, @rahulio96)
13+
14+
### Dependencies
15+
16+
* [`a0763d3`](https://github.com/npm/cli/commit/a0763d38d8934a6769e5aac08539291c5051f36e) [#6651](https://github.com/npm/cli/pull/6651) `@npmcli/[email protected]`
17+
* [`24f5a8b`](https://github.com/npm/cli/commit/24f5a8b07909710e06f5aa3844d99c03cce0b9ca) [#6653](https://github.com/npm/cli/pull/6653) `[email protected]`
18+
* [`f45498b`](https://github.com/npm/cli/commit/f45498b33550d3874b9602ef027f215ea2590124) [#6653](https://github.com/npm/cli/pull/6653) `[email protected]`
19+
* [`44d60eb`](https://github.com/npm/cli/commit/44d60eb0c4ee0456ee4c9f855f06348cfb4c0f9c) [#6653](https://github.com/npm/cli/pull/6653) `[email protected]`
20+
* [`fc9a843`](https://github.com/npm/cli/commit/fc9a843f59ec4c1733d427566b9df9a4b440bb7f) [#6653](https://github.com/npm/cli/pull/6653) `[email protected]`
21+
* [`daad9ad`](https://github.com/npm/cli/commit/daad9addc1e2587d162e06016498252cf0b6514a) [#6653](https://github.com/npm/cli/pull/6653) `[email protected]`
22+
* [`c1ffd6a`](https://github.com/npm/cli/commit/c1ffd6a2f91cdb5c8d3cd7524a3136346181f67f) [#6653](https://github.com/npm/cli/pull/6653) move @npmcli/fs, @npmcli/promise-spawn into dependencies
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v6.0.3): `[email protected]`
24+
325
## [9.8.0](https://github.com/npm/cli/compare/v9.7.2...v9.8.0) (2023-07-05)
426

527
### Features

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": "9.8.0",
3+
"version": "9.8.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.8.0",
9+
"version": "9.8.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -113,7 +113,7 @@
113113
"json-parse-even-better-errors": "^3.0.0",
114114
"libnpmaccess": "^7.0.2",
115115
"libnpmdiff": "^5.0.19",
116-
"libnpmexec": "^6.0.2",
116+
"libnpmexec": "^6.0.3",
117117
"libnpmfund": "^4.0.19",
118118
"libnpmhook": "^9.0.3",
119119
"libnpmorg": "^5.0.4",
@@ -15733,7 +15733,7 @@
1573315733
}
1573415734
},
1573515735
"workspaces/libnpmexec": {
15736-
"version": "6.0.2",
15736+
"version": "6.0.3",
1573715737
"license": "ISC",
1573815738
"dependencies": {
1573915739
"@npmcli/arborist": "^6.3.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.8.0",
2+
"version": "9.8.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -78,7 +78,7 @@
7878
"json-parse-even-better-errors": "^3.0.0",
7979
"libnpmaccess": "^7.0.2",
8080
"libnpmdiff": "^5.0.19",
81-
"libnpmexec": "^6.0.2",
81+
"libnpmexec": "^6.0.3",
8282
"libnpmfund": "^4.0.19",
8383
"libnpmhook": "^9.0.3",
8484
"libnpmorg": "^5.0.4",

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+
## [6.0.3](https://github.com/npm/cli/compare/libnpmexec-v6.0.2...libnpmexec-v6.0.3) (2023-07-18)
4+
5+
### Bug Fixes
6+
7+
* [`02c7ddb`](https://github.com/npm/cli/commit/02c7ddb4501682c9e84b8c1325638b7db1ca7deb) [#6642](https://github.com/npm/cli/pull/6642) much clearer npx 'canceled' error (#6642) (@rahulio96, @AaronHamilton965)
8+
39
## [6.0.2](https://github.com/npm/cli/compare/libnpmexec-v6.0.1...libnpmexec-v6.0.2) (2023-07-05)
410

511
### Dependencies

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": "6.0.2",
3+
"version": "6.0.3",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)