fix(deps): update module github.com/spf13/cobra to v1.10.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/spf13/cobra | require | minor |
v1.9.1 -> v1.10.1
|
⚠️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
View the Renovate pipeline for this MR
Release Notes
spf13/cobra (github.com/spf13/cobra)
v1.10.1
🐛 Fix
- chore: upgrade pflags v1.0.9 by @jpmcb in https://github.com/spf13/cobra/pull/2305
v1.0.9 of pflags brought back ParseErrorsWhitelist
and marked it as deprecated
Full Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1
v1.10.0
What's Changed
🚨 Attention!
- Bump pflag to 1.0.8 by @tomasaschan in https://github.com/spf13/cobra/pull/2303
This version of pflag
carried a breaking change: it renamed ParseErrorsWhitelist
to ParseErrorsAllowlist
which can break builds if both pflag
and cobra
are dependencies in your project.
- If you use both
pflag and
cobra, upgrade
pflagto 1.0.8 and
cobrato
1.10.0` -
or use the newer, fixed version of
pflag
v1.0.9 which keeps the deprecatedParseErrorsWhitelist
More details can be found here: https://github.com/spf13/cobra/pull/2303#issuecomment-3242333515
✨ Features
- Flow context to command in SetHelpFunc by @Frassle in https://github.com/spf13/cobra/pull/2241
- The default ShellCompDirective can be customized for a command and its subcommands by @albers in https://github.com/spf13/cobra/pull/2238
🐛 Fix
- Upgrade golangci-lint to v2, address findings by @scop in https://github.com/spf13/cobra/pull/2279
🪠 Testing
- Test with Go 1.24 by @harryzcy in https://github.com/spf13/cobra/pull/2236
- chore: Rm GitHub Action MR size labeler by @jpmcb in https://github.com/spf13/cobra/pull/2256
📝 Docs
- Remove traling curlybrace by @yedayak in https://github.com/spf13/cobra/pull/2237
- Update command.go by @styee in https://github.com/spf13/cobra/pull/2248
- feat: Add security policy by @jpmcb in https://github.com/spf13/cobra/pull/2253
- Update Readme (Warp) by @ericdachen in https://github.com/spf13/cobra/pull/2267
- Add Periscope to the list of projects using Cobra by @anishathalye in https://github.com/spf13/cobra/pull/2299
New Contributors
- @harryzcy made their first contribution in https://github.com/spf13/cobra/pull/2236
- @yedayak made their first contribution in https://github.com/spf13/cobra/pull/2237
- @Frassle made their first contribution in https://github.com/spf13/cobra/pull/2241
- @styee made their first contribution in https://github.com/spf13/cobra/pull/2248
- @ericdachen made their first contribution in https://github.com/spf13/cobra/pull/2267
- @albers made their first contribution in https://github.com/spf13/cobra/pull/2238
- @anishathalye made their first contribution in https://github.com/spf13/cobra/pull/2299
- @tomasaschan made their first contribution in https://github.com/spf13/cobra/pull/2303
Full Changelog: https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.