Skip to content

Commit b8006ad

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.6.4
1 parent 85935ac commit b8006ad

File tree

15 files changed

+88
-37
lines changed

15 files changed

+88
-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.6.3",
3-
"workspaces/arborist": "6.2.6",
2+
".": "9.6.4",
3+
"workspaces/arborist": "6.2.7",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.14",
6-
"workspaces/libnpmexec": "5.0.14",
7-
"workspaces/libnpmfund": "4.0.14",
5+
"workspaces/libnpmdiff": "5.0.15",
6+
"workspaces/libnpmexec": "5.0.15",
7+
"workspaces/libnpmfund": "4.0.15",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.14",
10+
"workspaces/libnpmpack": "5.0.15",
1111
"workspaces/libnpmpublish": "7.1.3",
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
@@ -878,3 +878,4 @@ Tuukka Hastrup <[email protected]>
878878
David Tanner <[email protected]>
879879
Jeff Mealo <[email protected]>
880880
Kevin Rouchut <[email protected]>
881+
Stafford Williams <[email protected]>

CHANGELOG.md

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

3+
## [9.6.4](https://github.com/npm/cli/compare/v9.6.3...v9.6.4) (2023-04-05)
4+
5+
### Documentation
6+
7+
* [`54795a3`](https://github.com/npm/cli/commit/54795a3554691e97b369baac714cb43f4342af8a) [#6312](https://github.com/npm/cli/pull/6312) filter archives out of version manager search (#6312) (@ljharb)
8+
* [`530c285`](https://github.com/npm/cli/commit/530c285cfd381006996e15e12d68c6c30fb3a4b2) [#6306](https://github.com/npm/cli/pull/6306) remove reference to npm-packlist (#6306) (@staff0rd)
9+
10+
### Dependencies
11+
12+
* [`85935ac`](https://github.com/npm/cli/commit/85935ac24d3cb0df867d4f9f901c4b152d92bc49) [#6325](https://github.com/npm/cli/pull/6325) `[email protected]` (#6325)
13+
* [`f1388b4`](https://github.com/npm/cli/commit/f1388b4c5aac0617893b546ff9c764f05d20bc07) [#6317](https://github.com/npm/cli/pull/6317) npm update
14+
* [`7dd0129`](https://github.com/npm/cli/commit/7dd012958f392d66974d59a9fb0a200a16822906) [#6317](https://github.com/npm/cli/pull/6317) `[email protected]`
15+
* [`deca335`](https://github.com/npm/cli/commit/deca335ed47697e6e9cb4d67c84cfff8ae95ca5c) [#6317](https://github.com/npm/cli/pull/6317) `[email protected]`
16+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.7): `@npmcli/[email protected]`
17+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.15): `[email protected]`
18+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.15): `[email protected]`
19+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.15): `[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.15): `[email protected]`
21+
322
## [9.6.3](https://github.com/npm/cli/compare/v9.6.2...v9.6.3) (2023-03-30)
423

524
### Bug Fixes

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.6.3",
3+
"version": "9.6.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.3",
9+
"version": "9.6.4",
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.6",
87+
"@npmcli/arborist": "^6.2.7",
8888
"@npmcli/config": "^6.1.5",
8989
"@npmcli/map-workspaces": "^3.0.3",
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.14",
111-
"libnpmexec": "^5.0.14",
112-
"libnpmfund": "^4.0.14",
110+
"libnpmdiff": "^5.0.15",
111+
"libnpmexec": "^5.0.15",
112+
"libnpmfund": "^4.0.15",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.14",
115+
"libnpmpack": "^5.0.15",
116116
"libnpmpublish": "^7.1.3",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
@@ -15016,7 +15016,7 @@
1501615016
},
1501715017
"workspaces/arborist": {
1501815018
"name": "@npmcli/arborist",
15019-
"version": "6.2.6",
15019+
"version": "6.2.7",
1502015020
"license": "ISC",
1502115021
"dependencies": {
1502215022
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15112,10 +15112,10 @@
1511215112
}
1511315113
},
1511415114
"workspaces/libnpmdiff": {
15115-
"version": "5.0.14",
15115+
"version": "5.0.15",
1511615116
"license": "ISC",
1511715117
"dependencies": {
15118-
"@npmcli/arborist": "^6.2.6",
15118+
"@npmcli/arborist": "^6.2.7",
1511915119
"@npmcli/disparity-colors": "^3.0.0",
1512015120
"@npmcli/installed-package-contents": "^2.0.2",
1512115121
"binary-extensions": "^2.2.0",
@@ -15135,10 +15135,10 @@
1513515135
}
1513615136
},
1513715137
"workspaces/libnpmexec": {
15138-
"version": "5.0.14",
15138+
"version": "5.0.15",
1513915139
"license": "ISC",
1514015140
"dependencies": {
15141-
"@npmcli/arborist": "^6.2.6",
15141+
"@npmcli/arborist": "^6.2.7",
1514215142
"@npmcli/run-script": "^6.0.0",
1514315143
"chalk": "^4.1.0",
1514415144
"ci-info": "^3.7.1",
@@ -15166,10 +15166,10 @@
1516615166
}
1516715167
},
1516815168
"workspaces/libnpmfund": {
15169-
"version": "4.0.14",
15169+
"version": "4.0.15",
1517015170
"license": "ISC",
1517115171
"dependencies": {
15172-
"@npmcli/arborist": "^6.2.6"
15172+
"@npmcli/arborist": "^6.2.7"
1517315173
},
1517415174
"devDependencies": {
1517515175
"@npmcli/eslint-config": "^4.0.0",
@@ -15216,10 +15216,10 @@
1521615216
}
1521715217
},
1521815218
"workspaces/libnpmpack": {
15219-
"version": "5.0.14",
15219+
"version": "5.0.15",
1522015220
"license": "ISC",
1522115221
"dependencies": {
15222-
"@npmcli/arborist": "^6.2.6",
15222+
"@npmcli/arborist": "^6.2.7",
1522315223
"@npmcli/run-script": "^6.0.0",
1522415224
"npm-package-arg": "^10.1.0",
1522515225
"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.6.3",
2+
"version": "9.6.4",
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.6",
56+
"@npmcli/arborist": "^6.2.7",
5757
"@npmcli/config": "^6.1.5",
5858
"@npmcli/map-workspaces": "^3.0.3",
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.14",
80-
"libnpmexec": "^5.0.14",
81-
"libnpmfund": "^4.0.14",
79+
"libnpmdiff": "^5.0.15",
80+
"libnpmexec": "^5.0.15",
81+
"libnpmfund": "^4.0.15",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.14",
84+
"libnpmpack": "^5.0.15",
8585
"libnpmpublish": "^7.1.3",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.2.7](https://github.com/npm/cli/compare/arborist-v6.2.6...arborist-v6.2.7) (2023-04-05)
4+
5+
### Dependencies
6+
7+
* [`f1388b4`](https://github.com/npm/cli/commit/f1388b4c5aac0617893b546ff9c764f05d20bc07) [#6317](https://github.com/npm/cli/pull/6317) npm update
8+
* [`deca335`](https://github.com/npm/cli/commit/deca335ed47697e6e9cb4d67c84cfff8ae95ca5c) [#6317](https://github.com/npm/cli/pull/6317) `[email protected]`
9+
310
## [6.2.6](https://github.com/npm/cli/compare/arborist-v6.2.5...arborist-v6.2.6) (2023-03-30)
411

512
### Dependencies

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.6",
3+
"version": "6.2.7",
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.15](https://github.com/npm/cli/compare/libnpmdiff-v5.0.14...libnpmdiff-v5.0.15) (2023-04-05)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.7): `@npmcli/[email protected]`
8+
39
## [5.0.14](https://github.com/npm/cli/compare/libnpmdiff-v5.0.13...libnpmdiff-v5.0.14) (2023-03-30)
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.14",
3+
"version": "5.0.15",
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.6",
49+
"@npmcli/arborist": "^6.2.7",
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.15](https://github.com/npm/cli/compare/libnpmexec-v5.0.14...libnpmexec-v5.0.15) (2023-04-05)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.7): `@npmcli/[email protected]`
8+
39
## [5.0.14](https://github.com/npm/cli/compare/libnpmexec-v5.0.13...libnpmexec-v5.0.14) (2023-03-30)
410

511
### Dependencies

0 commit comments

Comments
 (0)