Skip to content

Commit c7f4b35

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 9.6.5
1 parent c29ac09 commit c7f4b35

17 files changed

+133
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "9.6.4",
3-
"workspaces/arborist": "6.2.7",
2+
".": "9.6.5",
3+
"workspaces/arborist": "6.2.8",
44
"workspaces/libnpmaccess": "7.0.2",
5-
"workspaces/libnpmdiff": "5.0.15",
6-
"workspaces/libnpmexec": "5.0.15",
7-
"workspaces/libnpmfund": "4.0.15",
5+
"workspaces/libnpmdiff": "5.0.16",
6+
"workspaces/libnpmexec": "5.0.16",
7+
"workspaces/libnpmfund": "4.0.16",
88
"workspaces/libnpmhook": "9.0.3",
99
"workspaces/libnpmorg": "5.0.3",
10-
"workspaces/libnpmpack": "5.0.15",
10+
"workspaces/libnpmpack": "5.0.16",
1111
"workspaces/libnpmpublish": "7.1.3",
1212
"workspaces/libnpmsearch": "6.0.2",
1313
"workspaces/libnpmteam": "5.0.3",
1414
"workspaces/libnpmversion": "4.0.2",
15-
"workspaces/config": "6.1.5"
15+
"workspaces/config": "6.1.6"
1616
}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,3 +879,4 @@ David Tanner <[email protected]>
879879
Jeff Mealo <[email protected]>
880880
Kevin Rouchut <[email protected]>
881881
Stafford Williams <[email protected]>
882+
CharlieWONG <[email protected]>

CHANGELOG.md

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

