From fd607f2c1e1d5f82797edff0e0ca6436aef71004 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Thu, 17 Oct 2024 08:15:45 +0000 Subject: [PATCH] build(deps): update cli/cli to v2.59.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://github.com/cli/cli) | minor | `v2.58.0` -> `v2.59.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
cli/cli (cli/cli) ### [`v2.59.0`](https://github.com/cli/cli/releases/tag/v2.59.0): GitHub CLI 2.59.0 [Compare Source](https://github.com/cli/cli/compare/v2.58.0...v2.59.0) #### What's Changed - Allow community submitted design work by [@​BagToad](https://github.com/BagToad) in https://github.com/cli/cli/pull/9683 - Improve `SECURITY.md` with expectations for privately reported vulnerabilities by [@​BagToad](https://github.com/BagToad) in https://github.com/cli/cli/pull/9687 - Emit a log message when extension installation falls back to a `darwin-amd64` binary on an Apple Silicon macOS device by [@​timrogers](https://github.com/timrogers) in https://github.com/cli/cli/pull/9650 - Print the login URL even when opening a browser by [@​ulfjack](https://github.com/ulfjack) in https://github.com/cli/cli/pull/7091 - configurable maxwidth for markdown WithWrap() by [@​smemsh](https://github.com/smemsh) in https://github.com/cli/cli/pull/9626 - Handle errors when parsing hostname in auth flow by [@​BagToad](https://github.com/BagToad) in https://github.com/cli/cli/pull/9729 - Add `repo license list/view` and `repo gitignore list/view` by [@​BagToad](https://github.com/BagToad) in https://github.com/cli/cli/pull/9721 - Introduce testscript acceptance tests generally, and for the MR command specifically by [@​williammartin](https://github.com/williammartin) in https://github.com/cli/cli/pull/9745 - Support `GH_ACCEPTANCE_SCRIPT` env var to target a single script by [@​williammartin](https://github.com/williammartin) in https://github.com/cli/cli/pull/9756 - Ensure Acceptance defer failures are debuggable by [@​williammartin](https://github.com/williammartin) in https://github.com/cli/cli/pull/9754 - Add acceptance task to makefile by [@​williammartin](https://github.com/williammartin) in https://github.com/cli/cli/pull/9748 - Add Acceptance tests for `issue` command by [@​williammartin](https://github.com/williammartin) in https://github.com/cli/cli/pull/9757 - Update IsEnterprise and IsTenancy for orthogonality using go-gh by [@​jtmcg](https://github.com/jtmcg) in https://github.com/cli/cli/pull/9755 - Supporting filtering on `gist list` by [@​heaths](https://github.com/heaths) in https://github.com/cli/cli/pull/9728 #### New Contributors - [@​ulfjack](https://github.com/ulfjack) made their first contribution in https://github.com/cli/cli/pull/7091 - [@​smemsh](https://github.com/smemsh) made their first contribution in https://github.com/cli/cli/pull/9626 **Full Changelog**: https://github.com/cli/cli/compare/v2.58.0...v2.59.0
--- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 778483c5..37d4e4b5 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -124,7 +124,7 @@ packages: - name: gabrie30/ghorg@v1.11.0 description: Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more link: https://github.com/gabrie30/ghorg -- name: cli/cli@v2.58.0 +- name: cli/cli@v2.59.0 description: GitHub’s official command line tool link: https://github.com/cli/cli - name: watchexec/watchexec@v2.1.2