cli/cli (cli/cli)
### [`v2.59.0`](https://redirect.github.com/cli/cli/releases/tag/v2.59.0): GitHub CLI 2.59.0
[Compare Source](https://redirect.github.com/cli/cli/compare/v2.58.0...v2.59.0)
#### What's Changed
- Allow community submitted design work by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9683](https://redirect.github.com/cli/cli/pull/9683)
- Improve `SECURITY.md` with expectations for privately reported vulnerabilities by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9687](https://redirect.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://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9650](https://redirect.github.com/cli/cli/pull/9650)
- Print the login URL even when opening a browser by [@ulfjack](https://redirect.github.com/ulfjack) in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091)
- configurable maxwidth for markdown WithWrap() by [@smemsh](https://redirect.github.com/smemsh) in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626)
- Handle errors when parsing hostname in auth flow by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9729](https://redirect.github.com/cli/cli/pull/9729)
- Add `repo license list/view` and `repo gitignore list/view` by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9721](https://redirect.github.com/cli/cli/pull/9721)
- Introduce testscript acceptance tests generally, and for the PR command specifically by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9745](https://redirect.github.com/cli/cli/pull/9745)
- Support `GH_ACCEPTANCE_SCRIPT` env var to target a single script by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9756](https://redirect.github.com/cli/cli/pull/9756)
- Ensure Acceptance defer failures are debuggable by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9754](https://redirect.github.com/cli/cli/pull/9754)
- Add acceptance task to makefile by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9748](https://redirect.github.com/cli/cli/pull/9748)
- Add Acceptance tests for `issue` command by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9757](https://redirect.github.com/cli/cli/pull/9757)
- Update IsEnterprise and IsTenancy for orthogonality using go-gh by [@jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9755](https://redirect.github.com/cli/cli/pull/9755)
- Supporting filtering on `gist list` by [@heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9728](https://redirect.github.com/cli/cli/pull/9728)
#### New Contributors
- [@ulfjack](https://redirect.github.com/ulfjack) made their first contribution in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091)
- [@smemsh](https://redirect.github.com/smemsh) made their first contribution in [https://github.com/cli/cli/pull/9626](https://redirect.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: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v2.58.0
->v2.59.0
Release Notes
cli/cli (cli/cli)
### [`v2.59.0`](https://redirect.github.com/cli/cli/releases/tag/v2.59.0): GitHub CLI 2.59.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.58.0...v2.59.0) #### What's Changed - Allow community submitted design work by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9683](https://redirect.github.com/cli/cli/pull/9683) - Improve `SECURITY.md` with expectations for privately reported vulnerabilities by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9687](https://redirect.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://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9650](https://redirect.github.com/cli/cli/pull/9650) - Print the login URL even when opening a browser by [@ulfjack](https://redirect.github.com/ulfjack) in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - configurable maxwidth for markdown WithWrap() by [@smemsh](https://redirect.github.com/smemsh) in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) - Handle errors when parsing hostname in auth flow by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9729](https://redirect.github.com/cli/cli/pull/9729) - Add `repo license list/view` and `repo gitignore list/view` by [@BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9721](https://redirect.github.com/cli/cli/pull/9721) - Introduce testscript acceptance tests generally, and for the PR command specifically by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9745](https://redirect.github.com/cli/cli/pull/9745) - Support `GH_ACCEPTANCE_SCRIPT` env var to target a single script by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9756](https://redirect.github.com/cli/cli/pull/9756) - Ensure Acceptance defer failures are debuggable by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9754](https://redirect.github.com/cli/cli/pull/9754) - Add acceptance task to makefile by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9748](https://redirect.github.com/cli/cli/pull/9748) - Add Acceptance tests for `issue` command by [@williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9757](https://redirect.github.com/cli/cli/pull/9757) - Update IsEnterprise and IsTenancy for orthogonality using go-gh by [@jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9755](https://redirect.github.com/cli/cli/pull/9755) - Supporting filtering on `gist list` by [@heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9728](https://redirect.github.com/cli/cli/pull/9728) #### New Contributors - [@ulfjack](https://redirect.github.com/ulfjack) made their first contribution in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - [@smemsh](https://redirect.github.com/smemsh) made their first contribution in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) **Full Changelog**: https://github.com/cli/cli/compare/v2.58.0...v2.59.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.