Skip to content

Commit 6ad39dc

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.5.0
1 parent 6d1789c commit 6ad39dc

File tree

17 files changed

+123
-22
lines changed

17 files changed

+123
-22
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-
".": "10.4.0",
3-
"workspaces/arborist": "7.3.1",
2+
".": "10.5.0",
3+
"workspaces/arborist": "7.4.0",
44
"workspaces/libnpmaccess": "8.0.2",
5-
"workspaces/libnpmdiff": "6.0.6",
6-
"workspaces/libnpmexec": "7.0.7",
7-
"workspaces/libnpmfund": "5.0.4",
5+
"workspaces/libnpmdiff": "6.0.7",
6+
"workspaces/libnpmexec": "7.0.8",
7+
"workspaces/libnpmfund": "5.0.5",
88
"workspaces/libnpmhook": "10.0.1",
99
"workspaces/libnpmorg": "6.0.2",
10-
"workspaces/libnpmpack": "6.0.6",
10+
"workspaces/libnpmpack": "6.0.7",
1111
"workspaces/libnpmpublish": "9.0.4",
1212
"workspaces/libnpmsearch": "7.0.1",
1313
"workspaces/libnpmteam": "6.0.1",
1414
"workspaces/libnpmversion": "5.0.2",
15-
"workspaces/config": "8.1.0"
15+
"workspaces/config": "8.2.0"
1616
}

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,3 +919,7 @@ Jan T. Sott <[email protected]>
919919
Daniel Kaplan <[email protected]>
920920
Andrii Romasiun <[email protected]>
921921
Rita Aktay <[email protected]>
922+
GoodDaisy <[email protected]>
923+
Aleks Sobieraj <[email protected]>
924+
Roberto Basile <[email protected]>
925+

CHANGELOG.md

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

