tools/mod-validator: Update module github.com/urfave/cli/v3 to v3.4.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/urfave/cli/v3 | require | minor |
v3.1.0 -> v3.4.1
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
urfave/cli (github.com/urfave/cli/v3)
v3.4.1
What's Changed
- Use recommended GitHub Actions runner labels by @meatballhat in https://github.com/urfave/cli/pull/2181
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/urfave/cli/pull/2179
- Document that
v3
series is recommended for new development by @meatballhat in https://github.com/urfave/cli/pull/2186
Full Changelog: https://github.com/urfave/cli/compare/v3.4.0...v3.4.1
v3.4.0
What's Changed
- Export help display functions as variables to allow custom help display logic by @almas-x in https://github.com/urfave/cli/pull/2150
- Invoke OnUsageError when missing required flags by @MohitPanchariya in https://github.com/urfave/cli/pull/2161
- Fix:(issue_2169) Allow trim space for string slice flags by @dearchap in https://github.com/urfave/cli/pull/2171
- Add example of flag groups to docs by @jllovet in https://github.com/urfave/cli/pull/2178
- Add installation instructions for gfmrun by @jllovet in https://github.com/urfave/cli/pull/2177
- Ensure public vars reference public types by @meatballhat in https://github.com/urfave/cli/pull/2180
New Contributors
- @almas-x made their first contribution in https://github.com/urfave/cli/pull/2150
- @MohitPanchariya made their first contribution in https://github.com/urfave/cli/pull/2161
- @jllovet made their first contribution in https://github.com/urfave/cli/pull/2178
Full Changelog: https://github.com/urfave/cli/compare/v3.3.9...v3.4.0
v3.3.9
What's Changed
- Fix typos in documentation for customizations and full API example by @amarjit03 in https://github.com/urfave/cli/pull/2165
- Update advanced.md by @thetillhoff in https://github.com/urfave/cli/pull/2170
New Contributors
- @amarjit03 made their first contribution in https://github.com/urfave/cli/pull/2165
- @thetillhoff made their first contribution in https://github.com/urfave/cli/pull/2170
Full Changelog: https://github.com/urfave/cli/compare/v3.3.8...v3.3.9
v3.3.8
What's Changed
- Remove "alpha" wording around
v3
series by @meatballhat in https://github.com/urfave/cli/pull/2155
Full Changelog: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8
v3.3.7
What's Changed
- fix: add missing
IsLocal
for BoolWithInverseFlag by @huiyifyj in https://github.com/urfave/cli/pull/2151 - Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by @Ali-Doustkani in https://github.com/urfave/cli/pull/2152
New Contributors
- @Ali-Doustkani made their first contribution in https://github.com/urfave/cli/pull/2152
Full Changelog: https://github.com/urfave/cli/compare/v3.3.6...v3.3.7
v3.3.6
What's Changed
- Fish completions with identically named sub-commands now work by @bittrance in https://github.com/urfave/cli/pull/2130
Full Changelog: https://github.com/urfave/cli/compare/v3.3.5...v3.3.6
v3.3.5
What's Changed
- Fix:(issue_2137) Ensure default value for bool with inverse flag is h… by @dearchap in https://github.com/urfave/cli/pull/2138
- Fix:(issue_2131) Show help text for BoolWithInverseFlag by @Juneezee in https://github.com/urfave/cli/pull/2142
Full Changelog: https://github.com/urfave/cli/compare/v3.3.4...v3.3.5
v3.3.4
What's Changed
- Fix Docs(issue_2125) Add PathFlag to StringFlag migration by @dearchap in https://github.com/urfave/cli/pull/2136
- fix: remove extraneous space from subcommand help template by @G-Rath in https://github.com/urfave/cli/pull/2140
- Fix:(issue_2135) Correct formatting of default subcommand USAGE text by @zzspoon in https://github.com/urfave/cli/pull/2139
New Contributors
- @zzspoon made their first contribution in https://github.com/urfave/cli/pull/2139
Full Changelog: https://github.com/urfave/cli/compare/v3.3.3...v3.3.4
v3.3.3
What's Changed
- Simpler top-level context detection for fish completions by @bittrance in https://github.com/urfave/cli/pull/2121
- Fish completion inside hidden commands by @bittrance in https://github.com/urfave/cli/pull/2122
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in https://github.com/urfave/cli/pull/2123
- fix: off-by-one in timestamp parsing by @nickajacks1 in https://github.com/urfave/cli/pull/2127
- Fish completions tests invokes setup by @bittrance in https://github.com/urfave/cli/pull/2124
- Fix docs by @dearchap in https://github.com/urfave/cli/pull/2128
New Contributors
- @nickajacks1 made their first contribution in https://github.com/urfave/cli/pull/2127
Full Changelog: https://github.com/urfave/cli/compare/v3.3.2...v3.3.3
v3.3.2
What's Changed
- Add docs for advanced value source by @dearchap in https://github.com/urfave/cli/pull/2119
- docs: add renames to v3 migration doc by @G-Rath in https://github.com/urfave/cli/pull/2111
New Contributors
- @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
What's Changed
- Avoid suggesting files in fish command completions. by @bittrance in https://github.com/urfave/cli/pull/2114
- Cleanup docs by @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
What's Changed
- Add v3 issue template by @dearchap in https://github.com/urfave/cli/pull/2104
- Fix:(issue_2105) Ensure fish completion works by @dearchap in https://github.com/urfave/cli/pull/2106
- add test for MutuallyExclusiveFlags with After by @bystones in https://github.com/urfave/cli/pull/2107
- use correct context in After function with subcommand by @bystones in https://github.com/urfave/cli/pull/2108
- Enable to customize completion commands by @suzuki-shunsuke in https://github.com/urfave/cli/pull/2103
- Fish completions no longer suggest subcommands that have already been picked by @bittrance in https://github.com/urfave/cli/pull/2117
- feat: adds support for explicit
float32
andfloat64
by @ldez in https://github.com/urfave/cli/pull/2112
New Contributors
- @bystones made their first contribution in https://github.com/urfave/cli/pull/2107
- @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
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
- chore: Bump golangci-lint to v2 by @mrueg in https://github.com/urfave/cli/pull/2083
- Fix docs for shell completions by @antimatter96 in https://github.com/urfave/cli/pull/2090
- docs: improve migration guides render by @ldez in https://github.com/urfave/cli/pull/2091
- docs: improve migration guide v3 by @ldez in https://github.com/urfave/cli/pull/2093
- feat!: add more integers and unsigned integers type flags by @somebadcode in https://github.com/urfave/cli/pull/2094
- MR-2094: Fix docs by @dearchap in https://github.com/urfave/cli/pull/2099
- Fix:(MR-2094) Update docs for new types by @dearchap in https://github.com/urfave/cli/pull/2100
- Fix:(issue_2056) Add cmd.XXXArgs() functions for retrieving args by @dearchap in https://github.com/urfave/cli/pull/2088
- Add docs for arg types by @dearchap in https://github.com/urfave/cli/pull/2101
New Contributors
- @antimatter96 made their first contribution in https://github.com/urfave/cli/pull/2090
- @ldez made their first contribution in https://github.com/urfave/cli/pull/2091
- @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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.