Bump github.com/cli/cli/v2 from 2.32.1 to 2.37.0
Bumps github.com/cli/cli/v2 from 2.32.1 to 2.37.0.
Release notes
Sourced from github.com/cli/cli/v2's releases.
GitHub CLI 2.37.0
⚠ ⚠ Breaking Changes⚠ ⚠
project
: Removetemplate
field from--format=json
output by@samcoe
in cli/cli#8160
- In v2.34.0 we introduced the
template
field when outputing projects to JSON, unfortunately we forgot to take into account our GHES users. This field does not exist on GHES 3.8 and older. Including this field in our queries and output broke nearly all theproject
commands for users targeting these older versions of GHES. As we try our hardest to keepgh
compatible with all non-deprecated GHES versions this was a pretty big mistake. In order to fix it we are reverting the querying and exporting of thetemplate
field forproject
commands. We apologize for the inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.What's Changed
repo create
: Allow--disable-issues
and--template
flags to be used together by@utouto97
in cli/cli#7918repo create
: Allow--homepage
and--template
flag to be used together by@arunsathiya
in cli/cli#8188repo create
: Allow creating repositories from templates in interactive mode by@JunNishimura
in cli/cli#7769repo fork
: Set default repo when forking repo by@kbailey4444
in cli/cli#7768codespace
: Migrate all Codespaces operations from Live Share to Dev Tunnels by@dmgardiner25
in cli/cli#8149codespace create
: Poll permission acceptance endpoint on codespace creation by@dmgardiner25
in cli/cli#8179pr create
: Remove duplicates targets for push survey by@benebsiny
in cli/cli#8184pr create
: Fix typo in documentation by@darthwalsh
in cli/cli#8115browse
: Do not use relative paths when--repo
flag is used by@benebsiny
in cli/cli#8141Other Changes
- Add homebrew-bump-debug workflow by
@williammartin
in cli/cli#8114- Update deployment.yml by
@andyfeller
in cli/cli#8116dependencies
: Update to fix security vulnerability by@samcoe
in cli/cli#8176dependencies
: bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 by@dependabot
in cli/cli#8185New Contributors
@darthwalsh
made their first contribution in cli/cli#8115@benebsiny
made their first contribution in cli/cli#8184Full Changelog: https://github.com/cli/cli/compare/v2.36.0...v2.37.0
GitHub CLI 2.36.0
What's Changed
codespace
: Hint addingcodespace
scope when not logged in by@rajhawaldar
in cli/cli#7961codespace ports
: Forward codespace ports over Dev Tunnels by@dmgardiner25
in cli/cli#8023cache delete
: Percent-encode keys by@benoit-pierre
in cli/cli#8030gpg-key delete
,run watch
: Return HTTP errors properly by@heaths
in cli/cli#8037pr checks
: Show cancelled checks by@rajhawaldar
in cli/cli#7960cache list
: Add JSON exporting support by@siketyan
in cli/cli#7954auth
: Fix startup panic when logged out by@alrs
in cli/cli#8105secret list
,deploy-key list
: Support standard output format flags by@rajhawaldar
in cli/cli#8081pr create
: Update the docs on flag--fill
by@peterramaldes
in cli/cli#8080run view
: Use attempt input when fetching jobs by@arunsathiya
in cli/cli#7831project item-edit
: New clear flag to remove item field value by@arunsathiya
in cli/cli#8024- build(deps): Bump mislav/bump-homebrew-formula-action from 2 to 3 by
@dependabot
in cli/cli#8033- Update triage documentation with link to unlabeled open issues by
@andyfeller
in cli/cli#8082
... (truncated)
Commits
-
8e8e6d9
gh browse
subdirectory path problem withrepo
flag (#8141) -
fd8bbf0
gh pr create
duplicates targets if there are duplicate remotes (#8184) -
5916439
Remove template field from projects exporting (#8160) -
9b037ff
update(repo create): Support for--homepage
flag for template-based reposit... -
bc0f63b
Merge pull request #8179 from dmgardiner25/poll-codespace-permissions -
135c56a
Fix linting error -
7d558ed
build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 (#8185) -
a8f8728
Poll permission acceptance endpoint on codespace creation -
64f4660
Migrate all Codespaces operations from Live Share to Dev Tunnels (#8149) -
7d6fba0
Create repositories from templates in interactive mode (#7769) - Additional commits viewable in compare view