Girsh
Girsh copied to clipboard
Update module github.com/spf13/cobra to v1.3.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/spf13/cobra | require | minor | v1.2.1 -> v1.3.0 |
Release Notes
spf13/cobra
v1.3.0
v1.3.0 - The Fall 2021 release 🍁
Completion fixes & enhancements 💇🏼
In v1.2.0, we introduced a new model for completions. Thanks to everyone for trying it, giving feedback, and providing numerous fixes! Continue to work with the new model as the old one (as noted in code comments) will be deprecated in a coming release.
DisableFlagParsingnow triggers custom completions for flag names #1161- Fixed unbound variables in bash completions causing edge case errors #1321
helpcompletion formatting improvements & fixes #1444- All completions now follow the
helpexample: short desc are now capitalized and removes extra spacing from long description #1455 - Typo fixes in bash & zsh completions #1459
- Fixed mixed tab/spaces indentation in completion scripts. Now just 4 spaces #1473
- Support for different bash completion options. Bash completions v2 supports descriptions and requires descriptions to be removed for
menu-complete,menu-complete-backwardandinsert-completions. These descriptions are now purposefully removed in support of this model. #1509 - Fix for invalid shell completions when using
~/.cobra.yaml. Log messageUsing config file: ~/.cobra.yamlnow printed to stderr #1510 - Removes unnecessary trailing spaces from completion command descriptions #1520
- Option to hid default
completioncommand #1541 - Remove
__completecommand for programs without subcommands #1563
Generator changes ⚙️
Thanks to @spf13 for providing a number of changes to the Cobra generator tool, streamlining it for new users!
- The Cobra generator now won't automatically include Viper and cleans up a number of unused imports when not using Viper.
- The Cobra generator's default license is now
none - The Cobra generator now works with Go modules
- Documentation to reflect these changes
New Features ⭐
- License can be specified by their SPDX identifiers #1159
MatchAllallows combining several PositionalArgs to work in concert. This now allows for enabling composingPositionalArgs#896
Bug Fixes 🐛
Testing 👀
- Now testing golang 1.16.x and 1.17.x in CI #1425
- Fix for running diff test to ignore CR for windows #949
- Added helper functions and reduced code reproduction in
args_test#1426 - Now using official
golangci-lintgithub action #1477
Security 🔏
- Added GitHub dependabot #1427
- Now using Viper
v1.10.0- There is a known CVE in an indirect dependency from
viper: https://github.com/spf13/cobra/issues/1538. This will be patched in a future release
- There is a known CVE in an indirect dependency from
Documentation 📝
- Multiple projects added to the
projects_using_cobra.mdfile: #1377 #1501 #1454 - Removed ToC from main readme file as it is now automagically displayed by GitHub #1429
- Documentation correct for when the
--authorflag is specified #1009 shell_completions.mdhas an easier to use snippet for copying and pasting shell completions #1372
Other 💭
- Bump version of
cpuguy83/go-md2manto v2.0.1 #1460 - Removed
lessertypo from the GPL-2.0 license #880 - Fixed spelling errors #1514
Thank you to all our amazing contributors ⭐🐍🚀
Configuration
📅 Schedule: 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.