Skip to content

⬆️ 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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

This PR contains the following updates:

Package Update Change
cli/cli minor v2.2.0 -> v2.73.0

Release Notes

cli/cli (cli/cli)

v2.73.0: GitHub CLI 2.73.0

Compare Source

:copilot: Copilot Coding Agent Support

You can now assign issues to GitHub Copilot directly from gh, just as you would assign them to a teammate. Use gh issue edit <number> --add-assignee @&#8203;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 run gh 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
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

What's Changed

New Contributors

Full Changelog: cli/cli@v2.72.0...v2.73.0

v2.72.0: GitHub CLI 2.72.0

Compare Source

:accessibility: Accessibility public preview

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:

  • customizable and contrasting colors
  • non-interactive user input prompting
  • text-based spinners

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
🐛 Fixes

New Contributors

Full Changelog: cli/cli@v2.71.2...v2.72.0

v2.71.2: GitHub CLI 2.71.2

Compare Source

What's Changed

Full Changelog: cli/cli@v2.71.1...v2.71.2

v2.71.1: GitHub CLI 2.71.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.71.0...v2.71.1

v2.71.0: GitHub CLI 2.71.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.70.0...v2.71.0

v2.70.0: GitHub CLI 2.70.0

Compare 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:

Screenshot of gh repo list in light background terminal Screenshot of gh repo list in dark background terminal

For more information including demos from various official distributions, see #​10649.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.69.0...v2.70.0

v2.69.0: GitHub CLI 2.69.0

Compare Source

What's Changed

Features
Bug Fixes
Other

New Contributors

Full Changelog: cli/cli@v2.68.1...v2.69.0

v2.68.1: GitHub CLI 2.68.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.68.0...v2.68.1

v2.68.0: GitHub CLI 2.68.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

v2.67.0: GitHub CLI 2.67.0

Compare 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 default https://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 request

Similar to commands like gh workflow run which prompts for a workflow to run, now gh 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 old help wanted issues.

TLDR:

  • Please directly mention @cli/code-reviewers when an issue you want to work on does not have clear Acceptance Criteria
  • Please only open pull requests for issues with both the help wanted label and clear Acceptance Criteria
  • Please avoid expanding pull request scope to include changes that are not described in the connected issue's Acceptance Criteria

Note: 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
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.66.1...v2.67.0

v2.66.1: GitHub CLI 2.66.1

Compare Source

Hotfix: gh pr view fails with provided URL

This addresses a regression in gh pr view was reported in #​10352. This regression was due to a change in v2.66.0 that no longer allowed gh pr subcommands to execute properly outside of a git repo.

What's Changed

Full Changelog: cli/cli@v2.66.0...v2.66.1

v2.66.0: GitHub CLI 2.66.0

Compare Source

gh pr view and gh pr status now respect common triangular workflow configurations

Previously, gh pr view and gh pr status would fail for pull request's (PR) open in triangular workflows. This was due to gh being unable to identify the PR's corresponding remote and branch refs on GitHub.

Now, gh pr view and gh pr status should successfully identify the PR's refs when the following common git configurations are used:

Branch 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 and gh pr status should work regardless of additional config settings.

For more information, see

gh secret list, gh secret set, and gh secret delete now require repository selection when multiple git remotes are present

Previously, gh secret list, gh secret set, and gh secret delete would determine which remote to target for interacting with GitHub Actions secrets. Remotes marked as default using gh repo set-default or through other gh commands had higher priority when figuring out which repository to interact with. This could have unexpected outcomes when using gh 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
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

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

v2.65.0: GitHub CLI 2.65.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.64.0...v2.65.0

v2.64.0: GitHub CLI 2.64.0

Compare Source

