-
Notifications
You must be signed in to change notification settings - Fork 0
⬆️ Update dependency cli/cli to v2.73.0 #9
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
main
Choose a base branch
from
renovate/cli-cli-2.x
base: main
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
a06ac90
to
bf6cff4
Compare
bf6cff4
to
4fd4b9a
Compare
4fd4b9a
to
a1cf607
Compare
a1cf607
to
9eba901
Compare
9eba901
to
b6a3c73
Compare
b6a3c73
to
18c70d3
Compare
18c70d3
to
437889c
Compare
437889c
to
459a0c0
Compare
459a0c0
to
979e7df
Compare
979e7df
to
79721f5
Compare
79721f5
to
d153b65
Compare
d153b65
to
3e5005a
Compare
3e5005a
to
a1c9699
Compare
a1c9699
to
ac1fcf5
Compare
ac1fcf5
to
8648af4
Compare
5019f01
to
5f7ddad
Compare
5f7ddad
to
24c2a78
Compare
24c2a78
to
c04e40a
Compare
c04e40a
to
03aa4f9
Compare
03aa4f9
to
a1b492b
Compare
a1b492b
to
79ac946
Compare
79ac946
to
2c8073c
Compare
2c8073c
to
3c87356
Compare
3c87356
to
2181204
Compare
2181204
to
0a2cce6
Compare
0a2cce6
to
f66bec0
Compare
f66bec0
to
adf94dc
Compare
adf94dc
to
6390b92
Compare
6390b92
to
f376667
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
v2.2.0
->v2.73.0
Release Notes
cli/cli (cli/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/10043gh pr merge --delete-branch
exits with error when merge requested via merge queue by @BagToad in https://github.com/cli/cli/pull/10074gh at inspect
improvements by @phillmv in [https:/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 was generated by Mend Renovate. View the repository job log.