Skip to content

Commit 569f391

Browse files
github-actions[bot]wraithgar
authored andcommittedFeb 28, 2024··
chore: release 10.5.0
1 parent 6d1789c commit 569f391

17 files changed

+123
-22
lines changed
 

‎.release-please-manifest.json

+7-7
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

+4
Original file line numberDiff line numberDiff line change
@@ -919,3 +919,7 @@ Jan T. Sott <git@idleberg.com>
919919
Daniel Kaplan <tieTYT@gmail.com>
920920
Andrii Romasiun <35810911+Blaumaus@users.noreply.github.com>
921921
Rita Aktay <ritaaktay@gmail.com>
922+
GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
923+
Aleks Sobieraj <contact@aleks.tech>
924+
Roberto Basile <robertobasile84@users.noreply.github.com>
925+
rveerd <rutgervaneerd@hotmail.com>

‎CHANGELOG.md

+48
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/query@3.1.0`
27+
* [`06247d1`](https://github.com/npm/cli/commit/06247d18fd3573d48b220512e84f87eaab06210a) [#7242](https://github.com/npm/cli/pull/7242) `spdx-license-ids@3.0.17`
28+
* [`79d1e0b`](https://github.com/npm/cli/commit/79d1e0bc9f781b02af876f0615595976958ca410) [#7242](https://github.com/npm/cli/pull/7242) `spdx-exceptions@2.5.0`
29+
* [`67e853a`](https://github.com/npm/cli/commit/67e853a507ab31af5b82fd3fcbcb2fe2f18cad5d) [#7242](https://github.com/npm/cli/pull/7242) `socks@2.8.0`
30+
* [`4c9fe4b`](https://github.com/npm/cli/commit/4c9fe4be4df39960cfadef2ca07465c90d9ee414) [#7242](https://github.com/npm/cli/pull/7242) `lru-cache@10.2.0`
31+
* [`4a50c5a`](https://github.com/npm/cli/commit/4a50c5adaa0f28a8e9f6433c34b0eedfc73885a1) [#7242](https://github.com/npm/cli/pull/7242) `https-proxy-agent@7.0.4`
32+
* [`ed3f254`](https://github.com/npm/cli/commit/ed3f254a09d8f0da49e927e8b7fbd81c1232208e) [#7242](https://github.com/npm/cli/pull/7242) `http-proxy-agent@7.0.2`
33+
* [`8ec4fd5`](https://github.com/npm/cli/commit/8ec4fd541be937a965e685ad4dbbfb57ae3b2462) [#7242](https://github.com/npm/cli/pull/7242) `hasown@2.0.1`
34+
* [`98b1189`](https://github.com/npm/cli/commit/98b11894b770065979c8fefb87861c156ad0c895) [#7242](https://github.com/npm/cli/pull/7242) `@npmcli/agent@2.2.1`
35+
* [`dafa903`](https://github.com/npm/cli/commit/dafa903fe9083343fd17bdd3a5acc6f9acc8f356) [#7242](https://github.com/npm/cli/pull/7242) `sigstore@2.2.2`
36+
* [`d0bcb76`](https://github.com/npm/cli/commit/d0bcb76bd635eefcb1fae39e831e227a1852ef68) [#7242](https://github.com/npm/cli/pull/7242) `diff@5.2.0`
37+
* [`a13808e`](https://github.com/npm/cli/commit/a13808e2e8ed0507e12ad27f8b212e5b0b6ccae8) [#7242](https://github.com/npm/cli/pull/7242) `semver@7.6.0`
38+
* [`d6521ac`](https://github.com/npm/cli/commit/d6521ac9c43ccf909ff4d1564dffa0f07e260503) [#7242](https://github.com/npm/cli/pull/7242) `@sigstore/tuf@2.3.1`
39+
* [`43cac2f`](https://github.com/npm/cli/commit/43cac2f990aefca283d49e26ff83ba5d6fb28313) [#7242](https://github.com/npm/cli/pull/7242) `ip@2.0.1`
40+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.0): `@npmcli/arborist@7.4.0`
41+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.0): `@npmcli/config@8.2.0`
42+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.7): `libnpmdiff@6.0.7`
43+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.8): `libnpmexec@7.0.8`
44+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.5): `libnpmfund@5.0.5`
45+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.7): `libnpmpack@6.0.7`
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

+8-8
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

+1-1
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

+15
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/query@3.1.0`
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

+1-1
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

+10
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

+1-1
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

+6
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/arborist@7.4.0`
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

‎workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.0.6",
3+
"version": "6.0.7",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

‎workspaces/libnpmexec/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.0.8](https://github.com/npm/cli/compare/libnpmexec-v7.0.7...libnpmexec-v7.0.8) (2024-02-28)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.0): `@npmcli/arborist@7.4.0`
8+
39
## [7.0.7](https://github.com/npm/cli/compare/libnpmexec-v7.0.6...libnpmexec-v7.0.7) (2024-01-24)
410

511
### Dependencies

‎workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"files": [
55
"bin/",
66
"lib/"

‎workspaces/libnpmfund/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.5](https://github.com/npm/cli/compare/libnpmfund-v5.0.4...libnpmfund-v5.0.5) (2024-02-28)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.0): `@npmcli/arborist@7.4.0`
8+
39
## [5.0.4](https://github.com/npm/cli/compare/libnpmfund-v5.0.3...libnpmfund-v5.0.4) (2024-01-24)
410

511
### Dependencies

‎workspaces/libnpmfund/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

‎workspaces/libnpmpack/CHANGELOG.md

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

511
### Dependencies

‎workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "6.0.6",
3+
"version": "6.0.7",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.