What's Changed


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch 2 times, most recently from a06ac90 to bf6cff4 Compare July 11, 2023 19:54
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.31.0 ⬆️ Update dependency cli/cli to v2.32.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from bf6cff4 to 4fd4b9a Compare July 24, 2023 23:16
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.32.0 ⬆️ Update dependency cli/cli to v2.32.1 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 4fd4b9a to a1cf607 Compare August 21, 2023 19:41
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.32.1 ⬆️ Update dependency cli/cli to v2.33.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from a1cf607 to 9eba901 Compare September 6, 2023 12:29
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.33.0 ⬆️ Update dependency cli/cli to v2.34.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 9eba901 to b6a3c73 Compare September 19, 2023 14:40
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.34.0 ⬆️ Update dependency cli/cli to v2.35.0 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from b6a3c73 to 18c70d3 Compare October 3, 2023 14:12
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.35.0 ⬆️ Update dependency cli/cli to v2.36.0 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 18c70d3 to 437889c Compare October 17, 2023 14:22
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.36.0 ⬆️ Update dependency cli/cli to v2.37.0 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 437889c to 459a0c0 Compare November 1, 2023 13:57
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.37.0 ⬆️ Update dependency cli/cli to v2.38.0 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 459a0c0 to 979e7df Compare November 14, 2023 08:15
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.38.0 ⬆️ Update dependency cli/cli to v2.39.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 979e7df to 79721f5 Compare November 14, 2023 20:08
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.39.0 ⬆️ Update dependency cli/cli to v2.39.1 Nov 14, 2023
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.39.1 ⬆️ Update dependency cli/cli to v2.39.2 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 79721f5 to d153b65 Compare November 27, 2023 20:15
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d153b65 to 3e5005a Compare December 7, 2023 15:34
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.39.2 ⬆️ Update dependency cli/cli to v2.40.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3e5005a to a1c9699 Compare December 13, 2023 16:44
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.40.0 ⬆️ Update dependency cli/cli to v2.40.1 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from a1c9699 to ac1fcf5 Compare January 8, 2024 14:17
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.40.1 ⬆️ Update dependency cli/cli to v2.41.0 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from ac1fcf5 to 8648af4 Compare January 11, 2024 17:07
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.63.1 ⬆️ Update dependency cli/cli to v2.63.2 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 5019f01 to 5f7ddad Compare December 20, 2024 21:47
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.63.2 ⬆️ Update dependency cli/cli to v2.64.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 5f7ddad to 24c2a78 Compare January 8, 2025 16:07
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.64.0 ⬆️ Update dependency cli/cli to v2.65.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 24c2a78 to c04e40a Compare January 30, 2025 20:33
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.65.0 ⬆️ Update dependency cli/cli to v2.66.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from c04e40a to 03aa4f9 Compare February 1, 2025 00:27
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.66.0 ⬆️ Update dependency cli/cli to v2.66.1 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 03aa4f9 to a1b492b Compare February 11, 2025 22:32
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.66.1 ⬆️ Update dependency cli/cli to v2.67.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from a1b492b to 79ac946 Compare March 5, 2025 21:49
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.67.0 ⬆️ Update dependency cli/cli to v2.68.0 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 79ac946 to 2c8073c Compare March 6, 2025 14:48
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.68.0 ⬆️ Update dependency cli/cli to v2.68.1 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 2c8073c to 3c87356 Compare March 19, 2025 23:07
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.68.1 ⬆️ Update dependency cli/cli to v2.69.0 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3c87356 to 2181204 Compare April 15, 2025 12:48
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.69.0 ⬆️ Update dependency cli/cli to v2.70.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 2181204 to 0a2cce6 Compare April 23, 2025 16:45
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.70.0 ⬆️ Update dependency cli/cli to v2.71.0 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 0a2cce6 to f66bec0 Compare April 24, 2025 16:54
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.71.0 ⬆️ Update dependency cli/cli to v2.71.1 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from f66bec0 to adf94dc Compare April 24, 2025 22:24
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.71.1 ⬆️ Update dependency cli/cli to v2.71.2 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from adf94dc to 6390b92 Compare April 30, 2025 22:59
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.71.2 ⬆️ Update dependency cli/cli to v2.72.0 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 6390b92 to f376667 Compare May 19, 2025 23:50
@renovate renovate bot changed the title ⬆️ Update dependency cli/cli to v2.72.0 ⬆️ Update dependency cli/cli to v2.73.0 May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants