Skip to content

Commit b8609d3

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.6.0
1 parent 9333e9d commit b8609d3

31 files changed

Lines changed: 247 additions & 43 deletions

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.5.2",
3-
"workspaces/arborist": "7.4.2",
4-
"workspaces/libnpmaccess": "8.0.3",
5-
"workspaces/libnpmdiff": "6.0.9",
6-
"workspaces/libnpmexec": "7.0.10",
7-
"workspaces/libnpmfund": "5.0.7",
8-
"workspaces/libnpmhook": "10.0.2",
9-
"workspaces/libnpmorg": "6.0.3",
10-
"workspaces/libnpmpack": "6.0.9",
11-
"workspaces/libnpmpublish": "9.0.5",
12-
"workspaces/libnpmsearch": "7.0.2",
13-
"workspaces/libnpmteam": "6.0.2",
14-
"workspaces/libnpmversion": "5.0.2",
15-
"workspaces/config": "8.2.2"
2+
".": "10.6.0",
3+
"workspaces/arborist": "7.5.0",
4+
"workspaces/libnpmaccess": "8.0.4",
5+
"workspaces/libnpmdiff": "6.1.0",
6+
"workspaces/libnpmexec": "8.0.0",
7+
"workspaces/libnpmfund": "5.0.8",
8+
"workspaces/libnpmhook": "10.0.3",
9+
"workspaces/libnpmorg": "6.0.4",
10+
"workspaces/libnpmpack": "7.0.0",
11+
"workspaces/libnpmpublish": "9.0.6",
12+
"workspaces/libnpmsearch": "7.0.3",
13+
"workspaces/libnpmteam": "6.0.3",
14+
"workspaces/libnpmversion": "6.0.0",
15+
"workspaces/config": "8.3.0"
1616
}

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,3 +930,5 @@ David LJ <mail@davidlj95.com>
930930
Uiolee <22849383+uiolee@users.noreply.github.com>
931931
Vinicius Lourenço <12551007+H4ad@users.noreply.github.com>
932932
roni-berlin <72336831+roni-berlin@users.noreply.github.com>
933+
Marc Bernard <59966492+mbtools@users.noreply.github.com>
934+
Erik Williamson <me@erik.tw>

CHANGELOG.md

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

