chore(deps): update dependency cli/cli to v2.66.0 #9984
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.65.0
->2.66.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cli/cli (cli/cli)
v2.66.0
: GitHub CLI 2.66.0Compare Source
gh pr view
andgh pr status
now respect common triangular workflow configurationsPreviously,
gh pr view
andgh pr status
would fail for pull request's (PR) open in triangular workflows. This was due togh
being unable to identify the PR's corresponding remote and branch refs on GitHub.Now,
gh pr view
andgh pr status
should successfully identify the PR's refs when the following common git configurations are used:branch.<branchName>.pushremote
is setremote.pushDefault
is setBranch specific configuration, the former, supersedes repo specific configuration, the latter.
Additionally, if the
@{push}
revision syntax for git resolves for a branch,gh pr view
andgh pr status
should work regardless of additional config settings.For more information, see
gh secret list
,gh secret set
, andgh secret delete
now require repository selection when multiplegit
remotes are presentPreviously,
gh secret list
,gh secret set
, andgh secret delete
would determine which remote to target for interacting with GitHub Actions secrets. Remotes marked as default usinggh repo set-default
or through othergh
commands had higher priority when figuring out which repository to interact with. This could have unexpected outcomes when usinggh secret
commands with forked repositories as the upstream repository would generally be selected.Now,
gh secret
commands require users to disambiguate which repository should be the target if multiple remotes are present and the-R, --repo
flag is not provided.For more information, see https://github.com/cli/cli/issues/4688
Extension update notices now notify once every 24 hours per extension and can be disabled
Previously, the GitHub CLI would notify users about newer versions every time an extension was executed. This did not match GitHub CLI notices, which only notified users once every 24 hours and could be disabled through an environment variable.
Now, extension update notices will behave similar to GitHub CLI notices. To disable extension update notices, set the
GH_NO_EXTENSION_UPDATE_NOTIFIER
environment variable.For more information, see https://github.com/cli/cli/issues/9925
What's Changed
✨ Features
gh attestation
attestation bundle fetching logic by @malancas in https://github.com/cli/cli/pull/10185gh attestation verify
table output by @malancas in https://github.com/cli/cli/pull/10104@{push}
by @Frederick888 in https://github.com/cli/cli/pull/9208gh attestation
bundle fetching logic by @malancas in https://github.com/cli/cli/pull/10339🐛 Fixes
gh gist view
andgh gist edit
prompts with no TTY by @mateusmarquezini in https://github.com/cli/cli/pull/10048ReadBranchConfig
andprSelectorForCurrentBranch
by @jtmcg in https://github.com/cli/cli/pull/10197--workflow
flag by @iamazeem in https://github.com/cli/cli/pull/10323📚 Docs & Chores
gh issue create
by @andyfeller in https://github.com/cli/cli/pull/10208gh attestation verify
integration tests by @malancas in https://github.com/cli/cli/pull/10102Dependencies
New Contributors
Big thank you to our many new and longtime contributors making this release happen!! ❤️ ✨
Full Changelog: cli/cli@v2.65.0...v2.66.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 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 has been generated by Renovate Bot.