Skip to content

Commit 618c1ba

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.6.1
1 parent 500b147 commit 618c1ba

File tree

17 files changed

+97
-42
lines changed

17 files changed

+97
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "9.6.0",
3-
"workspaces/arborist": "6.2.4",
2+
".": "9.6.1",
3+
"workspaces/arborist": "6.2.5",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.12",
6-
"workspaces/libnpmexec": "5.0.12",
7-
"workspaces/libnpmfund": "4.0.12",
5+
"workspaces/libnpmdiff": "5.0.13",
6+
"workspaces/libnpmexec": "5.0.13",
7+
"workspaces/libnpmfund": "4.0.13",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.12",
11-
"workspaces/libnpmpublish": "7.1.0",
10+
"workspaces/libnpmpack": "5.0.13",
11+
"workspaces/libnpmpublish": "7.1.1",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,3 +875,4 @@ Santosh Heigrujam <[email protected]>
875875
Rohan Mukherjee <[email protected]>
876876
Andreas Deininger <[email protected]>
877877
Tuukka Hastrup <[email protected]>
878+
David Tanner <[email protected]>

CHANGELOG.md

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

3+
## [9.6.1](https://github.com/npm/cli/compare/v9.6.0...v9.6.1) (2023-03-08)
4+
5+
### Bug Fixes
6+
7+
* [`e455e3f`](https://github.com/npm/cli/commit/e455e3f6a5d0aa2c53cc24064557ec592706ca2c) [#6211](https://github.com/npm/cli/pull/6211) send options with grant/revoke requests (#6211) (@DavidTanner)
8+
* [`e4de224`](https://github.com/npm/cli/commit/e4de22480a21591f0c9ba755c8464a9e1f0413c9) [#6220](https://github.com/npm/cli/pull/6220) clean uri from audit error (#6220) (@wraithgar)
9+
10+
### Dependencies
11+
12+
* [`cb45b21`](https://github.com/npm/cli/commit/cb45b216c831a2b0c08f97d57ad4d34b318f3d69) [#6231](https://github.com/npm/cli/pull/6231) npm update
13+
* [`1f60a7e`](https://github.com/npm/cli/commit/1f60a7ee02953632bf5fb4e64e66755d7bb1bdd1) [#6231](https://github.com/npm/cli/pull/6231) `[email protected]`
14+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.5): `@npmcli/[email protected]`
15+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.13): `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.13): `[email protected]`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.13): `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.13): `[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.1): `[email protected]`
20+
321
## [9.6.0](https://github.com/npm/cli/compare/v9.5.1...v9.6.0) (2023-03-02)
422

523
### Features

package-lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.0",
9+
"version": "9.6.1",
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.4",
87+
"@npmcli/arborist": "^6.2.5",
8888
"@npmcli/config": "^6.1.3",
8989
"@npmcli/map-workspaces": "^3.0.2",
9090
"@npmcli/package-json": "^3.0.0",
@@ -107,13 +107,13 @@
107107
"is-cidr": "^4.0.2",
108108
"json-parse-even-better-errors": "^3.0.0",
109109
"libnpmaccess": "^7.0.2",
110-
"libnpmdiff": "^5.0.12",
111-
"libnpmexec": "^5.0.12",
112-
"libnpmfund": "^4.0.12",
110+
"libnpmdiff": "^5.0.13",
111+
"libnpmexec": "^5.0.13",
112+
"libnpmfund": "^4.0.13",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.12",
116-
"libnpmpublish": "^7.1.0",
115+
"libnpmpack": "^5.0.13",
116+
"libnpmpublish": "^7.1.1",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
119119
"libnpmversion": "^4.0.2",
@@ -14983,7 +14983,7 @@
1498314983
},
1498414984
"workspaces/arborist": {
1498514985
"name": "@npmcli/arborist",
14986-
"version": "6.2.4",
14986+
"version": "6.2.5",
1498714987
"license": "ISC",
1498814988
"dependencies": {
1498914989
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15079,10 +15079,10 @@
1507915079
}
1508015080
},
1508115081
"workspaces/libnpmdiff": {
15082-
"version": "5.0.12",
15082+
"version": "5.0.13",
1508315083
"license": "ISC",
1508415084
"dependencies": {
15085-
"@npmcli/arborist": "^6.2.4",
15085+
"@npmcli/arborist": "^6.2.5",
1508615086
"@npmcli/disparity-colors": "^3.0.0",
1508715087
"@npmcli/installed-package-contents": "^2.0.2",
1508815088
"binary-extensions": "^2.2.0",
@@ -15102,10 +15102,10 @@
1510215102
}
1510315103
},
1510415104
"workspaces/libnpmexec": {
15105-
"version": "5.0.12",
15105+
"version": "5.0.13",
1510615106
"license": "ISC",
1510715107
"dependencies": {
15108-
"@npmcli/arborist": "^6.2.4",
15108+
"@npmcli/arborist": "^6.2.5",
1510915109
"@npmcli/run-script": "^6.0.0",
1511015110
"chalk": "^4.1.0",
1511115111
"ci-info": "^3.7.1",
@@ -15133,10 +15133,10 @@
1513315133
}
1513415134
},
1513515135
"workspaces/libnpmfund": {
15136-
"version": "4.0.12",
15136+
"version": "4.0.13",
1513715137
"license": "ISC",
1513815138
"dependencies": {
15139-
"@npmcli/arborist": "^6.2.4"
15139+
"@npmcli/arborist": "^6.2.5"
1514015140
},
1514115141
"devDependencies": {
1514215142
"@npmcli/eslint-config": "^4.0.0",
@@ -15183,10 +15183,10 @@
1518315183
}
1518415184
},
1518515185
"workspaces/libnpmpack": {
15186-
"version": "5.0.12",
15186+
"version": "5.0.13",
1518715187
"license": "ISC",
1518815188
"dependencies": {
15189-
"@npmcli/arborist": "^6.2.4",
15189+
"@npmcli/arborist": "^6.2.5",
1519015190
"@npmcli/run-script": "^6.0.0",
1519115191
"npm-package-arg": "^10.1.0",
1519215192
"pacote": "^15.0.8"
@@ -15203,7 +15203,7 @@
1520315203
}
1520415204
},
1520515205
"workspaces/libnpmpublish": {
15206-
"version": "7.1.0",
15206+
"version": "7.1.1",
1520715207
"license": "ISC",
1520815208
"dependencies": {
1520915209
"ci-info": "^3.6.1",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.6.0",
2+
"version": "9.6.1",
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.4",
56+
"@npmcli/arborist": "^6.2.5",
5757
"@npmcli/config": "^6.1.3",
5858
"@npmcli/map-workspaces": "^3.0.2",
5959
"@npmcli/package-json": "^3.0.0",
@@ -76,13 +76,13 @@
7676
"is-cidr": "^4.0.2",
7777
"json-parse-even-better-errors": "^3.0.0",
7878
"libnpmaccess": "^7.0.2",
79-
"libnpmdiff": "^5.0.12",
80-
"libnpmexec": "^5.0.12",
81-
"libnpmfund": "^4.0.12",
79+
"libnpmdiff": "^5.0.13",
80+
"libnpmexec": "^5.0.13",
81+
"libnpmfund": "^4.0.13",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.12",
85-
"libnpmpublish": "^7.1.0",
84+
"libnpmpack": "^5.0.13",
85+
"libnpmpublish": "^7.1.1",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",
8888
"libnpmversion": "^4.0.2",

workspaces/arborist/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.2.5](https://github.com/npm/cli/compare/arborist-v6.2.4...arborist-v6.2.5) (2023-03-08)
4+
5+
### Bug Fixes
6+
7+
* [`8a78c6f`](https://github.com/npm/cli/commit/8a78c6fc400e9b9ca4068c61c8374a86dec7f2d1) [#6222](https://github.com/npm/cli/pull/6222) only add directories we made to _sparseTreeRoots (#6222) (@nlf)
8+
39
## [6.2.4](https://github.com/npm/cli/compare/arborist-v6.2.3...arborist-v6.2.4) (2023-03-02)
410

511
### 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.4",
3+
"version": "6.2.5",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

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

511
### 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.12",
3+
"version": "5.0.13",
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.4",
49+
"@npmcli/arborist": "^6.2.5",
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.13](https://github.com/npm/cli/compare/libnpmexec-v5.0.12...libnpmexec-v5.0.13) (2023-03-08)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.5): `@npmcli/[email protected]`
8+
39
## [5.0.12](https://github.com/npm/cli/compare/libnpmexec-v5.0.11...libnpmexec-v5.0.12) (2023-03-02)
410

511
### Dependencies

0 commit comments

Comments
 (0)