Skip to content

Commit ef2674f

Browse files
github-actions[bot]fritzy
authored andcommitted
chore: release 9.6.0
1 parent 71ae406 commit ef2674f

File tree

15 files changed

+98
-37
lines changed

15 files changed

+98
-37
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "9.5.1",
3-
"workspaces/arborist": "6.2.3",
2+
".": "9.6.0",
3+
"workspaces/arborist": "6.2.4",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.11",
6-
"workspaces/libnpmexec": "5.0.11",
7-
"workspaces/libnpmfund": "4.0.11",
5+
"workspaces/libnpmdiff": "5.0.12",
6+
"workspaces/libnpmexec": "5.0.12",
7+
"workspaces/libnpmfund": "4.0.12",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.11",
10+
"workspaces/libnpmpack": "5.0.12",
1111
"workspaces/libnpmpublish": "7.1.0",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,4 @@ Brian DeHamer <[email protected]>
874874
Santosh Heigrujam <[email protected]>
875875
Rohan Mukherjee <[email protected]>
876876
Andreas Deininger <[email protected]>
877+
Tuukka Hastrup <[email protected]>

CHANGELOG.md

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

3+
## [9.6.0](https://github.com/npm/cli/compare/v9.5.1...v9.6.0) (2023-03-02)
4+
5+
### Features
6+
7+
* [`84fbaf2`](https://github.com/npm/cli/commit/84fbaf2bd809e56f396496dd5f4691a46dd548aa) [#6216](https://github.com/npm/cli/pull/6216) add preliminary fish shell completion (@wraithgar)
8+
9+
### Bug Fixes
10+
11+
* [`c4c8754`](https://github.com/npm/cli/commit/c4c8754f12e73007ef0f0f516c8e51e08858b2c6) audit: add signatures to completion (@wraithgar)
12+
* [`fc46489`](https://github.com/npm/cli/commit/fc4648984c9fc4904d2b51597590015f8ca702fc) access: only complete once (@wraithgar)
13+
* [`b43961a`](https://github.com/npm/cli/commit/b43961a9a3c0e5ea0314a241ba8ae9b7ea57cae7) cmd-list: alias only to real commands (@wraithgar)
14+
15+
### Documentation
16+
17+
* [`2695e1f`](https://github.com/npm/cli/commit/2695e1fb1384ad41fe6b99fdc570088978626dd8) [#6187](https://github.com/npm/cli/pull/6187) npm v9 creates package-lock.json v3 (#6187) (@tuukka)
18+
19+
### Dependencies
20+
21+
* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.12): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.12): `[email protected]`
25+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.12): `[email protected]`
26+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.12): `[email protected]`
27+
328
## [9.5.1](https://github.com/npm/cli/compare/v9.5.0...v9.5.1) (2023-02-22)
429

530
### Documentation

package-lock.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.5.1",
3+
"version": "9.6.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.5.1",
9+
"version": "9.6.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,7 +84,7 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^6.2.3",
87+
"@npmcli/arborist": "^6.2.4",
8888
"@npmcli/config": "^6.1.3",
8989
"@npmcli/map-workspaces": "^3.0.2",
9090
"@npmcli/package-json": "^3.0.0",
@@ -107,12 +107,12 @@
107107
"is-cidr": "^4.0.2",
108108
"json-parse-even-better-errors": "^3.0.0",
109109
"libnpmaccess": "^7.0.2",
110-
"libnpmdiff": "^5.0.11",
111-
"libnpmexec": "^5.0.11",
112-
"libnpmfund": "^4.0.11",
110+
"libnpmdiff": "^5.0.12",
111+
"libnpmexec": "^5.0.12",
112+
"libnpmfund": "^4.0.12",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.11",
115+
"libnpmpack": "^5.0.12",
116116
"libnpmpublish": "^7.1.0",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
@@ -14954,7 +14954,7 @@
1495414954
},
1495514955
"workspaces/arborist": {
1495614956
"name": "@npmcli/arborist",
14957-
"version": "6.2.3",
14957+
"version": "6.2.4",
1495814958
"license": "ISC",
1495914959
"dependencies": {
1496014960
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15050,10 +15050,10 @@
1505015050
}
1505115051
},
1505215052
"workspaces/libnpmdiff": {
15053-
"version": "5.0.11",
15053+
"version": "5.0.12",
1505415054
"license": "ISC",
1505515055
"dependencies": {
15056-
"@npmcli/arborist": "^6.2.3",
15056+
"@npmcli/arborist": "^6.2.4",
1505715057
"@npmcli/disparity-colors": "^3.0.0",
1505815058
"@npmcli/installed-package-contents": "^2.0.2",
1505915059
"binary-extensions": "^2.2.0",
@@ -15073,10 +15073,10 @@
1507315073
}
1507415074
},
1507515075
"workspaces/libnpmexec": {
15076-
"version": "5.0.11",
15076+
"version": "5.0.12",
1507715077
"license": "ISC",
1507815078
"dependencies": {
15079-
"@npmcli/arborist": "^6.2.3",
15079+
"@npmcli/arborist": "^6.2.4",
1508015080
"@npmcli/run-script": "^6.0.0",
1508115081
"chalk": "^4.1.0",
1508215082
"ci-info": "^3.7.1",
@@ -15104,10 +15104,10 @@
1510415104
}
1510515105
},
1510615106
"workspaces/libnpmfund": {
15107-
"version": "4.0.11",
15107+
"version": "4.0.12",
1510815108
"license": "ISC",
1510915109
"dependencies": {
15110-
"@npmcli/arborist": "^6.2.3"
15110+
"@npmcli/arborist": "^6.2.4"
1511115111
},
1511215112
"devDependencies": {
1511315113
"@npmcli/eslint-config": "^4.0.0",
@@ -15154,10 +15154,10 @@
1515415154
}
1515515155
},
1515615156
"workspaces/libnpmpack": {
15157-
"version": "5.0.11",
15157+
"version": "5.0.12",
1515815158
"license": "ISC",
1515915159
"dependencies": {
15160-
"@npmcli/arborist": "^6.2.3",
15160+
"@npmcli/arborist": "^6.2.4",
1516115161
"@npmcli/run-script": "^6.0.0",
1516215162
"npm-package-arg": "^10.1.0",
1516315163
"pacote": "^15.0.8"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.5.1",
2+
"version": "9.6.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.2.3",
56+
"@npmcli/arborist": "^6.2.4",
5757
"@npmcli/config": "^6.1.3",
5858
"@npmcli/map-workspaces": "^3.0.2",
5959
"@npmcli/package-json": "^3.0.0",
@@ -76,12 +76,12 @@
7676
"is-cidr": "^4.0.2",
7777
"json-parse-even-better-errors": "^3.0.0",
7878
"libnpmaccess": "^7.0.2",
79-
"libnpmdiff": "^5.0.11",
80-
"libnpmexec": "^5.0.11",
81-
"libnpmfund": "^4.0.11",
79+
"libnpmdiff": "^5.0.12",
80+
"libnpmexec": "^5.0.12",
81+
"libnpmfund": "^4.0.12",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.11",
84+
"libnpmpack": "^5.0.12",
8585
"libnpmpublish": "^7.1.0",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.2.4](https://github.com/npm/cli/compare/arborist-v6.2.3...arborist-v6.2.4) (2023-03-02)
4+
5+
### Bug Fixes
6+
7+
* [`962a12e`](https://github.com/npm/cli/commit/962a12e5017dc8e576fd819d785e45d4c8d9244d) [#6193](https://github.com/npm/cli/pull/6193) arborist: dependencies from registries with a peerDependency on a workspace (#6193) (@ixalon)
8+
9+
### Dependencies
10+
11+
* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/[email protected]`
12+
313
## [6.2.3](https://github.com/npm/cli/compare/arborist-v6.2.2...arborist-v6.2.3) (2023-02-22)
414

515
### Bug Fixes

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [5.0.12](https://github.com/npm/cli/compare/libnpmdiff-v5.0.11...libnpmdiff-v5.0.12) (2023-03-02)
4+
5+
### Dependencies
6+
7+
* [`71ae406`](https://github.com/npm/cli/commit/71ae4067bccef53aa99ccf8abbe9115daaae8e8c) [#6218](https://github.com/npm/cli/pull/6218) `@npmcli/[email protected]`
8+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/[email protected]`
9+
310
## [5.0.11](https://github.com/npm/cli/compare/libnpmdiff-v5.0.10...libnpmdiff-v5.0.11) (2023-02-22)
411

512
### Dependencies

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -46,7 +46,7 @@
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.2.3",
49+
"@npmcli/arborist": "^6.2.4",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",

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+
## [5.0.12](https://github.com/npm/cli/compare/libnpmexec-v5.0.11...libnpmexec-v5.0.12) (2023-03-02)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.4): `@npmcli/[email protected]`
8+
39
## [5.0.11](https://github.com/npm/cli/compare/libnpmexec-v5.0.10...libnpmexec-v5.0.11) (2023-02-22)
410

511
### Dependencies

0 commit comments

Comments
 (0)