Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

chore(deps): update dependency cli/cli to v2.37.0 () #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
cli/cli minor v2.20.2 -> v2.37.0

Release Notes

cli/cli (cli/cli)

v2.37.0: GitHub CLI 2.37.0

Compare Source

⚠️ ⚠️ Breaking Changes ⚠️ ⚠️

  • project: Remove template field from --format=json output by @​samcoe in https://github.com/cli/cli/pull/8160
    • In v2.34.0 we introduced the template field 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 the project commands for users
      targeting these older versions of GHES. As we try our hardest to keep gh compatible 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 the template field for project commands. We apologize for the
      inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.

What's Changed

Other Changes

New Contributors

Full Changelog: cli/cli@v2.36.0...v2.37.0

v2.36.0: GitHub CLI 2.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/cli@v2.35.0...v2.36.0

v2.35.0: GitHub CLI 2.35.0

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: cli/cli@v2.34.0...v2.35.0

v2.34.0: GitHub CLI 2.34.0

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: cli/cli@v2.33.0...v2.34.0

v2.33.0: GitHub CLI 2.33.0

Compare Source

Meowdy terminal aficionados! 😸

Before moving onto the freshest gh release notes, I have some GitHub CLI team news to share with the community:

  1. Our dear friend and college @​vilmibm has moved on from GitHub in following his passions for digital humanities 😿

    The core GitHub CLI team could not be happier for Nate as those same passions has brought gh to this point. 😻 So a tremendous unimaginable thanks to our dear friend as he chases the wind with the hopes he continues as part of the GitHub CLI community 💯

  2. We welcome a new GitHub CLI team member: @​andyfeller 😹

    Andy has been a long-time CLI extension advocate within GitHub for some time, maintaining extensions for unique user challenges. Please warmly welcome him as he gets up to speed with supporting our community officially! ❤️

What's Changed

New Contributors

Full Changelog: cli/cli@v2.32.1...v2.33.0

v2.32.1: GitHub CLI 2.32.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.32.0...v2.32.1

v2.32.0: GitHub CLI 2.32.0

Compare Source

hello terminal fans, it's me @​vilmibm .

We are pleased to bring you a new release of the GitHub CLI on this Confusion 46, 3189 YOLD.

We've got features. we've got bugfixes. This release has a real zest for life; can you feel it?

First though, a sad note. @​mislav has moved on from GitHub. He was instrumental to this project and without him I don't think it would have ever happened. BIG THANKS MUCH LOVE to this wonderful person!

Happily, we have a new core team member who is, truly, a delight. Please welcome @​williammartin , whom you'll see a lot more on issues and pull requests moving forward.

Now, let's talk BUSINESS.

gh ruleset

Repository Rulesets are in beta on git hub dot com and they are now also in beta on git hub sea ell eye. You can list, view, and check branches against rulesets set at the repository or organization level. Major shoutouts to @​vaindil for this big contribution. My favorite command in here is gh rs check <branch> which will tell you what rules would apply to a hypothetical branch name. To learn more, run gh help ruleset.

gh cache

gh cache is a new top level command in our suite of support for Actions. It lets you list and delete caches saved in Actions. It's neat and I like it. Thanks, @​joshkraft ! To learn more, run gh help cache.

Other new stuff

Bugfixes

Docs & Dev

New Contributors

Full Changelog: cli/cli@v2.31.0...v2.32.0

v2.31.0: GitHub CLI 2.31.0

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: cli/cli@v2.30.0...v2.31.0

v2.30.0: GitHub CLI 2.30.0

Compare Source

What's New

What's Changed

All the Details

New Contributors

Full Changelog: cli/cli@v2.29.0...v2.30.0

v2.29.0: GitHub CLI 2.29.0

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: cli/cli@v2.28.0...v2.29.0

v2.28.0: GitHub CLI 2.28.0

Compare Source

What's New

What's Changed

New Contributors

Full Changelog: cli/cli@v2.27.0...v2.28.0

v2.27.0: GitHub CLI 2.27.0

Compare Source

v2.27.0

This is primarily an out of band bugfix release for codespaces users, but does include a new command gh run delete.

New Features

Bugfixes

New Contributors

Full Changelog: cli/cli@v2.26.1...v2.27.0-pre0

v2.26.1: GitHub CLI 2.26.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.26.0...v2.26.1

v2.26.0: GitHub CLI 2.26.0

Compare Source

gh 2.26.0

Important: credentials now stored securely by default

When running gh auth login, your credentials will now be stored in your operating system's credential storage instead of directly on disk. In other words, --secure-storage is now default behavior. We've added a new flag, --insecure-storage, to opt into the old insecure behavior in case you need to debug an issue with credential storage.

As before, to take advantage of credential storage, please re-run gh auth login.

For more context, you can read the v2.24.0 release notes

Ref: secure storage by default by @​vilmibm in https://github.com/cli/cli/pull/7276

Other new features

Bugfixes

Docs and development changes

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 73c6d10 to fd7bc03 Compare December 23, 2022 17:26
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.21.0 () chore(deps): update dependency cli/cli to v2.21.1 () Dec 23, 2022
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.21.1 () chore(deps): update dependency cli/cli to v2.21.2 () Jan 4, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from fd7bc03 to d32d2f6 Compare January 4, 2023 01:01
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.21.2 () chore(deps): update dependency cli/cli to v2.22.0 () Jan 25, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch 2 times, most recently from 5380020 to 16c4688 Compare January 27, 2023 18:27
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.22.0 () chore(deps): update dependency cli/cli to v2.22.1 () Jan 27, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 16c4688 to c69377e Compare February 8, 2023 03:47
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.22.1 () chore(deps): update dependency cli/cli to v2.23.0 () Feb 8, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from c69377e to d719cbb Compare March 17, 2023 06:05
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.23.0 () chore(deps): update dependency cli/cli to v2.24.3 () Mar 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.24.3 () chore(deps): update dependency cli/cli to v2.25.1 () Mar 24, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d719cbb to c37f337 Compare March 24, 2023 13:39
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.25.1 () chore(deps): update dependency cli/cli to v2.30.0 () May 31, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 6e89e28 to 59d3807 Compare May 31, 2023 01:55
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 59d3807 to 3485408 Compare June 21, 2023 01:51
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.30.0 () chore(deps): update dependency cli/cli to v2.31.0 () Jun 21, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3485408 to ef4caff Compare July 11, 2023 20:07
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.31.0 () chore(deps): update dependency cli/cli to v2.32.0 () Jul 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.32.0 () chore(deps): update dependency cli/cli to v2.32.1 () Jul 24, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from ef4caff to 313c3ea Compare July 24, 2023 19:26
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.32.1 () chore(deps): update dependency cli/cli to v2.33.0 () Aug 21, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 313c3ea to d16ad6d Compare August 21, 2023 20:05
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from d16ad6d to 3a2fd32 Compare September 6, 2023 14:25
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.33.0 () chore(deps): update dependency cli/cli to v2.34.0 () Sep 6, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 3a2fd32 to 1117c3f Compare September 19, 2023 14:00
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.34.0 () chore(deps): update dependency cli/cli to v2.35.0 () Sep 19, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from 1117c3f to e534ccb Compare October 3, 2023 13:43
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.35.0 () chore(deps): update dependency cli/cli to v2.36.0 () Oct 3, 2023
@renovate renovate bot force-pushed the renovate/cli-cli-2.x branch from e534ccb to c2f4fbf Compare October 17, 2023 15:19
@renovate renovate bot changed the title chore(deps): update dependency cli/cli to v2.36.0 () chore(deps): update dependency cli/cli to v2.37.0 () Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants