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: Removetemplatefield from--format=jsonoutput by@samcoein cli/cli#8160
- In v2.34.0 we introduced the
templatefield 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 theprojectcommands for users targeting these older versions of GHES. As we try our hardest to keepghcompatible 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 thetemplatefield forprojectcommands. 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-issuesand--templateflags to be used together by@utouto97in cli/cli#7918repo create: Allow--homepageand--templateflag to be used together by@arunsathiyain cli/cli#8188repo create: Allow creating repositories from templates in interactive mode by@JunNishimurain cli/cli#7769repo fork: Set default repo when forking repo by@kbailey4444in cli/cli#7768codespace: Migrate all Codespaces operations from Live Share to Dev Tunnels by@dmgardiner25in cli/cli#8149codespace create: Poll permission acceptance endpoint on codespace creation by@dmgardiner25in cli/cli#8179pr create: Remove duplicates targets for push survey by@benebsinyin cli/cli#8184pr create: Fix typo in documentation by@darthwalshin cli/cli#8115browse: Do not use relative paths when--repoflag is used by@benebsinyin cli/cli#8141Other Changes
- Add homebrew-bump-debug workflow by
@williammartinin cli/cli#8114- Update deployment.yml by
@andyfellerin cli/cli#8116dependencies: Update to fix security vulnerability by@samcoein cli/cli#8176dependencies: bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 by@dependabotin cli/cli#8185New Contributors
@darthwalshmade their first contribution in cli/cli#8115@benebsinymade 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 addingcodespacescope when not logged in by@rajhawaldarin cli/cli#7961codespace ports: Forward codespace ports over Dev Tunnels by@dmgardiner25in cli/cli#8023cache delete: Percent-encode keys by@benoit-pierrein cli/cli#8030gpg-key delete,run watch: Return HTTP errors properly by@heathsin cli/cli#8037pr checks: Show cancelled checks by@rajhawaldarin cli/cli#7960cache list: Add JSON exporting support by@siketyanin cli/cli#7954auth: Fix startup panic when logged out by@alrsin cli/cli#8105secret list,deploy-key list: Support standard output format flags by@rajhawaldarin cli/cli#8081pr create: Update the docs on flag--fillby@peterramaldesin cli/cli#8080run view: Use attempt input when fetching jobs by@arunsathiyain cli/cli#7831project item-edit: New clear flag to remove item field value by@arunsathiyain cli/cli#8024- build(deps): Bump mislav/bump-homebrew-formula-action from 2 to 3 by
@dependabotin cli/cli#8033- Update triage documentation with link to unlabeled open issues by
@andyfellerin cli/cli#8082
... (truncated)
Commits
-
8e8e6d9gh browsesubdirectory path problem withrepoflag (#8141) -
fd8bbf0gh pr createduplicates targets if there are duplicate remotes (#8184) -
5916439Remove template field from projects exporting (#8160) -
9b037ffupdate(repo create): Support for--homepageflag for template-based reposit... -
bc0f63bMerge pull request #8179 from dmgardiner25/poll-codespace-permissions -
135c56aFix linting error -
7d558edbuild(deps): bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 (#8185) -
a8f8728Poll permission acceptance endpoint on codespace creation -
64f4660Migrate all Codespaces operations from Live Share to Dev Tunnels (#8149) -
7d6fba0Create repositories from templates in interactive mode (#7769) - Additional commits viewable in compare view