3+
## [9.6.5](https://github.com/npm/cli/compare/v9.6.4...v9.6.5) (2023-04-19)
4+
5+
### Bug Fixes
6+
7+
* [`33dc428`](https://github.com/npm/cli/commit/33dc4285fd8c698c539faae10fe1bf76ceedb6b1) [#6374](https://github.com/npm/cli/pull/6374) account for npx package-name with no spec (@wraithgar)
8+
* [`82879f6`](https://github.com/npm/cli/commit/82879f69c72681f636be73d13c4464e35f258954) [#6225](https://github.com/npm/cli/pull/6225) lazy loading of arborist and pacote (#6225) (@wraithgar)
9+
* [`f4e73ab`](https://github.com/npm/cli/commit/f4e73ab87e0aa1e214f978d4723e85ee2cfdd9c8) [#6322](https://github.com/npm/cli/pull/6322) remove incompatible params from ci (#6322) (@wraithgar)
10+
* [`c7fe1c7`](https://github.com/npm/cli/commit/c7fe1c70eef49fa666f9f25ec941afa8b6acbf05) [#6328](https://github.com/npm/cli/pull/6328) save raw data to file, not parsed data (@wraithgar)
11+
12+
### Documentation
13+
14+
* [`31214a6`](https://github.com/npm/cli/commit/31214a6d9e9d4e973f5a5462543ea1d91d7bbf65) [#6381](https://github.com/npm/cli/pull/6381) Update description for publish --provenance flag (#6381) (@feelepxyz)
15+
* [`997bcdf`](https://github.com/npm/cli/commit/997bcdf8d4fd3e5ecdd224060fb166b43c3ffb19) [#6329](https://github.com/npm/cli/pull/6329) fix npm cache folder location for windows (#6329) (@charlie-wong)
16+
17+
### Dependencies
18+
19+
* [`fae5e00`](https://github.com/npm/cli/commit/fae5e0063215e97ee18a60f8136a06045d621ec2) [#6372](https://github.com/npm/cli/pull/6372) `[email protected]` (#6372)
20+
* [`3fa9542`](https://github.com/npm/cli/commit/3fa9542d7f3c0123cb3c49a40f6d5b7bc8d857a5) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
21+
* [`e49844e`](https://github.com/npm/cli/commit/e49844e1c6943be193d8f700d85dac4ddaa91967) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
22+
* [`357cc29`](https://github.com/npm/cli/commit/357cc29a335e684391c7b840019223e555919406) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
23+
* [`2c80b1e`](https://github.com/npm/cli/commit/2c80b1ede7b6a3c49b3255e171759d30913f0c74) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
24+
* [`5933841`](https://github.com/npm/cli/commit/593384149feea848c60b2e6524d1cc1730a35798) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
25+
* [`b39d54e`](https://github.com/npm/cli/commit/b39d54e877e992a583f0d8185da1c3773737801d) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
26+
* [`201aa5a`](https://github.com/npm/cli/commit/201aa5adcdfcb65ff215c4440244978c44c3ed8b) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
27+
* [`acb9120`](https://github.com/npm/cli/commit/acb912089c02c34f73a7d1e431bce563da98777f) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
28+
* [`2472205`](https://github.com/npm/cli/commit/247220552bc19a5751542289605f38ab9b74e124) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
29+
* [`2780714`](https://github.com/npm/cli/commit/278071456b3f90e1d3e46857679f547fa98781f0) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
30+
* [`b5af015`](https://github.com/npm/cli/commit/b5af015e63c75b33184ae329a27e994d6ef94506) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
31+
* [`14c498d`](https://github.com/npm/cli/commit/14c498d7dbc13e0bc0f1d9438c0f7f1abd7f98d8) [#6363](https://github.com/npm/cli/pull/6363) `@npmcli/[email protected]`
32+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.8): `@npmcli/[email protected]`
33+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.6): `@npmcli/[email protected]`
34+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.16): `[email protected]`
35+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.16): `[email protected]`
36+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.16): `[email protected]`
37+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.16): `[email protected]`
38+
339
## [9.6.4](https://github.com/npm/cli/compare/v9.6.3...v9.6.4) (2023-04-05)
440

541
### Documentation

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.4",
3+
"version": "9.6.5",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.6.4",
9+
"version": "9.6.5",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -84,8 +84,8 @@
8484
],
8585
"dependencies": {
8686
"@isaacs/string-locale-compare": "^1.1.0",
87-
"@npmcli/arborist": "^6.2.7",
88-
"@npmcli/config": "^6.1.5",
87+
"@npmcli/arborist": "^6.2.8",
88+
"@npmcli/config": "^6.1.6",
8989
"@npmcli/map-workspaces": "^3.0.3",
9090
"@npmcli/package-json": "^3.0.0",
9191
"@npmcli/run-script": "^6.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.15",
111-
"libnpmexec": "^5.0.15",
112-
"libnpmfund": "^4.0.15",
110+
"libnpmdiff": "^5.0.16",
111+
"libnpmexec": "^5.0.16",
112+
"libnpmfund": "^4.0.16",
113113
"libnpmhook": "^9.0.3",
114114
"libnpmorg": "^5.0.3",
115-
"libnpmpack": "^5.0.15",
115+
"libnpmpack": "^5.0.16",
116116
"libnpmpublish": "^7.1.3",
117117
"libnpmsearch": "^6.0.2",
118118
"libnpmteam": "^5.0.3",
@@ -15062,7 +15062,7 @@
1506215062
},
1506315063
"workspaces/arborist": {
1506415064
"name": "@npmcli/arborist",
15065-
"version": "6.2.7",
15065+
"version": "6.2.8",
1506615066
"license": "ISC",
1506715067
"dependencies": {
1506815068
"@isaacs/string-locale-compare": "^1.1.0",
@@ -15119,7 +15119,7 @@
1511915119
},
1512015120
"workspaces/config": {
1512115121
"name": "@npmcli/config",
15122-
"version": "6.1.5",
15122+
"version": "6.1.6",
1512315123
"license": "ISC",
1512415124
"dependencies": {
1512515125
"@npmcli/map-workspaces": "^3.0.2",
@@ -15158,10 +15158,10 @@
1515815158
}
1515915159
},
1516015160
"workspaces/libnpmdiff": {
15161-
"version": "5.0.15",
15161+
"version": "5.0.16",
1516215162
"license": "ISC",
1516315163
"dependencies": {
15164-
"@npmcli/arborist": "^6.2.7",
15164+
"@npmcli/arborist": "^6.2.8",
1516515165
"@npmcli/disparity-colors": "^3.0.0",
1516615166
"@npmcli/installed-package-contents": "^2.0.2",
1516715167
"binary-extensions": "^2.2.0",
@@ -15181,10 +15181,10 @@
1518115181
}
1518215182
},
1518315183
"workspaces/libnpmexec": {
15184-
"version": "5.0.15",
15184+
"version": "5.0.16",
1518515185
"license": "ISC",
1518615186
"dependencies": {
15187-
"@npmcli/arborist": "^6.2.7",
15187+
"@npmcli/arborist": "^6.2.8",
1518815188
"@npmcli/run-script": "^6.0.0",
1518915189
"chalk": "^4.1.0",
1519015190
"ci-info": "^3.7.1",
@@ -15212,10 +15212,10 @@
1521215212
}
1521315213
},
1521415214
"workspaces/libnpmfund": {
15215-
"version": "4.0.15",
15215+
"version": "4.0.16",
1521615216
"license": "ISC",
1521715217
"dependencies": {
15218-
"@npmcli/arborist": "^6.2.7"
15218+
"@npmcli/arborist": "^6.2.8"
1521915219
},
1522015220
"devDependencies": {
1522115221
"@npmcli/eslint-config": "^4.0.0",
@@ -15262,10 +15262,10 @@
1526215262
}
1526315263
},
1526415264
"workspaces/libnpmpack": {
15265-
"version": "5.0.15",
15265+
"version": "5.0.16",
1526615266
"license": "ISC",
1526715267
"dependencies": {
15268-
"@npmcli/arborist": "^6.2.7",
15268+
"@npmcli/arborist": "^6.2.8",
1526915269
"@npmcli/run-script": "^6.0.0",
1527015270
"npm-package-arg": "^10.1.0",
1527115271
"pacote": "^15.0.8"

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.4",
2+
"version": "9.6.5",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@isaacs/string-locale-compare": "^1.1.0",
56-
"@npmcli/arborist": "^6.2.7",
57-
"@npmcli/config": "^6.1.5",
56+
"@npmcli/arborist": "^6.2.8",
57+
"@npmcli/config": "^6.1.6",
5858
"@npmcli/map-workspaces": "^3.0.3",
5959
"@npmcli/package-json": "^3.0.0",
6060
"@npmcli/run-script": "^6.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.15",
80-
"libnpmexec": "^5.0.15",
81-
"libnpmfund": "^4.0.15",
79+
"libnpmdiff": "^5.0.16",
80+
"libnpmexec": "^5.0.16",
81+
"libnpmfund": "^4.0.16",
8282
"libnpmhook": "^9.0.3",
8383
"libnpmorg": "^5.0.3",
84-
"libnpmpack": "^5.0.15",
84+
"libnpmpack": "^5.0.16",
8585
"libnpmpublish": "^7.1.3",
8686
"libnpmsearch": "^6.0.2",
8787
"libnpmteam": "^5.0.3",

workspaces/arborist/CHANGELOG.md

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

3+
## [6.2.8](https://github.com/npm/cli/compare/arborist-v6.2.7...arborist-v6.2.8) (2023-04-19)
4+
5+
### Bug Fixes
6+
7+
* [`82879f6`](https://github.com/npm/cli/commit/82879f69c72681f636be73d13c4464e35f258954) [#6225](https://github.com/npm/cli/pull/6225) lazy loading of arborist and pacote (#6225) (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`3fa9542`](https://github.com/npm/cli/commit/3fa9542d7f3c0123cb3c49a40f6d5b7bc8d857a5) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
12+
* [`357cc29`](https://github.com/npm/cli/commit/357cc29a335e684391c7b840019223e555919406) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
13+
314
## [6.2.7](https://github.com/npm/cli/compare/arborist-v6.2.6...arborist-v6.2.7) (2023-04-05)
415

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

workspaces/config/CHANGELOG.md

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

3+
## [6.1.6](https://github.com/npm/cli/compare/config-v6.1.5...config-v6.1.6) (2023-04-19)
4+
5+
### Bug Fixes
6+
7+
* [`c7fe1c7`](https://github.com/npm/cli/commit/c7fe1c70eef49fa666f9f25ec941afa8b6acbf05) [#6328](https://github.com/npm/cli/pull/6328) save raw data to file, not parsed data (@wraithgar)
8+
* [`667cff5`](https://github.com/npm/cli/commit/667cff5e29f9be5666d701692ac238dc38194192) [#6328](https://github.com/npm/cli/pull/6328) move to private attributes where possible (@wraithgar)
9+
10+
### Dependencies
11+
12+
* [`3fa9542`](https://github.com/npm/cli/commit/3fa9542d7f3c0123cb3c49a40f6d5b7bc8d857a5) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
13+
* [`357cc29`](https://github.com/npm/cli/commit/357cc29a335e684391c7b840019223e555919406) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
14+
* [`2c80b1e`](https://github.com/npm/cli/commit/2c80b1ede7b6a3c49b3255e171759d30913f0c74) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
15+
316
## [6.1.5](https://github.com/npm/cli/compare/config-v6.1.4...config-v6.1.5) (2023-03-30)
417

518
### Bug Fixes

workspaces/config/package.json

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

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.16](https://github.com/npm/cli/compare/libnpmdiff-v5.0.15...libnpmdiff-v5.0.16) (2023-04-19)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.8): `@npmcli/[email protected]`
8+
39
## [5.0.15](https://github.com/npm/cli/compare/libnpmdiff-v5.0.14...libnpmdiff-v5.0.15) (2023-04-05)
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.15",
3+
"version": "5.0.16",
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.7",
49+
"@npmcli/arborist": "^6.2.8",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [5.0.16](https://github.com/npm/cli/compare/libnpmexec-v5.0.15...libnpmexec-v5.0.16) (2023-04-19)
4+
5+
### Bug Fixes
6+
7+
* [`33dc428`](https://github.com/npm/cli/commit/33dc4285fd8c698c539faae10fe1bf76ceedb6b1) [#6374](https://github.com/npm/cli/pull/6374) account for npx package-name with no spec (@wraithgar)
8+
9+
### Dependencies
10+
11+
* [`3fa9542`](https://github.com/npm/cli/commit/3fa9542d7f3c0123cb3c49a40f6d5b7bc8d857a5) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
12+
* [`357cc29`](https://github.com/npm/cli/commit/357cc29a335e684391c7b840019223e555919406) [#6363](https://github.com/npm/cli/pull/6363) `[email protected]`
13+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.8): `@npmcli/[email protected]`
14+
315
## [5.0.15](https://github.com/npm/cli/compare/libnpmexec-v5.0.14...libnpmexec-v5.0.15) (2023-04-05)
416

517
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.15",
3+
"version": "5.0.16",
44
"files": [
55
"bin/",
66
"lib/"
@@ -60,7 +60,7 @@
6060
"tap": "^16.3.4"
6161
},
6262
"dependencies": {
63-
"@npmcli/arborist": "^6.2.7",
63+
"@npmcli/arborist": "^6.2.8",
6464
"@npmcli/run-script": "^6.0.0",
6565
"chalk": "^4.1.0",
6666
"ci-info": "^3.7.1",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.16](https://github.com/npm/cli/compare/libnpmfund-v4.0.15...libnpmfund-v4.0.16) (2023-04-19)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.8): `@npmcli/[email protected]`
8+
39
## [4.0.15](https://github.com/npm/cli/compare/libnpmfund-v4.0.14...libnpmfund-v4.0.15) (2023-04-05)
410

511
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -45,7 +45,7 @@
4545
"tap": "^16.3.4"
4646
},
4747
"dependencies": {
48-
"@npmcli/arborist": "^6.2.7"
48+
"@npmcli/arborist": "^6.2.8"
4949
},
5050
"engines": {
5151
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/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.16](https://github.com/npm/cli/compare/libnpmpack-v5.0.15...libnpmpack-v5.0.16) (2023-04-19)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.8): `@npmcli/[email protected]`
8+
39
## [5.0.15](https://github.com/npm/cli/compare/libnpmpack-v5.0.14...libnpmpack-v5.0.15) (2023-04-05)
410

511
### Dependencies

workspaces/libnpmpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.15",
3+
"version": "5.0.16",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^6.2.7",
39+
"@npmcli/arborist": "^6.2.8",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
4242
"pacote": "^15.0.8"

0 commit comments

Comments
 (0)