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.2.1 #91

Merged
merged 1 commit into from Sep 15, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require minor v1.1.3 -> v1.2.1

Release Notes

spf13/cobra

v1.2.1

Compare Source

Bug fixes

v1.2.0

Compare Source

🌠 v1.2.0 - The completions release

Welcome to v1.2.0 of Cobra! This release focuses on code completions, several critical bug fixes, some documentation updates, and security bumps. Upgrading should be simple but note please take note of the introduction of completions V2 and their default use. The v1 completions library is still available, but will be deprecated in the future. Please open an issue with any problems!


New Features

  • Automatically adds completion command for shell completions. If a completion command is already provided, uses that instead. This will automatically provide shell completions for bash, zsh, fish, and PowerShell https://github.com/spf13/cobra/pull/1192
    • Users can configure the command auto creation:
      • disable the creation of the completion command
      • disable completion descriptions
      • disable the --no-descriptions flag for "always on" completion descriptions
  • Introduction of bash completions V2, a uniform completion approach which include completion descriptions. The V1 bash completions are still available and will be deprecated in a latter release - https://github.com/spf13/cobra/pull/1146
    • Note that projects providing completion through a different command name (say a command named "complete") will continue to use v1 for their own command but will also provide cobra's implicit "completion" command which will use v2, unless of course, these projects take the time to disable the default "completion" command as noted above.
  • Commands now support context being passed to completions - https://github.com/spf13/cobra/pull/1265
  • Removed dependency onmitchellh/go-homedir in favor of core Go os.UserHomeDir() - spf13/cobra@8eaca5f

Bug Fixes

Testing

Security

Other

Thank you to all our amazing contributors πŸπŸš€


Configuration

πŸ“… Schedule: "before 3am on the first day of the month" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 2def1f1 to f697605 Compare July 2, 2021 16:34
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.2.0 fix(deps): update module github.com/spf13/cobra to v1.2.1 Jul 2, 2021
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from f697605 to 6b56ef7 Compare August 13, 2021 12:13
@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #91 (1f1200d) into main (72822f4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   14.81%   14.81%           
=======================================
  Files           2        2           
  Lines         108      108           
=======================================
  Hits           16       16           
  Misses         90       90           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update 72822f4...1f1200d. Read the comment docs.

@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 6 times, most recently from c5ee258 to 4687dde Compare August 16, 2021 13:25
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.2.1 fix(deps): update module github.com/spf13/cobra to v1.2.1 - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/github.com-spf13-cobra-1.x branch August 30, 2021 11:52
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.2.1 - autoclosed fix(deps): update module github.com/spf13/cobra to v1.2.1 Aug 30, 2021
@renovate renovate bot reopened this Aug 30, 2021
@renovate renovate bot restored the renovate/github.com-spf13-cobra-1.x branch August 30, 2021 12:50
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 10 times, most recently from 178f7d2 to 4360cd8 Compare September 15, 2021 17:08
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 4360cd8 to 1f1200d Compare September 15, 2021 17:31
@renovate renovate bot merged commit ea1e787 into main Sep 15, 2021
@renovate renovate bot deleted the renovate/github.com-spf13-cobra-1.x branch September 15, 2021 19:22
@github-actions
Copy link
Contributor

πŸŽ‰ This PR is included in version 1.1.0-alpha.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2021

πŸŽ‰ This PR is included in version 1.1.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

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

1 participant