3+
## [10.6.0](https://github.com/npm/cli/compare/v10.5.2...v10.6.0) (2024-04-19)
4+
5+
### Features
6+
7+
* [`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162) [#7373](https://github.com/npm/cli/pull/7373) do all ouput over proc-log events (@lukekarrys)
8+
* [`9622597`](https://github.com/npm/cli/commit/9622597399ec93224fddf90a9209a98dbcfd6b2f) [#7339](https://github.com/npm/cli/pull/7339) refactor terminal display (#7339) (@lukekarrys)
9+
10+
### Bug Fixes
11+
12+
* [`ad7ab8c`](https://github.com/npm/cli/commit/ad7ab8c19994c1d2a452278edba65968185d3871) [#7388](https://github.com/npm/cli/pull/7388) perf: lazy loading optimizations (#7388) (@wraithgar)
13+
* [`8eae4b3`](https://github.com/npm/cli/commit/8eae4b3b30a7375f0f9dd4172a8b683efe0bb354) [#7385](https://github.com/npm/cli/pull/7385) token: properly await registry request (#7385) (@wraithgar)
14+
* [`9216d59`](https://github.com/npm/cli/commit/9216d5985fb3e2a2754be5bf0b1d43fc321cf723) [#7377](https://github.com/npm/cli/pull/7377) better output colors (#7377) (@wraithgar)
15+
* [`6512112`](https://github.com/npm/cli/commit/65121122d99855541f63aa787f8ee8bb4eea4a3f) [#7378](https://github.com/npm/cli/pull/7378) use proc-log for all timers (@lukekarrys)
16+
* [`2a80dab`](https://github.com/npm/cli/commit/2a80dab2ed1feedf3cd3af8ff7f41846567b2fd3) [#7370](https://github.com/npm/cli/pull/7370) typo in `npm access` usage (#7370) (@mbtools)
17+
18+
### Documentation
19+
20+
* [`140b9c9`](https://github.com/npm/cli/commit/140b9c988d08beb6c3cd95b67cd4135ed32a19e6) [#7382](https://github.com/npm/cli/pull/7382) package-json: note that line endings are inferred (#7382) (@ertw)
21+
* [`c16dd4e`](https://github.com/npm/cli/commit/c16dd4e46b58d6c4490284e6edc5c255862e322b) [#7367](https://github.com/npm/cli/pull/7367) Document that overrides only work in the root `package.json` (#7367) (@s100)
22+
23+
### Dependencies
24+
25+
* [`38ed048`](https://github.com/npm/cli/commit/38ed048ac0d7a36785dbff0eeca3618cb7f084c5) [#7378](https://github.com/npm/cli/pull/7378) `@npmcli/metavuln-calculator@7.1.0`
26+
* [`7678a3d`](https://github.com/npm/cli/commit/7678a3d92835457bb402c82e4ca7ea3fa734d23b) [#7378](https://github.com/npm/cli/pull/7378) `proc-log@4.1.0`
27+
* [`87f6c09`](https://github.com/npm/cli/commit/87f6c094ac47f4e6eb5d5d6a03a0ad97711b51e9) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/metavuln-calculator@7.0.1`
28+
* [`b8f8b41`](https://github.com/npm/cli/commit/b8f8b414d8ad9635e3efedc6e491c8c6e3df0973) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/run-script@8.0.0`
29+
* [`79f79c7`](https://github.com/npm/cli/commit/79f79c7460be8a74f2b77c647100bcefd89b2efa) [#7373](https://github.com/npm/cli/pull/7373) `proc-log@4.0.0`
30+
* [`9027266`](https://github.com/npm/cli/commit/90272661b16d861a5926af8ec394d32ec0f307fd) [#7373](https://github.com/npm/cli/pull/7373) `pacote@18.0.0`
31+
* [`ee4b3e0`](https://github.com/npm/cli/commit/ee4b3e0e741545045dc03741c7147560961d867d) [#7373](https://github.com/npm/cli/pull/7373) `npm-registry-fetch@16.2.1`
32+
* [`0e7789b`](https://github.com/npm/cli/commit/0e7789b7d9ec88c89edcdade9fc898c131ed492a) [#7373](https://github.com/npm/cli/pull/7373) `npm-profile@9.0.1`
33+
* [`ac98fd3`](https://github.com/npm/cli/commit/ac98fd3a8514f2552555d2b8af74a52e64888797) [#7373](https://github.com/npm/cli/pull/7373) `npm-package-arg@11.0.2`
34+
* [`9351570`](https://github.com/npm/cli/commit/93515700efbb2147a6e929cf117da9e6e87c0aca) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/package-json@5.0.3`
35+
* [`d3a0cfa`](https://github.com/npm/cli/commit/d3a0cfad06ddffe6a3d4968257b7993aea68fc7c) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/git@5.0.6`
36+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.5.0): `@npmcli/arborist@7.5.0`
37+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.3.0): `@npmcli/config@8.3.0`
38+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.4): `libnpmaccess@8.0.4`
39+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.1.0): `libnpmdiff@6.1.0`
40+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v8.0.0): `libnpmexec@8.0.0`
41+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.8): `libnpmfund@5.0.8`
42+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.3): `libnpmhook@10.0.3`
43+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.4): `libnpmorg@6.0.4`
44+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v7.0.0): `libnpmpack@7.0.0`
45+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.6): `libnpmpublish@9.0.6`
46+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.3): `libnpmsearch@7.0.3`
47+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.3): `libnpmteam@6.0.3`
48+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v6.0.0): `libnpmversion@6.0.0`
49+
50+
### Chores
51+
52+
* [`9333e9d`](https://github.com/npm/cli/commit/9333e9df9b6ad3143f084a25b0e7ea347c8094d3) [#7386](https://github.com/npm/cli/pull/7386) reduce windows shim test flakes (#7386) (@lukekarrys)
53+
354
## [10.5.2](https://github.com/npm/cli/compare/v10.5.1...v10.5.2) (2024-04-10)
455

556
### Bug Fixes

package-lock.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.5.2",
3+
"version": "10.6.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.5.2",
9+
"version": "10.6.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16421,7 +16421,7 @@
1642116421
},
1642216422
"workspaces/arborist": {
1642316423
"name": "@npmcli/arborist",
16424-
"version": "7.4.2",
16424+
"version": "7.5.0",
1642516425
"license": "ISC",
1642616426
"dependencies": {
1642716427
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16478,7 +16478,7 @@
1647816478
},
1647916479
"workspaces/config": {
1648016480
"name": "@npmcli/config",
16481-
"version": "8.2.2",
16481+
"version": "8.3.0",
1648216482
"license": "ISC",
1648316483
"dependencies": {
1648416484
"@npmcli/map-workspaces": "^3.0.2",
@@ -16501,7 +16501,7 @@
1650116501
}
1650216502
},
1650316503
"workspaces/libnpmaccess": {
16504-
"version": "8.0.3",
16504+
"version": "8.0.4",
1650516505
"license": "ISC",
1650616506
"dependencies": {
1650716507
"npm-package-arg": "^11.0.2",
@@ -16519,7 +16519,7 @@
1651916519
}
1652016520
},
1652116521
"workspaces/libnpmdiff": {
16522-
"version": "6.0.9",
16522+
"version": "6.1.0",
1652316523
"license": "ISC",
1652416524
"dependencies": {
1652516525
"@npmcli/arborist": "^7.2.1",
@@ -16542,7 +16542,7 @@
1654216542
}
1654316543
},
1654416544
"workspaces/libnpmexec": {
16545-
"version": "7.0.10",
16545+
"version": "8.0.0",
1654616546
"license": "ISC",
1654716547
"dependencies": {
1654816548
"@npmcli/arborist": "^7.2.1",
@@ -16571,7 +16571,7 @@
1657116571
}
1657216572
},
1657316573
"workspaces/libnpmfund": {
16574-
"version": "5.0.7",
16574+
"version": "5.0.8",
1657516575
"license": "ISC",
1657616576
"dependencies": {
1657716577
"@npmcli/arborist": "^7.2.1"
@@ -16586,7 +16586,7 @@
1658616586
}
1658716587
},
1658816588
"workspaces/libnpmhook": {
16589-
"version": "10.0.2",
16589+
"version": "10.0.3",
1659016590
"license": "ISC",
1659116591
"dependencies": {
1659216592
"aproba": "^2.0.0",
@@ -16603,7 +16603,7 @@
1660316603
}
1660416604
},
1660516605
"workspaces/libnpmorg": {
16606-
"version": "6.0.3",
16606+
"version": "6.0.4",
1660716607
"license": "ISC",
1660816608
"dependencies": {
1660916609
"aproba": "^2.0.0",
@@ -16621,7 +16621,7 @@
1662116621
}
1662216622
},
1662316623
"workspaces/libnpmpack": {
16624-
"version": "6.0.9",
16624+
"version": "7.0.0",
1662516625
"license": "ISC",
1662616626
"dependencies": {
1662716627
"@npmcli/arborist": "^7.2.1",
@@ -16641,7 +16641,7 @@
1664116641
}
1664216642
},
1664316643
"workspaces/libnpmpublish": {
16644-
"version": "9.0.5",
16644+
"version": "9.0.6",
1664516645
"license": "ISC",
1664616646
"dependencies": {
1664716647
"ci-info": "^4.0.0",
@@ -16666,7 +16666,7 @@
1666616666
}
1666716667
},
1666816668
"workspaces/libnpmsearch": {
16669-
"version": "7.0.2",
16669+
"version": "7.0.3",
1667016670
"license": "ISC",
1667116671
"dependencies": {
1667216672
"npm-registry-fetch": "^16.2.1"
@@ -16682,7 +16682,7 @@
1668216682
}
1668316683
},
1668416684
"workspaces/libnpmteam": {
16685-
"version": "6.0.2",
16685+
"version": "6.0.3",
1668616686
"license": "ISC",
1668716687
"dependencies": {
1668816688
"aproba": "^2.0.0",
@@ -16699,7 +16699,7 @@
1669916699
}
1670016700
},
1670116701
"workspaces/libnpmversion": {
16702-
"version": "5.0.2",
16702+
"version": "6.0.0",
1670316703
"license": "ISC",
1670416704
"dependencies": {
1670516705
"@npmcli/git": "^5.0.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.5.2",
2+
"version": "10.6.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

workspaces/arborist/CHANGELOG.md

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

3+
## [7.5.0](https://github.com/npm/cli/compare/arborist-v7.4.2...arborist-v7.5.0) (2024-04-19)
4+
5+
### Features
6+
7+
* [`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162) [#7373](https://github.com/npm/cli/pull/7373) do all ouput over proc-log events (@lukekarrys)
8+
* [`9622597`](https://github.com/npm/cli/commit/9622597399ec93224fddf90a9209a98dbcfd6b2f) [#7339](https://github.com/npm/cli/pull/7339) refactor terminal display (#7339) (@lukekarrys)
9+
10+
### Bug Fixes
11+
12+
* [`6512112`](https://github.com/npm/cli/commit/65121122d99855541f63aa787f8ee8bb4eea4a3f) [#7378](https://github.com/npm/cli/pull/7378) use proc-log for all timers (@lukekarrys)
13+
14+
### Dependencies
15+
16+
* [`38ed048`](https://github.com/npm/cli/commit/38ed048ac0d7a36785dbff0eeca3618cb7f084c5) [#7378](https://github.com/npm/cli/pull/7378) `@npmcli/metavuln-calculator@7.1.0`
17+
* [`7678a3d`](https://github.com/npm/cli/commit/7678a3d92835457bb402c82e4ca7ea3fa734d23b) [#7378](https://github.com/npm/cli/pull/7378) `proc-log@4.1.0`
18+
* [`87f6c09`](https://github.com/npm/cli/commit/87f6c094ac47f4e6eb5d5d6a03a0ad97711b51e9) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/metavuln-calculator@7.0.1`
19+
* [`b8f8b41`](https://github.com/npm/cli/commit/b8f8b414d8ad9635e3efedc6e491c8c6e3df0973) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/run-script@8.0.0`
20+
* [`79f79c7`](https://github.com/npm/cli/commit/79f79c7460be8a74f2b77c647100bcefd89b2efa) [#7373](https://github.com/npm/cli/pull/7373) `proc-log@4.0.0`
21+
* [`9027266`](https://github.com/npm/cli/commit/90272661b16d861a5926af8ec394d32ec0f307fd) [#7373](https://github.com/npm/cli/pull/7373) `pacote@18.0.0`
22+
* [`ee4b3e0`](https://github.com/npm/cli/commit/ee4b3e0e741545045dc03741c7147560961d867d) [#7373](https://github.com/npm/cli/pull/7373) `npm-registry-fetch@16.2.1`
23+
* [`ac98fd3`](https://github.com/npm/cli/commit/ac98fd3a8514f2552555d2b8af74a52e64888797) [#7373](https://github.com/npm/cli/pull/7373) `npm-package-arg@11.0.2`
24+
* [`9351570`](https://github.com/npm/cli/commit/93515700efbb2147a6e929cf117da9e6e87c0aca) [#7373](https://github.com/npm/cli/pull/7373) `@npmcli/package-json@5.0.3`
25+
326
## [7.4.2](https://github.com/npm/cli/compare/arborist-v7.4.1...arborist-v7.4.2) (2024-04-10)
427

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

workspaces/config/CHANGELOG.md

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

3+
## [8.3.0](https://github.com/npm/cli/compare/config-v8.2.2...config-v8.3.0) (2024-04-19)
4+
5+
### Features
6+
7+
* [`9123de4`](https://github.com/npm/cli/commit/9123de4d282bfd19ea17ad613f5a2acab0e0e162) [#7373](https://github.com/npm/cli/pull/7373) do all ouput over proc-log events (@lukekarrys)
8+
9+
### Bug Fixes
10+
11+
* [`6512112`](https://github.com/npm/cli/commit/65121122d99855541f63aa787f8ee8bb4eea4a3f) [#7378](https://github.com/npm/cli/pull/7378) use proc-log for all timers (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`7678a3d`](https://github.com/npm/cli/commit/7678a3d92835457bb402c82e4ca7ea3fa734d23b) [#7378](https://github.com/npm/cli/pull/7378) `proc-log@4.1.0`
16+
* [`79f79c7`](https://github.com/npm/cli/commit/79f79c7460be8a74f2b77c647100bcefd89b2efa) [#7373](https://github.com/npm/cli/pull/7373) `proc-log@4.0.0`
17+
* [`9027266`](https://github.com/npm/cli/commit/90272661b16d861a5926af8ec394d32ec0f307fd) [#7373](https://github.com/npm/cli/pull/7373) `pacote@18.0.0`
18+
319
## [8.2.2](https://github.com/npm/cli/compare/config-v8.2.1...config-v8.2.2) (2024-04-10)
420

521
### 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": "8.2.2",
3+
"version": "8.3.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmaccess/CHANGELOG.md

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

3+
## [8.0.4](https://github.com/npm/cli/compare/libnpmaccess-v8.0.3...libnpmaccess-v8.0.4) (2024-04-19)
4+
5+
### Dependencies
6+
7+
* [`ee4b3e0`](https://github.com/npm/cli/commit/ee4b3e0e741545045dc03741c7147560961d867d) [#7373](https://github.com/npm/cli/pull/7373) `npm-registry-fetch@16.2.1`
8+
* [`ac98fd3`](https://github.com/npm/cli/commit/ac98fd3a8514f2552555d2b8af74a52e64888797) [#7373](https://github.com/npm/cli/pull/7373) `npm-package-arg@11.0.2`
9+
310
## [8.0.3](https://github.com/npm/cli/compare/libnpmaccess-v8.0.2...libnpmaccess-v8.0.3) (2024-04-03)
411

512
### Dependencies

0 commit comments

Comments
 (0)