Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

fix(deps): update minor and patch #619

Merged
merged 3 commits into from Aug 2, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 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
github.com/spf13/viper require patch v1.8.0 -> v1.8.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 Have Cobra create 'completion' command automatically spf13/cobra#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 - Bash completion V2 with completion descriptions spf13/cobra#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 - Pass context to completion spf13/cobra#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 🐍🚀

spf13/viper

v1.8.1

Compare Source

This patch releases fixes two minor issues:

  • Replace %s with %w when wrapping errors
  • Fix pflag.StringArray processing

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Jun 26, 2021
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 8880117 to 86fa474 Compare July 1, 2021 17:54
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.8.1 fix(deps): update minor and patch Jul 1, 2021
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 86fa474 to 0313632 Compare July 2, 2021 15:56
@wennmo wennmo merged commit d0f00e1 into master Aug 2, 2021
@wennmo wennmo deleted the renovate/minor-and-patch branch August 2, 2021 09:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants