Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 10.5.1 #7265

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "10.5.0",
"workspaces/arborist": "7.4.0",
"workspaces/libnpmaccess": "8.0.2",
"workspaces/libnpmdiff": "6.0.7",
"workspaces/libnpmexec": "7.0.8",
"workspaces/libnpmfund": "5.0.5",
"workspaces/libnpmhook": "10.0.1",
"workspaces/libnpmorg": "6.0.2",
"workspaces/libnpmpack": "6.0.7",
"workspaces/libnpmpublish": "9.0.4",
"workspaces/libnpmsearch": "7.0.1",
"workspaces/libnpmteam": "6.0.1",
".": "10.5.1",
"workspaces/arborist": "7.4.1",
"workspaces/libnpmaccess": "8.0.3",
"workspaces/libnpmdiff": "6.0.8",
"workspaces/libnpmexec": "7.0.9",
"workspaces/libnpmfund": "5.0.6",
"workspaces/libnpmhook": "10.0.2",
"workspaces/libnpmorg": "6.0.3",
"workspaces/libnpmpack": "6.0.8",
"workspaces/libnpmpublish": "9.0.5",
"workspaces/libnpmsearch": "7.0.2",
"workspaces/libnpmteam": "6.0.2",
"workspaces/libnpmversion": "5.0.2",
"workspaces/config": "8.2.0"
"workspaces/config": "8.2.1"
}
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -923,3 +923,8 @@ GoodDaisy <[email protected]>
Aleks Sobieraj <[email protected]>
Roberto Basile <[email protected]>
rveerd <[email protected]>
Jason Ho <[email protected]>
Christian Oliff <[email protected]>
Jamie King <[email protected]>
David LJ <[email protected]>
Uiolee <[email protected]>
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-04-03)

### Bug Fixes

* [`17d97d2`](https://github.com/npm/cli/commit/17d97d266807f69cfc2a7a3982e8db126f90c48a) [#7334](https://github.com/npm/cli/pull/7334) use @npmcli/redact for log redactions (@lukekarrys)
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
* [`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)
* [`bdb3c28`](https://github.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#7274](https://github.com/npm/cli/pull/7274) added check for dry-run (#7274) (@cod1r)
* [`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)

### Documentation

* [`1da5cf0`](https://github.com/npm/cli/commit/1da5cf0ace30d89edf05833b91ce80467c7864bd) [#7198](https://github.com/npm/cli/pull/7198) add link to engines section (#7198) (@uiolee)
* [`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)
* [`9807caf`](https://github.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#7304](https://github.com/npm/cli/pull/7304) update audit docs with provenance info (#7304) (@bdehamer)
* [`e1ecfa7`](https://github.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#7285](https://github.com/npm/cli/pull/7285) Correct capitalization for URL (#7285) (@coliff)

### Dependencies

* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `[email protected]`
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]`
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]`
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]` (#7327)
* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`7201a00`](https://github.com/npm/cli/commit/7201a00632f5cedf50101e8411a4b3c514439efb) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`c54a84a`](https://github.com/npm/cli/commit/c54a84ab5fdd7513913518734c0ece5f3d3e39c9) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`6853531`](https://github.com/npm/cli/commit/6853531da30bc8fecb776c823144766915b5e421) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`5bb0031`](https://github.com/npm/cli/commit/5bb003147423a644969c04222e2ba1b6cf407e6f) [#7329](https://github.com/npm/cli/pull/7329) `@sigstore/[email protected]`
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `[email protected]` (@lukekarrys)
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.1): `@npmcli/[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.3): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.8): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.9): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.6): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.3): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.8): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.5): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.2): `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.2): `[email protected]`

### Chores

* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)
* [`0dab381`](https://github.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#7258](https://github.com/npm/cli/pull/7258) `[email protected]` (#7258) (@wraithgar)
* [`af3c48e`](https://github.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#7262](https://github.com/npm/cli/pull/7262) test refactor (#7262) (@wraithgar)

## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28)

### Features
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.5.0",
"version": "10.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.5.0",
"version": "10.5.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -16057,7 +16057,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "7.4.0",
"version": "7.4.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -16113,7 +16113,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "8.2.0",
"version": "8.2.1",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand All @@ -16136,7 +16136,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "8.0.2",
"version": "8.0.3",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^11.0.1",
Expand All @@ -16154,7 +16154,7 @@
}
},
"workspaces/libnpmdiff": {
"version": "6.0.7",
"version": "6.0.8",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
Expand All @@ -16177,7 +16177,7 @@
}
},
"workspaces/libnpmexec": {
"version": "7.0.8",
"version": "7.0.9",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
Expand Down Expand Up @@ -16207,7 +16207,7 @@
}
},
"workspaces/libnpmfund": {
"version": "5.0.5",
"version": "5.0.6",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1"
Expand All @@ -16222,7 +16222,7 @@
}
},
"workspaces/libnpmhook": {
"version": "10.0.1",
"version": "10.0.2",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16239,7 +16239,7 @@
}
},
"workspaces/libnpmorg": {
"version": "6.0.2",
"version": "6.0.3",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -16257,7 +16257,7 @@
}
},
"workspaces/libnpmpack": {
"version": "6.0.7",
"version": "6.0.8",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.2.1",
Expand All @@ -16277,7 +16277,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.4",
"version": "9.0.5",
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
Expand All @@ -16302,7 +16302,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "7.0.1",
"version": "7.0.2",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^16.2.0"
Expand All @@ -16318,7 +16318,7 @@
}
},
"workspaces/libnpmteam": {
"version": "6.0.1",
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.5.0",
"version": "10.5.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down
17 changes: 17 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [7.4.1](https://github.com/npm/cli/compare/arborist-v7.4.0...arborist-v7.4.1) (2024-04-03)

### Bug Fixes

* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)

### Dependencies

* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `[email protected]`
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `[email protected]` (@lukekarrys)

### Chores

* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)

