chore(deps): update module github.com/urfave/cli/v2 to v3 #6

Open
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 Type Update Change
github.com/urfave/cli/v2 require major v2.27.7v3.10.1

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v3.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.10.0...v3.10.1

v3.10.0

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.9.1...v3.10.0

v3.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.9.0...v3.9.1

v3.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.8.0...v3.9.0

v3.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.7.0...v3.8.0

v3.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.6.2...v3.7.0

v3.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0

v3.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.8...v3.3.9

v3.3.8

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8

v3.3.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.6...v3.3.7

v3.3.6

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.3.5...v3.3.6

v3.3.5

Compare Source

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v3.3.4...v3.3.5

v3.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.3.3...v3.3.4

v3.3.3

Compare Source

What's Changed

New Contributors

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

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: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | major | `v2.27.7` → `v3.10.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v3.10.1`](https://github.com/urfave/cli/releases/tag/v3.10.1) [Compare Source](https://github.com/urfave/cli/compare/v3.10.0...v3.10.1) #### What's Changed - chore(deps): bump actions/checkout from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2371](https://github.com/urfave/cli/pull/2371) - fix: align gfmrun example counter with actual runnable count by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2369](https://github.com/urfave/cli/pull/2369) - v3: yield the version flag's -v alias to a user-defined flag by [@&#8203;c-tonneslan](https://github.com/c-tonneslan) in [#&#8203;2330](https://github.com/urfave/cli/pull/2330) - fix: keep completion subcommand order deterministic in help output by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in [#&#8203;2374](https://github.com/urfave/cli/pull/2374) - fix: allow DefaultCommand to handle its own flags by [@&#8203;lihan3238](https://github.com/lihan3238) in [#&#8203;2322](https://github.com/urfave/cli/pull/2322) #### New Contributors - [@&#8203;lihan3238](https://github.com/lihan3238) made their first contribution in [#&#8203;2322](https://github.com/urfave/cli/pull/2322) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.10.0...v3.10.1> ### [`v3.10.0`](https://github.com/urfave/cli/releases/tag/v3.10.0) [Compare Source](https://github.com/urfave/cli/compare/v3.9.1...v3.10.0) #### What's Changed - feat: add Flag.SchemaType() and Flag.SchemaItemsType() for JSON Schema introspection by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2368](https://github.com/urfave/cli/pull/2368) - feat: add Command.Walk() and Command.Path() convenience methods by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2353](https://github.com/urfave/cli/pull/2353) - fix: let --help flag take precedence over parse errors by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2360](https://github.com/urfave/cli/pull/2360) - fix: resolve remaining help invocation inconsistencies by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2361](https://github.com/urfave/cli/pull/2361) - fix: skip After hook when help is displayed on subcommand by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2363](https://github.com/urfave/cli/pull/2363) - fix: show GLOBAL OPTIONS in SubcommandHelpTemplate by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2359](https://github.com/urfave/cli/pull/2359) - fix: resolve broken links in CHANGELOG.md by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2357](https://github.com/urfave/cli/pull/2357) - docs: document what happened to build tags in v3 migration guide by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2358](https://github.com/urfave/cli/pull/2358) - Various docs updates and dependency bumps **Full Changelog**: <https://github.com/urfave/cli/compare/v3.9.1...v3.10.0> ### [`v3.9.1`](https://github.com/urfave/cli/releases/tag/v3.9.1) [Compare Source](https://github.com/urfave/cli/compare/v3.9.0...v3.9.1) #### What's Changed - fix: inherit Reader/Writer/ErrWriter from parent on subcommand setup by [@&#8203;c-tonneslan](https://github.com/c-tonneslan) in [#&#8203;2329](https://github.com/urfave/cli/pull/2329) - fix: correct greedy colon parsing in bash completion script by [@&#8203;TimSoethout](https://github.com/TimSoethout) in [#&#8203;2336](https://github.com/urfave/cli/pull/2336) - fix: Honor env sources on duplicated flags by [@&#8203;ibobgunardi](https://github.com/ibobgunardi) in [#&#8203;2355](https://github.com/urfave/cli/pull/2355) - fix: Remove incorrect flag check by [@&#8203;MohitPanchariya](https://github.com/MohitPanchariya) in [#&#8203;2280](https://github.com/urfave/cli/pull/2280) - fix: let completion command use normal flag parsing pipeline by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in [#&#8203;2279](https://github.com/urfave/cli/pull/2279) - fix: bash completion spacing by [@&#8203;cyphercodes](https://github.com/cyphercodes) in [#&#8203;2337](https://github.com/urfave/cli/pull/2337) - fix: fish custom completion arguments by [@&#8203;puneetdixit200](https://github.com/puneetdixit200) in [#&#8203;2338](https://github.com/urfave/cli/pull/2338) - fix: empty positional arg after a flag regression test by [@&#8203;c-tonneslan](https://github.com/c-tonneslan) in [#&#8203;2328](https://github.com/urfave/cli/pull/2328) - docs: document build tags in v3 migration guide by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2358](https://github.com/urfave/cli/pull/2358) - chore(deps): bump mkdocs-git-revision-date-localized-plugin by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2347](https://github.com/urfave/cli/pull/2347) - Fix typos by [@&#8203;myfloss](https://github.com/myfloss) in [#&#8203;2339](https://github.com/urfave/cli/pull/2339) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.9.0...v3.9.1> ### [`v3.9.0`](https://github.com/urfave/cli/releases/tag/v3.9.0) [Compare Source](https://github.com/urfave/cli/compare/v3.8.0...v3.9.0) #### What's Changed - chore(deps): bump codecov/codecov-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2300](https://github.com/urfave/cli/pull/2300) - chore(deps): bump the python-packages group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2301](https://github.com/urfave/cli/pull/2301) - docs: fix typo by [@&#8203;acrobatstick](https://github.com/acrobatstick) in [#&#8203;2299](https://github.com/urfave/cli/pull/2299) - feat: add descriptions for bash and powershell autocompletion by [@&#8203;gabelluardo](https://github.com/gabelluardo) in [#&#8203;2298](https://github.com/urfave/cli/pull/2298) - Made command help more consistent by [@&#8203;markshep-wbg](https://github.com/markshep-wbg) in [#&#8203;2287](https://github.com/urfave/cli/pull/2287) - Fix:(issue\_2285): correct function and variable naming in fish completion script by [@&#8203;TimSoethout](https://github.com/TimSoethout) in [#&#8203;2286](https://github.com/urfave/cli/pull/2286) - fix(ci): update docs after bash completion update by [@&#8203;gabelluardo](https://github.com/gabelluardo) in [#&#8203;2307](https://github.com/urfave/cli/pull/2307) - fix: apply SliceFlagSeparator to env var sources by [@&#8203;lawrence3699](https://github.com/lawrence3699) in [#&#8203;2309](https://github.com/urfave/cli/pull/2309) - fix: don't print empty line to stderr when Exit message is empty by [@&#8203;Yanhu007](https://github.com/Yanhu007) in [#&#8203;2310](https://github.com/urfave/cli/pull/2310) - flag: prevent BoolWithInverseFlag.String from panicking without a tab by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;2311](https://github.com/urfave/cli/pull/2311) - refactor: bash completion script by [@&#8203;gabelluardo](https://github.com/gabelluardo) in [#&#8203;2308](https://github.com/urfave/cli/pull/2308) - fix: drop shebang from bash completion template by [@&#8203;barry3406](https://github.com/barry3406) in [#&#8203;2317](https://github.com/urfave/cli/pull/2317) - fix: show flag completions when completing a double-dash prefix by [@&#8203;morozov](https://github.com/morozov) in [#&#8203;2316](https://github.com/urfave/cli/pull/2316) - fix: parse flags for help subcommand ([#&#8203;2271](https://github.com/urfave/cli/issues/2271)) by [@&#8203;barry3406](https://github.com/barry3406) in [#&#8203;2319](https://github.com/urfave/cli/pull/2319) - fix: show BoolWithInverseFlag aliases in help text by [@&#8203;wucm667](https://github.com/wucm667) in [#&#8203;2321](https://github.com/urfave/cli/pull/2321) #### New Contributors - [@&#8203;gabelluardo](https://github.com/gabelluardo) made their first contribution in [#&#8203;2298](https://github.com/urfave/cli/pull/2298) - [@&#8203;markshep-wbg](https://github.com/markshep-wbg) made their first contribution in [#&#8203;2287](https://github.com/urfave/cli/pull/2287) - [@&#8203;lawrence3699](https://github.com/lawrence3699) made their first contribution in [#&#8203;2309](https://github.com/urfave/cli/pull/2309) - [@&#8203;Yanhu007](https://github.com/Yanhu007) made their first contribution in [#&#8203;2310](https://github.com/urfave/cli/pull/2310) - [@&#8203;alliasgher](https://github.com/alliasgher) made their first contribution in [#&#8203;2311](https://github.com/urfave/cli/pull/2311) - [@&#8203;barry3406](https://github.com/barry3406) made their first contribution in [#&#8203;2317](https://github.com/urfave/cli/pull/2317) - [@&#8203;morozov](https://github.com/morozov) made their first contribution in [#&#8203;2316](https://github.com/urfave/cli/pull/2316) - [@&#8203;wucm667](https://github.com/wucm667) made their first contribution in [#&#8203;2321](https://github.com/urfave/cli/pull/2321) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.8.0...v3.9.0> ### [`v3.8.0`](https://github.com/urfave/cli/releases/tag/v3.8.0) [Compare Source](https://github.com/urfave/cli/compare/v3.7.0...v3.8.0) #### What's Changed - chore(deps): bump mkdocs-material from 9.7.1 to 9.7.2 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2267](https://github.com/urfave/cli/pull/2267) - chore(deps): bump mkdocs-material from 9.7.2 to 9.7.3 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2272](https://github.com/urfave/cli/pull/2272) - chore(deps): bump mkdocs-material from 9.7.3 to 9.7.4 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2276](https://github.com/urfave/cli/pull/2276) - Fix: check MutuallyExclusiveFlags across parent command chain by [@&#8203;siutsin](https://github.com/siutsin) in [#&#8203;2274](https://github.com/urfave/cli/pull/2274) - Modernize source code by [@&#8203;kolyshkin](https://github.com/kolyshkin) in [#&#8203;2289](https://github.com/urfave/cli/pull/2289) - flag: replace regexp use by [@&#8203;kolyshkin](https://github.com/kolyshkin) in [#&#8203;2288](https://github.com/urfave/cli/pull/2288) - chore(deps): bump mkdocs-material from 9.7.4 to 9.7.5 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2284](https://github.com/urfave/cli/pull/2284) - Fix:(issue\_2281) Remove incorrect check for local flag for set by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2290](https://github.com/urfave/cli/pull/2290) - Fix:(issue\_2275) Make flag action execution consistent by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2295](https://github.com/urfave/cli/pull/2295) - Fix:(issue\_2293) --flag="" no longer rejected as missing argument by [@&#8203;idelchi](https://github.com/idelchi) in [#&#8203;2297](https://github.com/urfave/cli/pull/2297) - Fix:(issue\_2292) Empty positional args no longer break parse loop by [@&#8203;idelchi](https://github.com/idelchi) in [#&#8203;2296](https://github.com/urfave/cli/pull/2296) #### New Contributors - [@&#8203;idelchi](https://github.com/idelchi) made their first contribution in [#&#8203;2297](https://github.com/urfave/cli/pull/2297) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.7.0...v3.8.0> ### [`v3.7.0`](https://github.com/urfave/cli/releases/tag/v3.7.0) [Compare Source](https://github.com/urfave/cli/compare/v3.6.2...v3.7.0) #### What's Changed - Fix: use the correct type name in the tracef message by [@&#8203;icholy](https://github.com/icholy) in [#&#8203;2251](https://github.com/urfave/cli/pull/2251) - chore(deps): bump mkdocs-git-revision-date-localized-plugin from 1.5.0 to 1.5.1 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2252](https://github.com/urfave/cli/pull/2252) - Fix:(issue\_2254) Fix incorrect handling of arg after short option token by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2255](https://github.com/urfave/cli/pull/2255) - feat: ShellComplete for fish by [@&#8203;marcusramberg](https://github.com/marcusramberg) in [#&#8203;2256](https://github.com/urfave/cli/pull/2256) - Fix: propagate MutuallyExclusiveFlags persistent flags to subcommands by [@&#8203;siutsin](https://github.com/siutsin) in [#&#8203;2266](https://github.com/urfave/cli/pull/2266) - feat: support dynamic fish completion by [@&#8203;Maks1mS](https://github.com/Maks1mS) in [#&#8203;2270](https://github.com/urfave/cli/pull/2270) - fix(help): show GLOBAL OPTIONS for leaf subcommands when HideHelpCommand is true by [@&#8203;TimSoethout](https://github.com/TimSoethout) in [#&#8203;2269](https://github.com/urfave/cli/pull/2269) #### New Contributors - [@&#8203;marcusramberg](https://github.com/marcusramberg) made their first contribution in [#&#8203;2256](https://github.com/urfave/cli/pull/2256) - [@&#8203;siutsin](https://github.com/siutsin) made their first contribution in [#&#8203;2266](https://github.com/urfave/cli/pull/2266) - [@&#8203;TimSoethout](https://github.com/TimSoethout) made their first contribution in [#&#8203;2269](https://github.com/urfave/cli/pull/2269) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.6.2...v3.7.0> ### [`v3.6.2`](https://github.com/urfave/cli/releases/tag/v3.6.2) [Compare Source](https://github.com/urfave/cli/compare/v3.6.1...v3.6.2) #### What's Changed - chore(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2230](https://github.com/urfave/cli/pull/2230) - chore(deps): bump mkdocs-material from 9.6.23 to 9.7.0 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2231](https://github.com/urfave/cli/pull/2231) - Improve test coverage by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2236](https://github.com/urfave/cli/pull/2236) - Add more tests to improve code coverage by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2237](https://github.com/urfave/cli/pull/2237) - Fix:(issue\_2238) Dont process flags for completion command by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2239](https://github.com/urfave/cli/pull/2239) - Fix:(issue\_2228) Fix for default command by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2232](https://github.com/urfave/cli/pull/2232) - chore(deps): bump mkdocs-material from 9.7.0 to 9.7.1 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2242](https://github.com/urfave/cli/pull/2242) - Docs: correct typo in migration guide by [@&#8203;kzygmans](https://github.com/kzygmans) in [#&#8203;2243](https://github.com/urfave/cli/pull/2243) - Fix:(issue\_2244) Dont check req flags for help and completion commands by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2245](https://github.com/urfave/cli/pull/2245) - Only show separator if command has usage text by [@&#8203;mikecluck](https://github.com/mikecluck) in [#&#8203;2247](https://github.com/urfave/cli/pull/2247) #### New Contributors - [@&#8203;kzygmans](https://github.com/kzygmans) made their first contribution in [#&#8203;2243](https://github.com/urfave/cli/pull/2243) - [@&#8203;mikecluck](https://github.com/mikecluck) made their first contribution in [#&#8203;2247](https://github.com/urfave/cli/pull/2247) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.6.1...v3.6.2> ### [`v3.6.1`](https://github.com/urfave/cli/releases/tag/v3.6.1) [Compare Source](https://github.com/urfave/cli/compare/v3.6.0...v3.6.1) #### What's Changed - chore(deps): bump golangci/golangci-lint-action from 8 to 9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2222](https://github.com/urfave/cli/pull/2222) - feat: add ability to override usage text of default help command by [@&#8203;Maks1mS](https://github.com/Maks1mS) in [#&#8203;2196](https://github.com/urfave/cli/pull/2196) - Fix:(issue\_2223) Fix incorrect processing of empty value after = by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2224](https://github.com/urfave/cli/pull/2224) #### New Contributors - [@&#8203;Maks1mS](https://github.com/Maks1mS) made their first contribution in [#&#8203;2196](https://github.com/urfave/cli/pull/2196) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.6.0...v3.6.1> ### [`v3.6.0`](https://github.com/urfave/cli/releases/tag/v3.6.0) [Compare Source](https://github.com/urfave/cli/compare/v3.5.0...v3.6.0) #### What's Changed - support parallel running of commands by [@&#8203;oprudkyi](https://github.com/oprudkyi) in [#&#8203;2215](https://github.com/urfave/cli/pull/2215) - Fix:(issue\_2208) Fix local flag by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2211](https://github.com/urfave/cli/pull/2211) - chore(deps): bump the python-packages group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2219](https://github.com/urfave/cli/pull/2219) - Call actions on flags set from env by [@&#8203;malclocke](https://github.com/malclocke) in [#&#8203;2221](https://github.com/urfave/cli/pull/2221) #### New Contributors - [@&#8203;malclocke](https://github.com/malclocke) made their first contribution in [#&#8203;2221](https://github.com/urfave/cli/pull/2221) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.5.0...v3.6.0> ### [`v3.5.0`](https://github.com/urfave/cli/releases/tag/v3.5.0) [Compare Source](https://github.com/urfave/cli/compare/v3.4.1...v3.5.0) #### What's Changed - Update mkdocs reqs by [@&#8203;meatballhat](https://github.com/meatballhat) in [#&#8203;2190](https://github.com/urfave/cli/pull/2190) - Allow the user to stop processing flags after seeing N args by [@&#8203;adrian-thurston](https://github.com/adrian-thurston) in [#&#8203;2163](https://github.com/urfave/cli/pull/2163) - chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2194](https://github.com/urfave/cli/pull/2194) - chore(deps): bump mkdocs-material from 9.6.16 to 9.6.18 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2195](https://github.com/urfave/cli/pull/2195) - chore(deps): bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2198](https://github.com/urfave/cli/pull/2198) - chore(deps): bump actions/setup-node from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2199](https://github.com/urfave/cli/pull/2199) - chore(deps): bump actions/setup-python from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2200](https://github.com/urfave/cli/pull/2200) - chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2197](https://github.com/urfave/cli/pull/2197) - chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2201](https://github.com/urfave/cli/pull/2201) - chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2202](https://github.com/urfave/cli/pull/2202) - feat: add name of argument into error message when parsing fails by [@&#8203;oprudkyi](https://github.com/oprudkyi) in [#&#8203;2203](https://github.com/urfave/cli/pull/2203) - chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2204](https://github.com/urfave/cli/pull/2204) - add space between arguments usage by [@&#8203;dimfu](https://github.com/dimfu) in [#&#8203;2207](https://github.com/urfave/cli/pull/2207) - chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the python-packages group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2213](https://github.com/urfave/cli/pull/2213) - Fix: Make DefaultText behaviour consistent by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2214](https://github.com/urfave/cli/pull/2214) #### New Contributors - [@&#8203;adrian-thurston](https://github.com/adrian-thurston) made their first contribution in [#&#8203;2163](https://github.com/urfave/cli/pull/2163) - [@&#8203;oprudkyi](https://github.com/oprudkyi) made their first contribution in [#&#8203;2203](https://github.com/urfave/cli/pull/2203) - [@&#8203;dimfu](https://github.com/dimfu) made their first contribution in [#&#8203;2207](https://github.com/urfave/cli/pull/2207) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.4.1...v3.5.0> ### [`v3.4.1`](https://github.com/urfave/cli/releases/tag/v3.4.1) [Compare Source](https://github.com/urfave/cli/compare/v3.4.0...v3.4.1) #### What's Changed - Use recommended GitHub Actions runner labels by [@&#8203;meatballhat](https://github.com/meatballhat) in [#&#8203;2181](https://github.com/urfave/cli/pull/2181) - chore(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2179](https://github.com/urfave/cli/pull/2179) - Document that `v3` series is recommended for new development by [@&#8203;meatballhat](https://github.com/meatballhat) in [#&#8203;2186](https://github.com/urfave/cli/pull/2186) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.4.0...v3.4.1> ### [`v3.4.0`](https://github.com/urfave/cli/releases/tag/v3.4.0) [Compare Source](https://github.com/urfave/cli/compare/v3.3.9...v3.4.0) #### What's Changed - Export help display functions as variables to allow custom help display logic by [@&#8203;almas-x](https://github.com/almas-x) in [#&#8203;2150](https://github.com/urfave/cli/pull/2150) - Invoke OnUsageError when missing required flags by [@&#8203;MohitPanchariya](https://github.com/MohitPanchariya) in [#&#8203;2161](https://github.com/urfave/cli/pull/2161) - Fix:(issue\_2169) Allow trim space for string slice flags by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2171](https://github.com/urfave/cli/pull/2171) - Add example of flag groups to docs by [@&#8203;jllovet](https://github.com/jllovet) in [#&#8203;2178](https://github.com/urfave/cli/pull/2178) - Add installation instructions for gfmrun by [@&#8203;jllovet](https://github.com/jllovet) in [#&#8203;2177](https://github.com/urfave/cli/pull/2177) - Ensure public vars reference public types by [@&#8203;meatballhat](https://github.com/meatballhat) in [#&#8203;2180](https://github.com/urfave/cli/pull/2180) #### New Contributors - [@&#8203;almas-x](https://github.com/almas-x) made their first contribution in [#&#8203;2150](https://github.com/urfave/cli/pull/2150) - [@&#8203;MohitPanchariya](https://github.com/MohitPanchariya) made their first contribution in [#&#8203;2161](https://github.com/urfave/cli/pull/2161) - [@&#8203;jllovet](https://github.com/jllovet) made their first contribution in [#&#8203;2178](https://github.com/urfave/cli/pull/2178) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.9...v3.4.0> ### [`v3.3.9`](https://github.com/urfave/cli/releases/tag/v3.3.9) [Compare Source](https://github.com/urfave/cli/compare/v3.3.8...v3.3.9) #### What's Changed - Fix typos in documentation for customizations and full API example by [@&#8203;amarjit03](https://github.com/amarjit03) in [#&#8203;2165](https://github.com/urfave/cli/pull/2165) - Update advanced.md by [@&#8203;thetillhoff](https://github.com/thetillhoff) in [#&#8203;2170](https://github.com/urfave/cli/pull/2170) #### New Contributors - [@&#8203;amarjit03](https://github.com/amarjit03) made their first contribution in [#&#8203;2165](https://github.com/urfave/cli/pull/2165) - [@&#8203;thetillhoff](https://github.com/thetillhoff) made their first contribution in [#&#8203;2170](https://github.com/urfave/cli/pull/2170) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.8...v3.3.9> ### [`v3.3.8`](https://github.com/urfave/cli/releases/tag/v3.3.8) [Compare Source](https://github.com/urfave/cli/compare/v3.3.7...v3.3.8) #### What's Changed - Remove "alpha" wording around `v3` series by [@&#8203;meatballhat](https://github.com/meatballhat) in [#&#8203;2155](https://github.com/urfave/cli/pull/2155) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.7...v3.3.8> ### [`v3.3.7`](https://github.com/urfave/cli/releases/tag/v3.3.7) [Compare Source](https://github.com/urfave/cli/compare/v3.3.6...v3.3.7) #### What's Changed - fix: add missing `IsLocal` for BoolWithInverseFlag by [@&#8203;huiyifyj](https://github.com/huiyifyj) in [#&#8203;2151](https://github.com/urfave/cli/pull/2151) - Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by [@&#8203;Ali-Doustkani](https://github.com/Ali-Doustkani) in [#&#8203;2152](https://github.com/urfave/cli/pull/2152) #### New Contributors - [@&#8203;Ali-Doustkani](https://github.com/Ali-Doustkani) made their first contribution in [#&#8203;2152](https://github.com/urfave/cli/pull/2152) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.6...v3.3.7> ### [`v3.3.6`](https://github.com/urfave/cli/releases/tag/v3.3.6) [Compare Source](https://github.com/urfave/cli/compare/v3.3.5...v3.3.6) #### What's Changed - Fish completions with identically named sub-commands now work by [@&#8203;bittrance](https://github.com/bittrance) in [#&#8203;2130](https://github.com/urfave/cli/pull/2130) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.5...v3.3.6> ### [`v3.3.5`](https://github.com/urfave/cli/releases/tag/v3.3.5) [Compare Source](https://github.com/urfave/cli/compare/v3.3.4...v3.3.5) #### What's Changed - Fix:(issue\_2137) Ensure default value for bool with inverse flag is h… by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2138](https://github.com/urfave/cli/pull/2138) - Fix:(issue\_2131) Show help text for BoolWithInverseFlag by [@&#8203;Juneezee](https://github.com/Juneezee) in [#&#8203;2142](https://github.com/urfave/cli/pull/2142) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.4...v3.3.5> ### [`v3.3.4`](https://github.com/urfave/cli/releases/tag/v3.3.4) [Compare Source](https://github.com/urfave/cli/compare/v3.3.3...v3.3.4) #### What's Changed - Fix Docs(issue\_2125) Add PathFlag to StringFlag migration by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2136](https://github.com/urfave/cli/pull/2136) - fix: remove extraneous space from subcommand help template by [@&#8203;G-Rath](https://github.com/G-Rath) in [#&#8203;2140](https://github.com/urfave/cli/pull/2140) - Fix:(issue\_2135) Correct formatting of default subcommand USAGE text by [@&#8203;zzspoon](https://github.com/zzspoon) in [#&#8203;2139](https://github.com/urfave/cli/pull/2139) #### New Contributors - [@&#8203;zzspoon](https://github.com/zzspoon) made their first contribution in [#&#8203;2139](https://github.com/urfave/cli/pull/2139) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.3...v3.3.4> ### [`v3.3.3`](https://github.com/urfave/cli/releases/tag/v3.3.3) [Compare Source](https://github.com/urfave/cli/compare/v3.3.2...v3.3.3) #### What's Changed - Simpler top-level context detection for fish completions by [@&#8203;bittrance](https://github.com/bittrance) in [#&#8203;2121](https://github.com/urfave/cli/pull/2121) - Fish completion inside hidden commands by [@&#8203;bittrance](https://github.com/bittrance) in [#&#8203;2122](https://github.com/urfave/cli/pull/2122) - chore(deps): bump golangci/golangci-lint-action from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2123](https://github.com/urfave/cli/pull/2123) - fix: off-by-one in timestamp parsing by [@&#8203;nickajacks1](https://github.com/nickajacks1) in [#&#8203;2127](https://github.com/urfave/cli/pull/2127) - Fish completions tests invokes setup by [@&#8203;bittrance](https://github.com/bittrance) in [#&#8203;2124](https://github.com/urfave/cli/pull/2124) - Fix docs by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2128](https://github.com/urfave/cli/pull/2128) #### New Contributors - [@&#8203;nickajacks1](https://github.com/nickajacks1) made their first contribution in [#&#8203;2127](https://github.com/urfave/cli/pull/2127) **Full Changelog**: <https://github.com/urfave/cli/compare/v3.3.2...v3.3.3> ### [`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 [#&#8203;2119](https://github.com/urfave/cli/pull/2119) - docs: add renames to v3 migration doc by [@&#8203;G-Rath](https://github.com/G-Rath) in [#&#8203;2111](https://github.com/urfave/cli/pull/2111) #### New Contributors - [@&#8203;G-Rath](https://github.com/G-Rath) made their first contribution in [#&#8203;2111](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 [#&#8203;2114](https://github.com/urfave/cli/pull/2114) - Cleanup docs by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2118](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 [#&#8203;2104](https://github.com/urfave/cli/pull/2104) - Fix:(issue\_2105) Ensure fish completion works by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2106](https://github.com/urfave/cli/pull/2106) - add test for MutuallyExclusiveFlags with After by [@&#8203;bystones](https://github.com/bystones) in [#&#8203;2107](https://github.com/urfave/cli/pull/2107) - use correct context in After function with subcommand by [@&#8203;bystones](https://github.com/bystones) in [#&#8203;2108](https://github.com/urfave/cli/pull/2108) - Enable to customize completion commands by [@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke) in [#&#8203;2103](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 [#&#8203;2117](https://github.com/urfave/cli/pull/2117) - feat: adds support for explicit `float32` and `float64` by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;2112](https://github.com/urfave/cli/pull/2112) #### New Contributors - [@&#8203;bystones](https://github.com/bystones) made their first contribution in [#&#8203;2107](https://github.com/urfave/cli/pull/2107) - [@&#8203;bittrance](https://github.com/bittrance) made their first contribution in [#&#8203;2117](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 [#&#8203;2083](https://github.com/urfave/cli/pull/2083) - Fix docs for shell completions by [@&#8203;antimatter96](https://github.com/antimatter96) in [#&#8203;2090](https://github.com/urfave/cli/pull/2090) - docs: improve migration guides render by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;2091](https://github.com/urfave/cli/pull/2091) - docs: improve migration guide v3 by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;2093](https://github.com/urfave/cli/pull/2093) - feat!: add more integers and unsigned integers type flags by [@&#8203;somebadcode](https://github.com/somebadcode) in [#&#8203;2094](https://github.com/urfave/cli/pull/2094) - PR-2094: Fix docs by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2099](https://github.com/urfave/cli/pull/2099) - Fix:(PR-2094) Update docs for new types by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2100](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 [#&#8203;2088](https://github.com/urfave/cli/pull/2088) - Add docs for arg types by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2101](https://github.com/urfave/cli/pull/2101) #### New Contributors - [@&#8203;antimatter96](https://github.com/antimatter96) made their first contribution in [#&#8203;2090](https://github.com/urfave/cli/pull/2090) - [@&#8203;ldez](https://github.com/ldez) made their first contribution in [#&#8203;2091](https://github.com/urfave/cli/pull/2091) - [@&#8203;somebadcode](https://github.com/somebadcode) made their first contribution in [#&#8203;2094](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.7...v3.1.0) #### What's Changed - go.mod: Require go1.22 by [@&#8203;mrueg](https://github.com/mrueg) in [#&#8203;2026](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 [#&#8203;2031](https://github.com/urfave/cli/pull/2031) - Run Before actions after setting up subcommand by [@&#8203;fjl](https://github.com/fjl) in [#&#8203;2028](https://github.com/urfave/cli/pull/2028) - The example have some problem in api by [@&#8203;jokemanfire](https://github.com/jokemanfire) in [#&#8203;2039](https://github.com/urfave/cli/pull/2039) - Rename "Bash Completions" to "Shell Completions" by [@&#8203;abitrolly](https://github.com/abitrolly) in [#&#8203;2044](https://github.com/urfave/cli/pull/2044) - Support root level map keys in map sources by [@&#8203;lukasbindreiter](https://github.com/lukasbindreiter) in [#&#8203;2047](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 [#&#8203;2043](https://github.com/urfave/cli/pull/2043) - Add dependabot by [@&#8203;mrueg](https://github.com/mrueg) in [#&#8203;2025](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 [#&#8203;2054](https://github.com/urfave/cli/pull/2054) - Bump golangci/golangci-lint-action from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2053](https://github.com/urfave/cli/pull/2053) - Bump codecov/codecov-action from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;2052](https://github.com/urfave/cli/pull/2052) - Fix:(issue\_2032) Support for post parse config loading by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2033](https://github.com/urfave/cli/pull/2033) - Fix:(issue\_2066) Remove dependency on golang flag library by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2074](https://github.com/urfave/cli/pull/2074) - Fix:(issue\_1891) Roll out v3 docs by [@&#8203;dearchap](https://github.com/dearchap) in [#&#8203;2080](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 [#&#8203;2081](https://github.com/urfave/cli/pull/2081) #### New Contributors - [@&#8203;mrueg](https://github.com/mrueg) made their first contribution in [#&#8203;2026](https://github.com/urfave/cli/pull/2026) - [@&#8203;jokemanfire](https://github.com/jokemanfire) made their first contribution in [#&#8203;2039](https://github.com/urfave/cli/pull/2039) - [@&#8203;lukasbindreiter](https://github.com/lukasbindreiter) made their first contribution in [#&#8203;2047](https://github.com/urfave/cli/pull/2047) - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in [#&#8203;2054](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**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4yNzkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 0ae653c403 to 59d8861220 2026-02-12 19:48:35 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 59d8861220 to 635f19b9e6 2026-02-13 15:57:01 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 635f19b9e6 to cbeeb2e6a3 2026-02-15 19:47:51 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from cbeeb2e6a3 to 24232684c0 2026-02-16 18:51:02 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 24232684c0 to a2d74cc5a8 2026-02-23 17:33:34 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from a2d74cc5a8 to bb0cc8d011 2026-03-01 12:26:28 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from bb0cc8d011 to f78c11529a 2026-03-04 18:32:41 -05:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from f78c11529a to b4ba4d507e 2026-03-08 13:04:12 -04:00 Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from b4ba4d507e to e003f3c783
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-11 12:34:29 -04:00
Compare
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/charmbracelet/log/v2@v2.0.0 requires go >= 1.25.8; switching to go1.25.12
go: github.com/charmbracelet/log/v2@v2.0.0: parsing go.mod:
	module declares its path as: charm.land/log/v2
	        but was required as: github.com/charmbracelet/log/v2

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -t ./... go: module github.com/charmbracelet/log/v2@v2.0.0 requires go >= 1.25.8; switching to go1.25.12 go: github.com/charmbracelet/log/v2@v2.0.0: parsing go.mod: module declares its path as: charm.land/log/v2 but was required as: github.com/charmbracelet/log/v2 ```
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from e003f3c783
Some checks failed
renovate/artifacts Artifact file update failure
to a323fe1aa3
Some checks failed
renovate/artifacts Artifact file update failure
2026-03-25 10:52:23 -04:00
Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from a323fe1aa3
Some checks failed
renovate/artifacts Artifact file update failure
to eaef657baf
Some checks failed
renovate/artifacts Artifact file update failure
2026-05-12 13:57:21 -04:00
Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from eaef657baf
Some checks failed
renovate/artifacts Artifact file update failure
to a221191c00
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-10 10:06:54 -04:00
Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from a221191c00
Some checks failed
renovate/artifacts Artifact file update failure
to 789a96bcaa
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-14 09:51:26 -04:00
Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 789a96bcaa
Some checks failed
renovate/artifacts Artifact file update failure
to 9f61c4f219
Some checks failed
renovate/artifacts Artifact file update failure
2026-06-28 08:07:44 -04:00
Compare
renovate-bot force-pushed renovate/github.com-urfave-cli-v2-3.x from 9f61c4f219
Some checks failed
renovate/artifacts Artifact file update failure
to 617af41f13
Some checks failed
renovate/artifacts Artifact file update failure
2026-07-10 19:05:09 -04:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-urfave-cli-v2-3.x:renovate/github.com-urfave-cli-v2-3.x
git switch renovate/github.com-urfave-cli-v2-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-urfave-cli-v2-3.x
git switch renovate/github.com-urfave-cli-v2-3.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-urfave-cli-v2-3.x
git switch renovate/github.com-urfave-cli-v2-3.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-urfave-cli-v2-3.x
git switch main
git merge --squash renovate/github.com-urfave-cli-v2-3.x
git switch main
git merge --ff-only renovate/github.com-urfave-cli-v2-3.x
git switch main
git merge renovate/github.com-urfave-cli-v2-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
maxpeterkaya/playarray!6
No description provided.