Skip to content
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

fix(deps): update module github.com/spf13/cobra to v1.6.1 #818

Merged
merged 1 commit into from
Nov 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require minor v1.5.0 -> v1.6.1

Release Notes

spf13/cobra

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0


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/github.com-spf13-cobra-1.x branch 6 times, most recently from 798f96a to 231c80d Compare October 18, 2022 00:01
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 231c80d to 235483a Compare October 25, 2022 00:01
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.6.0 fix(deps): update module github.com/spf13/cobra to v1.6.1 Oct 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 3 times, most recently from 1e5774b to bb6d23e Compare November 10, 2022 22:08
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from bb6d23e to f93108c Compare November 11, 2022 00:57
@renovate renovate bot merged commit dbd830b into master Nov 11, 2022
@renovate renovate bot deleted the renovate/github.com-spf13-cobra-1.x branch November 11, 2022 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants