-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update dependency github-cli to v2.73.0 #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github-cli-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66250db
to
33f7fa4
Compare
33f7fa4
to
88de467
Compare
88de467
to
61888e3
Compare
61888e3
to
cbd3339
Compare
cbd3339
to
314e2ce
Compare
314e2ce
to
39b8eac
Compare
39b8eac
to
221ce63
Compare
221ce63
to
cc9ffe8
Compare
cc9ffe8
to
582d78a
Compare
582d78a
to
234a679
Compare
234a679
to
df8fca2
Compare
df8fca2
to
2393821
Compare
2393821
to
cccee72
Compare
cccee72
to
e58d581
Compare
e58d581
to
7b630ea
Compare
beff6ca
to
deed609
Compare
deed609
to
82ea168
Compare
82ea168
to
e869a0e
Compare
Lmillan123
approved these changes
Dec 25, 2024
e869a0e
to
4ad380e
Compare
4ad380e
to
498c065
Compare
498c065
to
2d0bcc2
Compare
2d0bcc2
to
203d780
Compare
203d780
to
300f499
Compare
300f499
to
bb29e9f
Compare
bb29e9f
to
0cd395c
Compare
0cd395c
to
fdb2de1
Compare
fdb2de1
to
b4617f1
Compare
b4617f1
to
cb9b8ef
Compare
cb9b8ef
to
ad6a158
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
cli/cli (github-cli)
v2.73.0
: GitHub CLI 2.73.0Compare Source
You can now assign issues to GitHub Copilot directly from
gh
, just as you would assign them to a teammate. Usegh issue edit <number> --add-assignee @​copilot
to assign the GitHub Copilot coding agent, and Copilot will work in the background to understand the issue, propose a solution, and open a pull request when it's ready for your review. If you rungh issue edit
interactively,Copilot (AI)
will be displayed as a potential assignee. This feature is available for GitHub Copilot Pro+ and Copilot Enterprise subscribers. For more details, refer to the full changelog post for Copilot coding agent.What's Changed
✨ Features
issue edit
andpr edit
by @BagToad in https://github.com/cli/cli/pull/10992gh issue edit
: actors are assignable to issues by @BagToad in https://github.com/cli/cli/pull/10960gh pr edit
: Assign actors to pull requests by @BagToad in https://github.com/cli/cli/pull/10984issue edit
,pr edit
: handle display names in interactive assignee editing by @BagToad in https://github.com/cli/cli/pull/10990issue edit
,pr edit
: Support special non-interactive (flags) assignee name@copilot
by @BagToad in https://github.com/cli/cli/pull/10991closedByPullRequestsReferences
JSON field by @iamazeem in https://github.com/cli/cli/pull/10941🐛 Fixes
StatusJSONResponse
usage by @babakks in https://github.com/cli/cli/pull/10810gh pr view 0
by @nopcoder in https://github.com/cli/cli/pull/10729📚 Docs & Chores
pr create
by @williammartin in https://github.com/cli/cli/pull/10915gh attestation verify
by @malancas in https://github.com/cli/cli/pull/10670What's Changed
New Contributors
Full Changelog: cli/cli@v2.72.0...v2.73.0
v2.72.0
: GitHub CLI 2.72.0Compare Source
This release marks the public preview of several accessibility improvements to the GitHub CLI that have been under development over the past year in partnership with our friends at Charm including:
These new experiences are captured in a new
gh a11y
help topic command, which goes into greater detail into the motivation behind each of them as well as opt-in configuration settings / environment variables.We would like you to share your feedback and join us on this journey through one of GitHub Accessibility feedback channels! 🙌
What's Changed
✨ Features
gh accessibility
help topic highlighting GitHub CLI accessibility experiences by @andyfeller in https://github.com/cli/cli/pull/10890closingIssuesReferences
JSON field by @iamazeem in https://github.com/cli/cli/pull/10544🐛 Fixes
TestRepo/repo-set-default
by @aconsuegra in https://github.com/cli/cli/pull/10884New Contributors
Full Changelog: cli/cli@v2.71.2...v2.72.0
v2.71.2
: GitHub CLI 2.71.2Compare Source
What's Changed
Full Changelog: cli/cli@v2.71.1...v2.71.2
v2.71.1
: GitHub CLI 2.71.1Compare Source
What's Changed
Full Changelog: cli/cli@v2.71.0...v2.71.1
v2.71.0
: GitHub CLI 2.71.0Compare Source
What's Changed
✨ Features
gh pr create
: Support Git's@{push}
revision syntax for determining head ref by @BagToad in https://github.com/cli/cli/pull/10513gh config
: add config settings for accessible prompter and disabling spinner by @BagToad in https://github.com/cli/cli/pull/10846🐛 Fixes
project
commands use shared progress indicator by @BagToad in https://github.com/cli/cli/pull/10817issue view
by @williammartin in https://github.com/cli/cli/pull/10813issue create
by @williammartin in https://github.com/cli/cli/pull/10815📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.70.0...v2.71.0
v2.70.0
: GitHub CLI 2.70.0Compare Source
Accessibility
This release contains dark shipped changes that are part of a larger GitHub CLI accessibility preview still under development. More information about these will be announced later this month including various channels to work with GitHub and GitHub CLI maintainers on shaping these experiences.
Ensure table headers are thematically contrasting
#8292 is a long time issue where table headers were difficult to see in terminals with light background. Ahead of the aforementioned preview,
v2.70.0
has shipped changes that improve the out-of-the-box experience based on terminal background detection.The following screenshots demonstrate the Mac Terminal using the Basic profile, which responds to user's appearance preferences:
For more information including demos from various official distributions, see #10649.
What's Changed
✨ Features
🐛 Fixes
run list
: do not fail on organization/enterprise ruleset imposed workflows by @BagToad in https://github.com/cli/cli/pull/10660gh alias delete
test, prevent wiping out GitHub CLI configuration by @andyfeller in https://github.com/cli/cli/pull/10683GitKind
extension directory path by @iamazeem in https://github.com/cli/cli/pull/10609📚 Docs & Chores
./script/sign
cleanup by @iamazeem in https://github.com/cli/cli/pull/10599gh at verify --help
, document json output by @phillmv in https://github.com/cli/cli/pull/10685README.md
by @babakks in https://github.com/cli/cli/pull/10742New Contributors
Full Changelog: cli/cli@v2.69.0...v2.70.0
v2.69.0
: GitHub CLI 2.69.0Compare Source
What's Changed
Features
*
characters, by @iamazeem in https://github.com/cli/cli/pull/10413Bug Fixes
gh issue/pr comment --edit-last
no longer creates a comment in non-interactive mode if there weren't one. A new flag--create-if-none
provides this behaviour, by @andyfeller in https://github.com/cli/cli/pull/10625gh repo sync
provides a more informative error for missing workflow permissions when the token is provided by a GitHub app, by @wata727 in https://github.com/cli/cli/pull/10574gh api
no longer tries to encode URLs incorrectly, by @williammartin in https://github.com/cli/cli/pull/10630Other
New Contributors
Full Changelog: cli/cli@v2.68.1...v2.69.0
v2.68.1
: GitHub CLI 2.68.1Compare Source
What's Changed
Full Changelog: cli/cli@v2.68.0...v2.68.1
v2.68.0
: GitHub CLI 2.68.0Compare Source
What's Changed
✨ Features
gh attestation verify
by @malancas in https://github.com/cli/cli/pull/10308gh issue/pr comment
] Add--create-if-none
and prompts to create a comment if no comment already exists by @latzskim in https://github.com/cli/cli/pull/10427--succeed-on-no-caches
flag to return exit code 0 by @iamazeem in https://github.com/cli/cli/pull/10327🐛 Fixes
GetLocalAttestations
and clean up custom registry transport by @malancas in https://github.com/cli/cli/pull/10382GH_REPO
too in addition to--repo
for disambiguation by @williammartin in https://github.com/cli/cli/pull/10539gh secret
subcommands not working outside of a repository)remoteResolver
caching issue by @iamazeem in https://github.com/cli/cli/pull/10456📚 Docs & Chores
gh
OAuth tokens inauth logout
's help by @BagToad in https://github.com/cli/cli/pull/10490v2.67.0
: GitHub CLI 2.67.0Compare Source
Security
A bug in
gh attestation verify
may return an incorrect zero exit status when no matching attestations are found for the specified--predicate-type <value>
or the defaulthttps://slsa.dev/provenance/v1
if not specified. This issue only arises if an artifact has an attestation with a predicate type different from the one provided in the command. As a result, users relying solely on these exit codes may mistakenly believe the attestation has been verified, despite the absence of an attestation with the specified predicate type and the tool printing a verification failure.Users are advised to update gh to version
v2.67.0
as soon as possible.For more information, see GHSA-fgw4-v983-mgp8
gh pr checkout
now supports interactively selecting a pull requestSimilar to commands like
gh workflow run
which prompts for a workflow to run, nowgh pr checkout
will prompt for a pull request to checkout. The list is currently limited to the most recent 10 pull requests in the repository.393797385-499b5dfb-3103-42b8-876a-3a2d4d7173c8.mov
Big thank you to @nilvng for implementing this 🙌
Contributing guidelines updated
We've updated our
CONTRIBUTING.md
guidelines to give more clarity around oldhelp wanted
issues.TLDR:
@cli/code-reviewers
when an issue you want to work on does not have clear Acceptance CriteriaNote: Acceptance Criteria is posted as an issue comment by a core maintainer.
See https://github.com/cli/cli/pull/10381 and https://github.com/cli/cli/pull/10395 for more information.
❓ Have feedback on anything? We'd love to hear from you in a discussion post ❤️
What's Changed
✨ Features
gh repo rename
is used with a new repo name that contains an owner by @timrogers in https://github.com/cli/cli/pull/10364iterationId
field in ProjectV2ItemFieldIterationValue by @iamazeem in https://github.com/cli/cli/pull/10329🐛 Fixes
--slurp
flag by @iamazeem in https://github.com/cli/cli/pull/10332--ref
flag by @iamazeem in https://github.com/cli/cli/pull/10328📚 Docs & Chores
help wanted
issues and pull requests by @BagToad in https://github.com/cli/cli/pull/10381gh pr checks
in theLong
section by @iamazeem in https://github.com/cli/cli/pull/10389Full Changelog: cli/cli@v2.66.1...v2.67.0
v2.66.1
: GitHub CLI 2.66.1Compare Source
Hotfix:
gh pr view
fails with provided URLThis addresses a regression in
gh pr view
was reported in #10352. This regression was due to a change inv2.66.0
that no longer allowedgh pr
subcommands to execute properly outside of a git repo.What's Changed
gh pr view
fails with provided URL by @jtmcg in https://github.com/cli/cli/pull/10354Full Changelog: cli/cli@v2.66.0...v2.66.1
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/10102New 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
v2.65.0
: GitHub CLI 2.65.0Compare Source
What's Changed
gh pr create
by @cmbrose in https://github.com/cli/cli/pull/10177New Contributors
Full Changelog: cli/cli@v2.64.0...v2.65.0
v2.64.0
: GitHub CLI 2.64.0Compare Source
What's Changed
gh attestation verify
when thebundle-from-oci
flag is specified by @malancas in https://github.com/cli/cli/pull/10020gh repo rename
help text clarifies new repo name should not include owner by @BagToad in https://github.com/cli/cli/pull/10044gh run
andgh codespace
by @uday-rana in https://github.com/cli/cli/pull/10043Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.