mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-04-27 19:35:36 +00:00
fix(deps): update module github.com/urfave/cli/v2 to v3 (#716)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) | `v2.27.6` -> `v3.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v3.2.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.1.1...v3.2.0) #### What's Changed - chore: Bump golangci-lint to v2 by [@​mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2083](https://redirect.github.com/urfave/cli/pull/2083) - Fix docs for shell completions by [@​antimatter96](https://redirect.github.com/antimatter96) in [https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090) - docs: improve migration guides render by [@​ldez](https://redirect.github.com/ldez) in [https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091) - docs: improve migration guide v3 by [@​ldez](https://redirect.github.com/ldez) in [https://github.com/urfave/cli/pull/2093](https://redirect.github.com/urfave/cli/pull/2093) - feat!: add more integers and unsigned integers by [@​somebadcode](https://redirect.github.com/somebadcode) in [https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094) - PR-2094: Fix docs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2099](https://redirect.github.com/urfave/cli/pull/2099) - Fix:(PR-2094) Update docs for new types by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2100](https://redirect.github.com/urfave/cli/pull/2100) - Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2088](https://redirect.github.com/urfave/cli/pull/2088) - Add docs for arg types by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2101](https://redirect.github.com/urfave/cli/pull/2101) #### New Contributors - [@​antimatter96](https://redirect.github.com/antimatter96) made their first contribution in [https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090) - [@​ldez](https://redirect.github.com/ldez) made their first contribution in [https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091) - [@​somebadcode](https://redirect.github.com/somebadcode) made their first contribution in [https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094) **Full Changelog**: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0 ### [`v3.1.1`](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1) [Compare Source](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/urfave/cli/compare/v2.27.6...v3.1.0) #### What's Changed - go.mod: Require go1.22 by [@​mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026) - Fix:(issue\_2030) Add support for trailing hypen for short options by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2031](https://redirect.github.com/urfave/cli/pull/2031) - Run Before actions after setting up subcommand by [@​fjl](https://redirect.github.com/fjl) in [https://github.com/urfave/cli/pull/2028](https://redirect.github.com/urfave/cli/pull/2028) - The example have some problem in api by [@​jokemanfire](https://redirect.github.com/jokemanfire) in [https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039) - Rename "Bash Completions" to "Shell Completions" by [@​abitrolly](https://redirect.github.com/abitrolly) in [https://github.com/urfave/cli/pull/2044](https://redirect.github.com/urfave/cli/pull/2044) - Support root level map keys in map sources by [@​lukasbindreiter](https://redirect.github.com/lukasbindreiter) in [https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047) - while print flag , the placeholder if need but not set. by [@​jokemanfire](https://redirect.github.com/jokemanfire) in [https://github.com/urfave/cli/pull/2043](https://redirect.github.com/urfave/cli/pull/2043) - Add dependabot by [@​mrueg](https://redirect.github.com/mrueg) in [https://github.com/urfave/cli/pull/2025](https://redirect.github.com/urfave/cli/pull/2025) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054) - Bump golangci/golangci-lint-action from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2053](https://redirect.github.com/urfave/cli/pull/2053) - Bump codecov/codecov-action from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/urfave/cli/pull/2052](https://redirect.github.com/urfave/cli/pull/2052) - Fix:(issue\_2032) Support for post parse config loading by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2033](https://redirect.github.com/urfave/cli/pull/2033) - Fix:(issue\_2066) Remove dependency on golang flag library by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2074](https://redirect.github.com/urfave/cli/pull/2074) - Fix:(issue\_1891) Roll out v3 docs by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2080](https://redirect.github.com/urfave/cli/pull/2080) - Fix:(issue\_2077) Make sure onUsageError is invoked for command when a… by [@​dearchap](https://redirect.github.com/dearchap) in [https://github.com/urfave/cli/pull/2081](https://redirect.github.com/urfave/cli/pull/2081) #### New Contributors - [@​mrueg](https://redirect.github.com/mrueg) made their first contribution in [https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026) - [@​jokemanfire](https://redirect.github.com/jokemanfire) made their first contribution in [https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039) - [@​lukasbindreiter](https://redirect.github.com/lukasbindreiter) made their first contribution in [https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054) **Full Changelog**: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a400f35635
commit
eb0954bd2f
2
go.mod
2
go.mod
@ -21,7 +21,7 @@ require (
|
||||
github.com/pterm/pterm v0.12.80
|
||||
github.com/samber/lo v1.49.1
|
||||
github.com/urfave/cli/v2 v2.27.6
|
||||
github.com/urfave/cli/v3 v3.1.1
|
||||
github.com/urfave/cli/v3 v3.2.0
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
1
go.sum
1
go.sum
@ -846,6 +846,7 @@ github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
|
||||
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
|
||||
github.com/urfave/cli/v3 v3.1.0/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
|
||||
github.com/urfave/cli/v3 v3.1.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
|
||||
github.com/urfave/cli/v3 v3.2.0/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
|
||||
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
|
||||
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
|
||||
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
|
||||
|
Loading…
Reference in New Issue
Block a user