Skip to content

Commit c4d1a7b

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.5.1
1 parent 9bffa13 commit c4d1a7b

15 files changed

+83
-19
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "10.5.0",
3-
"workspaces/arborist": "7.4.0",
2+
".": "10.5.1",
3+
"workspaces/arborist": "7.4.1",
44
"workspaces/libnpmaccess": "8.0.2",
5-
"workspaces/libnpmdiff": "6.0.7",
6-
"workspaces/libnpmexec": "7.0.8",
7-
"workspaces/libnpmfund": "5.0.5",
5+
"workspaces/libnpmdiff": "6.0.8",
6+
"workspaces/libnpmexec": "7.0.9",
7+
"workspaces/libnpmfund": "5.0.6",
88
"workspaces/libnpmhook": "10.0.1",
99
"workspaces/libnpmorg": "6.0.2",
10-
"workspaces/libnpmpack": "6.0.7",
10+
"workspaces/libnpmpack": "6.0.8",
1111
"workspaces/libnpmpublish": "9.0.4",
1212
"workspaces/libnpmsearch": "7.0.1",
1313
"workspaces/libnpmteam": "6.0.1",

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -923,3 +923,8 @@ GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
923923
Aleks Sobieraj <contact@aleks.tech>
924924
Roberto Basile <robertobasile84@users.noreply.github.com>
925925
rveerd <rutgervaneerd@hotmail.com>
926+
Jason Ho <jasonho353@gmail.com>
927+
Christian Oliff <christianoliff@pm.me>
928+
Jamie King <hello@jamieking.me>
929+
David LJ <mail@davidlj95.com>
930+
Uiolee <22849383+uiolee@users.noreply.github.com>

CHANGELOG.md

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

3+
## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-03-27)
4+
5+
### Bug Fixes
6+
7+
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
8+
* [`9d4e85f`](https://github.com/npm/cli/commit/9d4e85f2379eded50b54f4e0b6f307031037f1ec) [#7297](https://github.com/npm/cli/pull/7297) search: include searchlimit option in help output (#7297) (@10xLaCroixDrinker)
9+
* [`bdb3c28`](https://github.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#7274](https://github.com/npm/cli/pull/7274) added check for dry-run (#7274) (@cod1r)
10+
* [`7f1ab88`](https://github.com/npm/cli/commit/7f1ab8822a8d50403338595ab9f218e4d63f37fa) [#7271](https://github.com/npm/cli/pull/7271) more lightweight npm bin discovery in windows (#7271) (@wraithgar)
11+
12+
### Documentation
13+
14+
* [`1da5cf0`](https://github.com/npm/cli/commit/1da5cf0ace30d89edf05833b91ce80467c7864bd) [#7198](https://github.com/npm/cli/pull/7198) add link to engines section (#7198) (@uiolee)
15+
* [`1114a12`](https://github.com/npm/cli/commit/1114a12f2b4691d403d0863d4dca44f25580f57d) [#7307](https://github.com/npm/cli/pull/7307) fix incorrect npm audit key response link (#7307) (@davidlj95)
16+
* [`9807caf`](https://github.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#7304](https://github.com/npm/cli/pull/7304) update audit docs with provenance info (#7304) (@bdehamer)
17+
* [`e1ecfa7`](https://github.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#7285](https://github.com/npm/cli/pull/7285) Correct capitalization for URL (#7285) (@coliff)
18+
19+
### Dependencies
20+
21+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
22+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.8): `libnpmdiff@6.0.8`
23+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.9): `libnpmexec@7.0.9`
24+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.6): `libnpmfund@5.0.6`
25+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.8): `libnpmpack@6.0.8`
26+
27+
### Chores
28+
29+
* [`0dab381`](https://github.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#7258](https://github.com/npm/cli/pull/7258) `jsdom@24.0.0` (#7258) (@wraithgar)
30+
* [`af3c48e`](https://github.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#7262](https://github.com/npm/cli/pull/7262) test refactor (#7262) (@wraithgar)
31+
332
## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28)
433

534
### Features

package-lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.5.0",
3+
"version": "10.5.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.5.0",
9+
"version": "10.5.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16042,7 +16042,7 @@
1604216042
},
1604316043
"workspaces/arborist": {
1604416044
"name": "@npmcli/arborist",
16045-
"version": "7.4.0",
16045+
"version": "7.4.1",
1604616046
"license": "ISC",
1604716047
"dependencies": {
1604816048
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16139,7 +16139,7 @@
1613916139
}
1614016140
},
1614116141
"workspaces/libnpmdiff": {
16142-
"version": "6.0.7",
16142+
"version": "6.0.8",
1614316143
"license": "ISC",
1614416144
"dependencies": {
1614516145
"@npmcli/arborist": "^7.2.1",
@@ -16162,7 +16162,7 @@
1616216162
}
1616316163
},
1616416164
"workspaces/libnpmexec": {
16165-
"version": "7.0.8",
16165+
"version": "7.0.9",
1616616166
"license": "ISC",
1616716167
"dependencies": {
1616816168
"@npmcli/arborist": "^7.2.1",
@@ -16192,7 +16192,7 @@
1619216192
}
1619316193
},
1619416194
"workspaces/libnpmfund": {
16195-
"version": "5.0.5",
16195+
"version": "5.0.6",
1619616196
"license": "ISC",
1619716197
"dependencies": {
1619816198
"@npmcli/arborist": "^7.2.1"
@@ -16242,7 +16242,7 @@
1624216242
}
1624316243
},
1624416244
"workspaces/libnpmpack": {
16245-
"version": "6.0.7",
16245+
"version": "6.0.8",
1624616246
"license": "ISC",
1624716247
"dependencies": {
1624816248
"@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.5.0",
2+
"version": "10.5.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

workspaces/arborist/CHANGELOG.md

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

3+
## [7.4.1](https://github.com/npm/cli/compare/arborist-v7.4.0...arborist-v7.4.1) (2024-03-27)
4+
5+
### Bug Fixes
6+
7+
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
8+
39
## [7.4.0](https://github.com/npm/cli/compare/arborist-v7.3.1...arborist-v7.4.0) (2024-02-28)
410

511
### Features

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

workspaces/libnpmdiff/CHANGELOG.md

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

3+
## [6.0.8](https://github.com/npm/cli/compare/libnpmdiff-v6.0.7...libnpmdiff-v6.0.8) (2024-03-27)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
8+
39
## [6.0.7](https://github.com/npm/cli/compare/libnpmdiff-v6.0.6...libnpmdiff-v6.0.7) (2024-02-28)
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.7",
3+
"version": "6.0.8",
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.9](https://github.com/npm/cli/compare/libnpmexec-v7.0.8...libnpmexec-v7.0.9) (2024-03-27)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
8+
39
## [7.0.8](https://github.com/npm/cli/compare/libnpmexec-v7.0.7...libnpmexec-v7.0.8) (2024-02-28)
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.8",
3+
"version": "7.0.9",
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.6](https://github.com/npm/cli/compare/libnpmfund-v5.0.5...libnpmfund-v5.0.6) (2024-03-27)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
8+
39
## [5.0.5](https://github.com/npm/cli/compare/libnpmfund-v5.0.4...libnpmfund-v5.0.5) (2024-02-28)
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.5",
3+
"version": "5.0.6",
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.8](https://github.com/npm/cli/compare/libnpmpack-v6.0.7...libnpmpack-v6.0.8) (2024-03-27)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
8+
39
## [6.0.7](https://github.com/npm/cli/compare/libnpmpack-v6.0.6...libnpmpack-v6.0.7) (2024-02-28)
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.7",
3+
"version": "6.0.8",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)