fix(deps): update module github.com/urfave/cli/v2 to v3 - autoclosed #46

Closed
svc-renovate-bot wants to merge 1 commit from renovate/github.com-urfave-cli-v2-3.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/urfave/cli/v2 v2.27.6 -> v3.3.2 age adoption passing confidence

Release Notes

urfave/cli (github.com/urfave/cli/v2)

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.2.0...v3.3.0

v3.2.0

Compare Source

Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #​2094 for full patch for this

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0

v3.1.1

Compare Source

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `v2.27.6` -> `v3.3.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v3.3.2`](https://github.com/urfave/cli/releases/tag/v3.3.2) [Compare Source](https://github.com/urfave/cli/compare/v3.3.1...v3.3.2) #### What's Changed - Add docs for advanced value source by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2119 - docs: add renames to v3 migration doc by [@&#8203;G-Rath](https://github.com/G-Rath) in https://github.com/urfave/cli/pull/2111 #### New Contributors - [@&#8203;G-Rath](https://github.com/G-Rath) made their first contribution in https://github.com/urfave/cli/pull/2111 **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.1...v3.3.2 ### [`v3.3.1`](https://github.com/urfave/cli/releases/tag/v3.3.1) [Compare Source](https://github.com/urfave/cli/compare/v3.3.0...v3.3.1) #### What's Changed - Avoid suggesting files in fish command completions. by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2114 - Cleanup docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2118 **Full Changelog**: https://github.com/urfave/cli/compare/v3.3.0...v3.3.1 ### [`v3.3.0`](https://github.com/urfave/cli/releases/tag/v3.3.0) [Compare Source](https://github.com/urfave/cli/compare/v3.2.0...v3.3.0) #### What's Changed - Add v3 issue template by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2104 - Fix:(issue\_2105) Ensure fish completion works by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2106 - add test for MutuallyExclusiveFlags with After by [@&#8203;bystones](https://github.com/bystones) in https://github.com/urfave/cli/pull/2107 - use correct context in After function with subcommand by [@&#8203;bystones](https://github.com/bystones) in https://github.com/urfave/cli/pull/2108 - Enable to customize completion commands by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in https://github.com/urfave/cli/pull/2103 - Fish completions no longer suggest subcommands that have already been picked by [@&#8203;bittrance](https://github.com/bittrance) in https://github.com/urfave/cli/pull/2117 - feat: adds support for explicit `float32` and `float64` by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2112 #### New Contributors - [@&#8203;bystones](https://github.com/bystones) made their first contribution in https://github.com/urfave/cli/pull/2107 - [@&#8203;bittrance](https://github.com/bittrance) made their first contribution in https://github.com/urfave/cli/pull/2117 **Full Changelog**: https://github.com/urfave/cli/compare/v3.2.0...v3.3.0 ### [`v3.2.0`](https://github.com/urfave/cli/releases/tag/v3.2.0) [Compare Source](https://github.com/urfave/cli/compare/v3.1.1...v3.2.0) **Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See [#&#8203;2094](https://github.com/urfave/cli/issues/2094) for full patch for this** #### What's Changed - chore: Bump golangci-lint to v2 by [@&#8203;mrueg](https://github.com/mrueg) in https://github.com/urfave/cli/pull/2083 - Fix docs for shell completions by [@&#8203;antimatter96](https://github.com/antimatter96) in https://github.com/urfave/cli/pull/2090 - docs: improve migration guides render by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2091 - docs: improve migration guide v3 by [@&#8203;ldez](https://github.com/ldez) in https://github.com/urfave/cli/pull/2093 - feat!: add more integers and unsigned integers type flags by [@&#8203;somebadcode](https://github.com/somebadcode) in https://github.com/urfave/cli/pull/2094 - PR-2094: Fix docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2099 - Fix:(PR-2094) Update docs for new types by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2100 - Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2088 - Add docs for arg types by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2101 #### New Contributors - [@&#8203;antimatter96](https://github.com/antimatter96) made their first contribution in https://github.com/urfave/cli/pull/2090 - [@&#8203;ldez](https://github.com/ldez) made their first contribution in https://github.com/urfave/cli/pull/2091 - [@&#8203;somebadcode](https://github.com/somebadcode) made their first contribution in https://github.com/urfave/cli/pull/2094 **Full Changelog**: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0 ### [`v3.1.1`](https://github.com/urfave/cli/compare/v3.1.0...v3.1.1) [Compare Source](https://github.com/urfave/cli/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://github.com/urfave/cli/releases/tag/v3.1.0) [Compare Source](https://github.com/urfave/cli/compare/v2.27.6...v3.1.0) #### What's Changed - go.mod: Require go1.22 by [@&#8203;mrueg](https://github.com/mrueg) in https://github.com/urfave/cli/pull/2026 - Fix:(issue\_2030) Add support for trailing hypen for short options by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2031 - Run Before actions after setting up subcommand by [@&#8203;fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/2028 - The example have some problem in api by [@&#8203;jokemanfire](https://github.com/jokemanfire) in https://github.com/urfave/cli/pull/2039 - Rename "Bash Completions" to "Shell Completions" by [@&#8203;abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/2044 - Support root level map keys in map sources by [@&#8203;lukasbindreiter](https://github.com/lukasbindreiter) in https://github.com/urfave/cli/pull/2047 - while print flag , the placeholder if need but not set. by [@&#8203;jokemanfire](https://github.com/jokemanfire) in https://github.com/urfave/cli/pull/2043 - Add dependabot by [@&#8203;mrueg](https://github.com/mrueg) in https://github.com/urfave/cli/pull/2025 - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/urfave/cli/pull/2054 - Bump golangci/golangci-lint-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/urfave/cli/pull/2053 - Bump codecov/codecov-action from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/urfave/cli/pull/2052 - Fix:(issue\_2032) Support for post parse config loading by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2033 - Fix:(issue\_2066) Remove dependency on golang flag library by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2074 - Fix:(issue\_1891) Roll out v3 docs by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2080 - Fix:(issue\_2077) Make sure onUsageError is invoked for command when a… by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2081 #### New Contributors - [@&#8203;mrueg](https://github.com/mrueg) made their first contribution in https://github.com/urfave/cli/pull/2026 - [@&#8203;jokemanfire](https://github.com/jokemanfire) made their first contribution in https://github.com/urfave/cli/pull/2039 - [@&#8203;lukasbindreiter](https://github.com/lukasbindreiter) made their first contribution in https://github.com/urfave/cli/pull/2047 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://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 - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from bd4782e8c4 to a58e12fa6f 2025-04-20 02:50:35 +00:00 Compare
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from a58e12fa6f to 072b756d3c 2025-04-27 20:50:37 +00:00 Compare
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 072b756d3c to 856f17bafa 2025-04-27 22:50:37 +00:00 Compare
svc-renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 856f17bafa to fecfebcc6c 2025-04-28 14:50:36 +00:00 Compare
svc-renovate-bot changed title from fix(deps): update module github.com/urfave/cli/v2 to v3 to fix(deps): update module github.com/urfave/cli/v2 to v3 - autoclosed 2025-05-01 22:50:38 +00:00
svc-renovate-bot closed this pull request 2025-05-01 22:50:38 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.