Bump github.com/cli/cli/v2 from 2.5.1 to 2.23.0
Bumps github.com/cli/cli/v2 from 2.5.1 to 2.23.0.
Release notes
Sourced from github.com/cli/cli/v2's releases.
GitHub CLI 2.23.0
What's New
repo fork
: Add--default-branch-only
flag by@jsoref
in cli/cli#6983repo edit
: Add visibility warning by@tuananhlai
and@samcoe
in cli/cli#6980What's Changed
secret set
: Fix setting Codespaces user secrets by@joshmgross
in cli/cli#6923secret set
: Fix setting Dependabot org secrets by@samcoe
in cli/cli#6941secret set
: Fix multiline values when reading from .env file by@mislav
in cli/cli#6932run
: Fix integer overflow error when more than 255 run attempts by@samcoe
in cli/cli#6935extension browse
: Improve usability and accessibility by@vilmibm
in cli/cli#6584issue/pr edit
: Fix adding/removing projects using flags by@samcoe
in cli/cli#6955codespace delete
: Default to authenticated user by@luanzeba
in cli/cli#6944codespace create
: Default to using current repo by@rneatherway
in cli/cli#6596repo set-default
: Fix interactive mode not showing all remotes by@despreston
in cli/cli#6969GH_DEBUG
: Fix API logging corrupting response bodies by@mislav
in cli/cli#6976pr create
/repo fork
: Avoid implicitly fetching when adding a new git remote by@mislav
in cli/cli#6990- Sanitize ANSII control characters returned from the server by
@samcoe
in cli/cli#6916, cli/cli#6956- Disable gh update checker in our precompiled binaries by
@mislav
in cli/cli#6977- Disallow update checker delaying the gh process by
@mislav
in cli/cli#6978- Bump github.com/cli/oauth from 1.0.0 to 1.0.1 by
@dependabot
in cli/cli#6948- Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 by
@dependabot
in cli/cli#6973Full Changelog: https://github.com/cli/cli/compare/v2.22.1...v2.23.0
GitHub CLI 2.23.0-pre1
What's Changed
- Use int64 repository IDs for Codespaces user secrets by
@joshmgross
in cli/cli#6923- Change uint8 to uint64 to hold job with more than 255 run attempts by
@samcoe
in cli/cli#6935- Special case setting dependabot org secrets by
@samcoe
in cli/cli#6941- Sanitize ANSII control characters returned from the server by
@samcoe
in cli/cli#6916- Bump github.com/cli/oauth from 1.0.0 to 1.0.1 by
@dependabot
in cli/cli#6948- gh ext browse followup by
@vilmibm
in cli/cli#6584- Fix adding/removing projects using flags for edit commands by
@samcoe
in cli/cli#6955- Bump microsoft/setup-msbuild from 1.1.3 to 1.3.1 by
@dependabot
in cli/cli#6973- Fix panic by switching to use append in ASCII sanitization by
@samcoe
in cli/cli#6956- secret set: enable multiline values when reading from .env file by
@mislav
in cli/cli#6932- GH_DEBUG: fix api logging corrupting response bodies by
@mislav
in cli/cli#6976- Support Fork with Default Branch Only by
@jsoref
in cli/cli#6983- Disable gh update checker in our precompiled binaries by
@mislav
in cli/cli#6977- Default to authenticated user on codespace delete by
@luanzeba
in cli/cli#6944- Disallow update checker delaying the gh process by
@mislav
in cli/cli#6978- Teach gh cs create to use current repo as default by
@rneatherway
in cli/cli#6596- Avoid implicitly fetching when adding a new git remote by
@mislav
in cli/cli#6990- Add visibility warning by
@samcoe
in cli/cli#6980- Fix set-default interactive not showing all remotes by
@despreston
in cli/cli#6969
... (truncated)
Commits
-
94fe6c7
Fix set-default interactive not showing all remotes (#6969) -
801c38a
Add visibility warning to repo edit (#6980) -
14eb873
Avoid implicitly fetching when adding a new git remote (#6990) -
78fb909
Teach gh cs create to use current repo as default (#6596) -
626c639
Disallow update checker delaying the gh process (#6978) -
d4c9890
Default to authenticated user on codespace delete (#6944) -
052f567
Merge pull request #6977 from cli/disable-update-checker -
3c0c450
Merge pull request #6983 from jsoref/repo-fork-default-branch-only -
e6d6427
Support Fork with Default Branch Only -
d1e54ec
Merge pull request #6976 from cli/httpretty-body-fix - Additional commits viewable in compare view