## [7.4.0](https://github.com/npm/cli/compare/arborist-v7.3.1...arborist-v7.4.0) (2024-02-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "7.4.0",
"version": "7.4.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [8.2.1](https://github.com/npm/cli/compare/config-v8.2.0...config-v8.2.1) (2024-04-03)

### Dependencies

* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`

## [8.2.0](https://github.com/npm/cli/compare/config-v8.1.0...config-v8.2.0) (2024-02-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "8.2.0",
"version": "8.2.1",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [8.0.3](https://github.com/npm/cli/compare/libnpmaccess-v8.0.2...libnpmaccess-v8.0.3) (2024-04-03)

### Dependencies

* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `[email protected]`

## [8.0.2](https://github.com/npm/cli/compare/libnpmaccess-v8.0.1...libnpmaccess-v8.0.2) (2023-12-06)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "8.0.2",
"version": "8.0.3",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.0.8](https://github.com/npm/cli/compare/libnpmdiff-v6.0.7...libnpmdiff-v6.0.8) (2024-04-03)

### Dependencies

* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `[email protected]`
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/[email protected]`

## [6.0.7](https://github.com/npm/cli/compare/libnpmdiff-v6.0.6...libnpmdiff-v6.0.7) (2024-02-28)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "6.0.7",
"version": "6.0.8",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.0.9](https://github.com/npm/cli/compare/libnpmexec-v7.0.8...libnpmexec-v7.0.9) (2024-04-03)

### Dependencies

* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]`
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]`
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `[email protected]` (#7327)
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/[email protected]`

## [7.0.8](https://github.com/npm/cli/compare/libnpmexec-v7.0.7...libnpmexec-v7.0.8) (2024-02-28)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "7.0.8",
"version": "7.0.9",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.6](https://github.com/npm/cli/compare/libnpmfund-v5.0.5...libnpmfund-v5.0.6) (2024-04-03)

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/[email protected]`

## [5.0.5](https://github.com/npm/cli/compare/libnpmfund-v5.0.4...libnpmfund-v5.0.5) (2024-02-28)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "5.0.5",
"version": "5.0.6",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [10.0.2](https://github.com/npm/cli/compare/libnpmhook-v10.0.1...libnpmhook-v10.0.2) (2024-04-03)

### Dependencies

* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `[email protected]`

## [10.0.1](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...libnpmhook-v10.0.1) (2023-12-06)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
"version": "10.0.1",
"version": "10.0.2",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmorg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [6.0.3](https://github.com/npm/cli/compare/libnpmorg-v6.0.2...libnpmorg-v6.0.3) (2024-04-03)

### Dependencies

* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `[email protected]`

## [6.0.2](https://github.com/npm/cli/compare/libnpmorg-v6.0.1...libnpmorg-v6.0.2) (2023-12-06)

### Chores
Expand Down
Loading