Skip to content

Commit

Permalink
chore(deps): update dependency cli/cli to v2.52.0 (#446)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.50.0` ->
`v2.52.0` |

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.52.0`](https://togithub.com/cli/cli/releases/tag/v2.52.0):
GitHub CLI 2.52.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.51.0...v2.52.0)

#### What's Changed

- feat: add `-a` flag to `gh run list` by
[@&#8203;joshuajtward](https://togithub.com/joshuajtward) in
[https://github.com/cli/cli/pull/9162](https://togithub.com/cli/cli/pull/9162)
- Attestation Verification - Buffer Fix by
[@&#8203;Forrin](https://togithub.com/Forrin) in
[https://github.com/cli/cli/pull/9198](https://togithub.com/cli/cli/pull/9198)
- build(deps): bump actions/attest-build-provenance from 1.2.0 to 1.3.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9222](https://togithub.com/cli/cli/pull/9222)
- build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9211](https://togithub.com/cli/cli/pull/9211)
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9218](https://togithub.com/cli/cli/pull/9218)
- build(deps): bump github.com/google/go-containerregistry from 0.19.1
to 0.19.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9217](https://togithub.com/cli/cli/pull/9217)
- Remove `gh at verify` public beta note by
[@&#8203;phillmv](https://togithub.com/phillmv) in
[https://github.com/cli/cli/pull/9243](https://togithub.com/cli/cli/pull/9243)

#### New Contributors

- [@&#8203;joshuajtward](https://togithub.com/joshuajtward) made their
first contribution in
[https://github.com/cli/cli/pull/9162](https://togithub.com/cli/cli/pull/9162)
- [@&#8203;Forrin](https://togithub.com/Forrin) made their first
contribution in
[https://github.com/cli/cli/pull/9198](https://togithub.com/cli/cli/pull/9198)

**Full Changelog**: cli/cli@v2.51.0...v2.52.0

### [`v2.51.0`](https://togithub.com/cli/cli/releases/tag/v2.51.0):
GitHub CLI 2.51.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.50.0...v2.51.0)

#### What's Changed

- Ensure signed RPMs have attestations by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[https://github.com/cli/cli/pull/9143](https://togithub.com/cli/cli/pull/9143)
- Add `signer-repo` and `signer-workflow` flags to `gh attestation
verify` by [@&#8203;malancas](https://togithub.com/malancas) in
[https://github.com/cli/cli/pull/9137](https://togithub.com/cli/cli/pull/9137)
- Docs: Specify rpm repository to avoid conflicts with community
repositories by [@&#8203;hbenali](https://togithub.com/hbenali) in
[https://github.com/cli/cli/pull/9151](https://togithub.com/cli/cli/pull/9151)
- Replace `--json-result` flag with `--format=json` in the attestation
cmd by [@&#8203;phillmv](https://togithub.com/phillmv) in
[https://github.com/cli/cli/pull/9172](https://togithub.com/cli/cli/pull/9172)
- Bump go-keyring to fix keepassxc prompt confirmation by
[@&#8203;AlanD20](https://togithub.com/AlanD20) in
[https://github.com/cli/cli/pull/9179](https://togithub.com/cli/cli/pull/9179)
- build(deps): bump actions/attest-build-provenance from 1.1.2 to 1.2.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9169](https://togithub.com/cli/cli/pull/9169)
- build(deps): bump goreleaser/goreleaser-action from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9175](https://togithub.com/cli/cli/pull/9175)
- build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9192](https://togithub.com/cli/cli/pull/9192)
- build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/9197](https://togithub.com/cli/cli/pull/9197)
- watch - handle annotation errors gracefully by
[@&#8203;wingleung](https://togithub.com/wingleung) in
[https://github.com/cli/cli/pull/9113](https://togithub.com/cli/cli/pull/9113)

#### New Contributors

- [@&#8203;hbenali](https://togithub.com/hbenali) made their first
contribution in
[https://github.com/cli/cli/pull/9151](https://togithub.com/cli/cli/pull/9151)
- [@&#8203;AlanD20](https://togithub.com/AlanD20) made their first
contribution in
[https://github.com/cli/cli/pull/9179](https://togithub.com/cli/cli/pull/9179)
- [@&#8203;wingleung](https://togithub.com/wingleung) made their first
contribution in
[https://github.com/cli/cli/pull/9113](https://togithub.com/cli/cli/pull/9113)

**Full Changelog**: cli/cli@v2.50.0...v2.51.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/izumin5210/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: izumin5210-update-aqua-checksum[bot] <169593670+izumin5210-update-aqua-checksum[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 9d510ea commit 89b9df2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions config/.config/aquaproj-aqua/codespaces/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,33 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_linux_amd64.tar.gz",
"checksum": "7F9795B3CE99351A1BFC6EA3B09B7363CB1ECCCA19978A046BCB477839EFAB82",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_linux_amd64.tar.gz",
"checksum": "3EA6ED8B2585F406A064CECD7E1501E58F56C8E7CA764AE1F3483D1B8ED68826",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_linux_arm64.tar.gz",
"checksum": "115E1A18695FCC2E060711207F0C297F1CCA8B76DD1D9CD0CF071F69CCAC7422",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_linux_arm64.tar.gz",
"checksum": "3699F5F6D85CEF4E1272F233153F7504D348323883CABF69F8791CC1CFBE7931",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_macOS_amd64.zip",
"checksum": "D18ACD3874C9B914E0631C308F8E2609BD45456272BACFA70221C46C76C635F6",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_macOS_amd64.zip",
"checksum": "784858B533165E64BD2F5253ED885CF5BC30D620EDB82EBB150B20DC1C98EF38",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_macOS_arm64.zip",
"checksum": "85FCED36325E212410D0EEA97970251852B317D49D6D72FD6156E522F2896BC5",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_macOS_arm64.zip",
"checksum": "C1C445154EDE0707CAF24907C74A153E397635EBB35887E73937DE1F00DC0C10",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_windows_amd64.zip",
"checksum": "065439EEFAD0F0C6935540ADDFF86F501876846C4D0DB8273E17E0651E6CA6F2",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_windows_amd64.zip",
"checksum": "F806CCB7B7AA479CAFC8C50C7CA46E5A12EF53154203FB8DA1AB35FBC41A38EB",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/cli/cli/v2.50.0/gh_2.50.0_windows_arm64.zip",
"checksum": "8AAD120B416386B4269EF62C8FDEBCAD31A70847297817A149DAF927EDC85548",
"id": "github_release/github.com/cli/cli/v2.52.0/gh_2.52.0_windows_arm64.zip",
"checksum": "10D9EBBDE6FC8892F14168A3175F54740A609A8869B897E369AEE6E1CB59CFF3",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/.config/aquaproj-aqua/codespaces/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ registries:
- type: standard
ref: v4.193.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: cli/cli@v2.50.0
- name: cli/cli@v2.52.0
- name: junegunn/[email protected]
- name: dandavison/[email protected]
- name: Wilfred/[email protected]
Expand Down

0 comments on commit 89b9df2

Please sign in to comment.