3+
## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28)
4+
5+
### Features
6+
7+
* [`2366edc`](https://github.com/npm/cli/commit/2366edcaf2b32b5d1c6a7c03184c59eef0e08eae) [#7218](https://github.com/npm/cli/pull/7218) query: add :vuln pseudo selector (@wraithgar)
8+
* [`4f3ddbb`](https://github.com/npm/cli/commit/4f3ddbbe88df7c94d1e06e660928a962e973f332) [#5966](https://github.com/npm/cli/pull/5966) add --expect-entries to `npm query` (@wraithgar)
9+
10+
### Bug Fixes
11+
12+
* [`818957c`](https://github.com/npm/cli/commit/818957c0f88c859bf3ea90ff440ec5d9d9e990b9) [#7158](https://github.com/npm/cli/pull/7158) pack, publish: default foreground-scripts to true (#7158) (@ljharb)
13+
* [`d04111d`](https://github.com/npm/cli/commit/d04111d48ca59fce27909712b328fe5cfc4d016d) [#7197](https://github.com/npm/cli/pull/7197) view: filter out invalid semver (#7197) (@wraithgar)
14+
* [`b0a3ba0`](https://github.com/npm/cli/commit/b0a3ba0b99ce5920722244f1ccb8b830826abef4) [#7195](https://github.com/npm/cli/pull/7195) prevent adding invalid dist-tag (#7195) (@wraithgar)
15+
16+
### Documentation
17+
18+
* [`c4741fe`](https://github.com/npm/cli/commit/c4741fee8b4e6cdca90c6773385ff710c8b3f7f5) [#7254](https://github.com/npm/cli/pull/7254) Remove additional example and comments about uninstall script (#7254) (@rveerd)
19+
* [`686a622`](https://github.com/npm/cli/commit/686a622480d32eabf2d69982e422ba3dcd8a6f7c) [#7247](https://github.com/npm/cli/pull/7247) scope: update example command to work in windows (#7247) (@robertobasile84)
20+
* [`95b5057`](https://github.com/npm/cli/commit/95b505738a73ba740227a41b8c7c87013af5acaf) [#5966](https://github.com/npm/cli/pull/5966) clarify in-range and out-of-range in dependency selectors (@wraithgar)
21+
* [`5b7184f`](https://github.com/npm/cli/commit/5b7184f3aaf5a9ca58418b6d029616088964ed0a) [#7190](https://github.com/npm/cli/pull/7190) workspaces: fix grammar (#7190) (@alekstech)
22+
* [`0dd03f9`](https://github.com/npm/cli/commit/0dd03f9450e0cf57fa85ad2ef74b5a54f3c775a9) [#7182](https://github.com/npm/cli/pull/7182) fix typos (#7182) (@GoodDaisy)
23+
24+
### Dependencies
25+
26+
* [`16d4c9f`](https://github.com/npm/cli/commit/16d4c9f0e48a18719f1461460504a4228f8f663d) [#7218](https://github.com/npm/cli/pull/7218) `@npmcli/[email protected]`
27+
* [`06247d1`](https://github.com/npm/cli/commit/06247d18fd3573d48b220512e84f87eaab06210a) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
28+
* [`79d1e0b`](https://github.com/npm/cli/commit/79d1e0bc9f781b02af876f0615595976958ca410) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
29+
* [`67e853a`](https://github.com/npm/cli/commit/67e853a507ab31af5b82fd3fcbcb2fe2f18cad5d) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
30+
* [`4c9fe4b`](https://github.com/npm/cli/commit/4c9fe4be4df39960cfadef2ca07465c90d9ee414) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
31+
* [`4a50c5a`](https://github.com/npm/cli/commit/4a50c5adaa0f28a8e9f6433c34b0eedfc73885a1) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
32+
* [`ed3f254`](https://github.com/npm/cli/commit/ed3f254a09d8f0da49e927e8b7fbd81c1232208e) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
33+
* [`8ec4fd5`](https://github.com/npm/cli/commit/8ec4fd541be937a965e685ad4dbbfb57ae3b2462) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
34+
* [`98b1189`](https://github.com/npm/cli/commit/98b11894b770065979c8fefb87861c156ad0c895) [#7242](https://github.com/npm/cli/pull/7242) `@npmcli/[email protected]`
35+
* [`dafa903`](https://github.com/npm/cli/commit/dafa903fe9083343fd17bdd3a5acc6f9acc8f356) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
36+
* [`d0bcb76`](https://github.com/npm/cli/commit/d0bcb76bd635eefcb1fae39e831e227a1852ef68) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
37+
* [`a13808e`](https://github.com/npm/cli/commit/a13808e2e8ed0507e12ad27f8b212e5b0b6ccae8) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
38+
* [`d6521ac`](https://github.com/npm/cli/commit/d6521ac9c43ccf909ff4d1564dffa0f07e260503) [#7242](https://github.com/npm/cli/pull/7242) `@sigstore/[email protected]`
39+
* [`43cac2f`](https://github.com/npm/cli/commit/43cac2f990aefca283d49e26ff83ba5d6fb28313) [#7242](https://github.com/npm/cli/pull/7242) `[email protected]`
40+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.0): `@npmcli/[email protected]`
41+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.0): `@npmcli/[email protected]`
42+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.7): `[email protected]`
43+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.8): `[email protected]`
44+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.5): `[email protected]`
45+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.7): `[email protected]`
46+
47+
### Chores
48+
49+
* [`d6bc684`](https://github.com/npm/cli/commit/d6bc6840edce1957c0ea0ed618819cbfe23fa611) [#7242](https://github.com/npm/cli/pull/7242) update devDependencies in lockfile (@wraithgar)
50+
351
## [10.4.0](https://github.com/npm/cli/compare/v10.3.0...v10.4.0) (2024-01-24)
452

553
### Features

package-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.4.0",
3+
"version": "10.5.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.4.0",
9+
"version": "10.5.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16167,7 +16167,7 @@
1616716167
},
1616816168
"workspaces/arborist": {
1616916169
"name": "@npmcli/arborist",
16170-
"version": "7.3.1",
16170+
"version": "7.4.0",
1617116171
"license": "ISC",
1617216172
"dependencies": {
1617316173
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16223,7 +16223,7 @@
1622316223
},
1622416224
"workspaces/config": {
1622516225
"name": "@npmcli/config",
16226-
"version": "8.1.0",
16226+
"version": "8.2.0",
1622716227
"license": "ISC",
1622816228
"dependencies": {
1622916229
"@npmcli/map-workspaces": "^3.0.2",
@@ -16264,7 +16264,7 @@
1626416264
}
1626516265
},
1626616266
"workspaces/libnpmdiff": {
16267-
"version": "6.0.6",
16267+
"version": "6.0.7",
1626816268
"license": "ISC",
1626916269
"dependencies": {
1627016270
"@npmcli/arborist": "^7.2.1",
@@ -16287,7 +16287,7 @@
1628716287
}
1628816288
},
1628916289
"workspaces/libnpmexec": {
16290-
"version": "7.0.7",
16290+
"version": "7.0.8",
1629116291
"license": "ISC",
1629216292
"dependencies": {
1629316293
"@npmcli/arborist": "^7.2.1",
@@ -16317,7 +16317,7 @@
1631716317
}
1631816318
},
1631916319
"workspaces/libnpmfund": {
16320-
"version": "5.0.4",
16320+
"version": "5.0.5",
1632116321
"license": "ISC",
1632216322
"dependencies": {
1632316323
"@npmcli/arborist": "^7.2.1"
@@ -16367,7 +16367,7 @@
1636716367
}
1636816368
},
1636916369
"workspaces/libnpmpack": {
16370-
"version": "6.0.6",
16370+
"version": "6.0.7",
1637116371
"license": "ISC",
1637216372
"dependencies": {
1637316373
"@npmcli/arborist": "^7.2.1",

package.json

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

workspaces/arborist/CHANGELOG.md

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

3+
## [7.4.0](https://github.com/npm/cli/compare/arborist-v7.3.1...arborist-v7.4.0) (2024-02-28)
4+
5+
### Features
6+
7+
* [`2366edc`](https://github.com/npm/cli/commit/2366edcaf2b32b5d1c6a7c03184c59eef0e08eae) [#7218](https://github.com/npm/cli/pull/7218) query: add :vuln pseudo selector (@wraithgar)
8+
9+
### Bug Fixes
10+
11+
* [`6d1789c`](https://github.com/npm/cli/commit/6d1789cd5f3c8aad4ef83e38c4f5d131460dad0f) [#7237](https://github.com/npm/cli/pull/7237) Arborist code cleanup (#7237) (@wraithgar)
12+
* [`ed17276`](https://github.com/npm/cli/commit/ed172762e6a0bb020bf8a0cd1e566c3ba67fc070) [#7218](https://github.com/npm/cli/pull/7218) query-selector: don't look up private packages on :outdated (@wraithgar)
13+
14+
### Dependencies
15+
16+
* [`16d4c9f`](https://github.com/npm/cli/commit/16d4c9f0e48a18719f1461460504a4228f8f663d) [#7218](https://github.com/npm/cli/pull/7218) `@npmcli/[email protected]`
17+
318
## [7.3.1](https://github.com/npm/cli/compare/arborist-v7.3.0...arborist-v7.3.1) (2024-01-24)
419

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

workspaces/config/CHANGELOG.md

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

3+
## [8.2.0](https://github.com/npm/cli/compare/config-v8.1.0...config-v8.2.0) (2024-02-28)
4+
5+
### Features
6+
7+
* [`4f3ddbb`](https://github.com/npm/cli/commit/4f3ddbbe88df7c94d1e06e660928a962e973f332) [#5966](https://github.com/npm/cli/pull/5966) add --expect-entries to `npm query` (@wraithgar)
8+
9+
### Bug Fixes
10+
11+
* [`818957c`](https://github.com/npm/cli/commit/818957c0f88c859bf3ea90ff440ec5d9d9e990b9) [#7158](https://github.com/npm/cli/pull/7158) pack, publish: default foreground-scripts to true (#7158) (@ljharb)
12+
313
## [8.1.0](https://github.com/npm/cli/compare/config-v8.0.3...config-v8.1.0) (2024-01-10)
414

515
### Features

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.1.0",
3+
"version": "8.2.0",
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+
## [6.0.7](https://github.com/npm/cli/compare/libnpmdiff-v6.0.6...libnpmdiff-v6.0.7) (2024-02-28)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.0): `@npmcli/[email protected]`
8+
39
## [6.0.6](https://github.com/npm/cli/compare/libnpmdiff-v6.0.5...libnpmdiff-v6.0.6) (2024-01-24)
410

511
### Dependencies

0 commit comments

Comments
 (0)