drone-s3
drone-s3 copied to clipboard
fix(deps): update module github.com/urfave/cli to v3
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/urfave/cli | v1.22.10 -> v3.5.0 |
Release Notes
urfave/cli (github.com/urfave/cli)
v3.5.0
What's Changed
- Update mkdocs reqs by @meatballhat in #2190
- Allow the user to stop processing flags after seeing N args by @adrian-thurston in #2163
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #2194
- chore(deps): bump mkdocs-material from 9.6.16 to 9.6.18 in the python-packages group by @dependabot[bot] in #2195
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2198
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #2199
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2200
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #2197
- chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the python-packages group by @dependabot[bot] in #2201
- chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group by @dependabot[bot] in #2202
- feat: add name of argument into error message when parsing fails by @oprudkyi in #2203
- chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the python-packages group by @dependabot[bot] in #2204
- add space between arguments usage by @dimfu in #2207
- chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the python-packages group by @dependabot[bot] in #2213
- Fix: Make DefaultText behaviour consistent by @dearchap in #2214
New Contributors
- @adrian-thurston made their first contribution in #2163
- @oprudkyi made their first contribution in #2203
- @dimfu made their first contribution in #2207
Full Changelog: https://github.com/urfave/cli/compare/v3.4.1...v3.5.0
v3.4.1
What's Changed
- Use recommended GitHub Actions runner labels by @meatballhat in #2181
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2179
- Document that
v3series is recommended for new development by @meatballhat in #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 #2150
- Invoke OnUsageError when missing required flags by @MohitPanchariya in #2161
- Fix:(issue_2169) Allow trim space for string slice flags by @dearchap in #2171
- Add example of flag groups to docs by @jllovet in #2178
- Add installation instructions for gfmrun by @jllovet in #2177
- Ensure public vars reference public types by @meatballhat in #2180
New Contributors
- @almas-x made their first contribution in #2150
- @MohitPanchariya made their first contribution in #2161
- @jllovet made their first contribution in #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 #2165
- Update advanced.md by @thetillhoff in #2170
New Contributors
- @amarjit03 made their first contribution in #2165
- @thetillhoff made their first contribution in #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
v3series by @meatballhat in #2155
Full Changelog: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8
v3.3.7
What's Changed
- fix: add missing
IsLocalfor BoolWithInverseFlag by @huiyifyj in #2151 - Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by @Ali-Doustkani in #2152
New Contributors
- @Ali-Doustkani made their first contribution in #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 #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 #2138
- Fix:(issue_2131) Show help text for BoolWithInverseFlag by @Juneezee in #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 #2136
- fix: remove extraneous space from subcommand help template by @G-Rath in #2140
- Fix:(issue_2135) Correct formatting of default subcommand USAGE text by @zzspoon in #2139
New Contributors
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 #2121
- Fish completion inside hidden commands by @bittrance in #2122
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #2123
- fix: off-by-one in timestamp parsing by @nickajacks1 in #2127
- Fish completions tests invokes setup by @bittrance in #2124
- Fix docs by @dearchap in #2128
New Contributors
- @nickajacks1 made their first contribution in #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 #2119
- docs: add renames to v3 migration doc by @G-Rath in #2111
New Contributors
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 #2114
- Cleanup docs by @dearchap in #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 #2104
- Fix:(issue_2105) Ensure fish completion works by @dearchap in #2106
- add test for MutuallyExclusiveFlags with After by @bystones in #2107
- use correct context in After function with subcommand by @bystones in #2108
- Enable to customize completion commands by @suzuki-shunsuke in #2103
- Fish completions no longer suggest subcommands that have already been picked by @bittrance in #2117
- feat: adds support for explicit
float32andfloat64by @ldez in #2112
New Contributors
- @bystones made their first contribution in #2107
- @bittrance made their first contribution in #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 #2083
- Fix docs for shell completions by @antimatter96 in #2090
- docs: improve migration guides render by @ldez in #2091
- docs: improve migration guide v3 by @ldez in #2093
- feat!: add more integers and unsigned integers type flags by @somebadcode in #2094
- PR-2094: Fix docs by @dearchap in #2099
- Fix:(PR-2094) Update docs for new types by @dearchap in #2100
- Fix:(issue_2056) Add cmd.XXXArgs() functions for retrieving args by @dearchap in #2088
- Add docs for arg types by @dearchap in #2101
New Contributors
- @antimatter96 made their first contribution in #2090
- @ldez made their first contribution in #2091
- @somebadcode made their first contribution in #2094
Full Changelog: https://github.com/urfave/cli/compare/v3.1.1...v3.2.0
v3.1.1
v3.1.0
What's Changed
- go.mod: Require go1.22 by @mrueg in #2026
- Fix:(issue_2030) Add support for trailing hypen for short options by @dearchap in #2031
- Run Before actions after setting up subcommand by @fjl in #2028
- The example have some problem in api by @jokemanfire in #2039
- Rename "Bash Completions" to "Shell Completions" by @abitrolly in #2044
- Support root level map keys in map sources by @lukasbindreiter in #2047
- while print flag , the placeholder if need but not set. by @jokemanfire in #2043
- Add dependabot by @mrueg in #2025
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #2054
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #2053
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #2052
- Fix:(issue_2032) Support for post parse config loading by @dearchap in #2033
- Fix:(issue_2066) Remove dependency on golang flag library by @dearchap in #2074
- Fix:(issue_1891) Roll out v3 docs by @dearchap in #2080
- Fix:(issue_2077) Make sure onUsageError is invoked for command when a… by @dearchap in #2081
New Contributors
- @mrueg made their first contribution in #2026
- @jokemanfire made their first contribution in #2039
- @lukasbindreiter made their first contribution in #2047
- @dependabot made their first contribution in #2054
Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.0
v2.27.7
What's Changed
- Update dependencies in v2 series by @meatballhat in #2159
Full Changelog: https://github.com/urfave/cli/compare/v2.27.6...v2.27.7
v2.27.6
What's Changed
- Use usage template in subcommand help by @meatballhat in #1986
- Docs: Update cli.yml by @dearchap in #2015
- Fix:(issue_2069) Add sep for string slice by @dearchap in #2070
Full Changelog: https://github.com/urfave/cli/compare/v2.27.5...v2.27.6
v2.27.5
What's Changed
- docs(flag): add
UseShortOptionHandlingdescription by @BlackHole1 in #1956 - [Backport] Fix: Use $0 env var to correctly retrieve the current active shell by @asahasrabuddhe in #1970
- Update dependencies in v2-maint by @meatballhat in #1980
Full Changelog: https://github.com/urfave/cli/compare/v2.27.4...v2.27.5
v2.27.4
What's Changed
- Fix:(issue_1962) Fix tests failing on 32 bit architectures by @dearchap in #1963
Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4
v2.27.3
What's Changed
- v2 Docs: Mention value from env as default value by @sj14 in #1910
- Bump github.com/xrash/smetrics dependency by @elezar in #1911
- fix: disable bash completion if double dash is included in arguments (v2) by @suzuki-shunsuke in #1938
- Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by @caeret in #1947
New Contributors
- @sj14 made their first contribution in #1910
- @elezar made their first contribution in #1911
- @caeret made their first contribution in #1947
Full Changelog: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3
v2.27.2
What's Changed
- Cleanup: Remove unnecessary intermediate variables by @1ambd4 in #1857
- Docs:(issue_1866) Fix documentation on filepath vs env preference by @dearchap in #1867
- Fix:(issue_1860) Remove hidden flags from flag categories by @dearchap in #1868
- Fix repeated [arguments...] in usage template in v2 by @edeustua in #1872
- Update dependencies, actions steps, and usage for v2-maint by @meatballhat in #1888
New Contributors
- @1ambd4 made their first contribution in #1857
- @edeustua made their first contribution in #1872
Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2
v2.27.1
What's Changed
Full Changelog: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1
v2.27.0
What's Changed
- v2 Add integration with golangci-lint by @skelouse in #1830
- v2: GitHub Actions: upgrade Go, upgrade actions by @dolmen in #1848
- Feat:(issue_1797) Add Args for app/cmd/subcmd to avoid argument... be… by @dearchap in #1829
- Fix:(issue_1850) Add RunAction for uint/uint64 slice flags by @dearchap in #1851
Full Changelog: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0
v2.26.0
What's Changed
- Bash completion nits by @meatballhat in #1762
- Chore: Rename mkdocs requirements file name by @dearchap in #1776
- Fix:(issue_1787) Add fix for commands not listed when hide help comma… by @dearchap in #1788
- Fix nil HelpFlag panic (v2) by @wxiaoguang in #1795
- Always get 0 for a nested int64 value in v2.25.7 by @stephenfire in #1799
- Helper messages for documenting build process by @abitrolly in #1800
- fix: check duplicated sub command name and alias by @linrl3 in #1805
- Fix:(issue_1689) Have consistent behavior for default text in man and… by @dearchap in #1825
- Fix linting issues by @skelouse in #1696
New Contributors
- @stephenfire made their first contribution in #1799
- @linrl3 made their first contribution in #1805
Full Changelog: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0
v2.25.7
What's Changed
- Fix: fix v2 broken tests by @dearchap in #1757
- Fix:(issue_1755) Ensure that timestamp flag destination is set correctly by @dearchap in #1756
Full Changelog: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7
v2.25.6
What's Changed
- Fix:(issue_1668) Add test case for sub command of sub command completion by @dearchap in #1747
- Update dependencies for v2 by @meatballhat in #1749
- Document slice flags as part of examples (v2) by @carhartl in #1751
Full Changelog: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6
v2.25.5
What's Changed
- Fix:(issue_1737) Set bool count by taking care of num of aliases by @dearchap in #1740
Full Changelog: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5
v2.25.4
What's Changed
- Bug/fix issue 1703 by @jojje in #1728
- Fix:(issue_1734) Show categories for subcommands by @dearchap in #1735
- Fix:(issue_1610). Keep RunAsSubcommand behaviour as before by @dearchap in #1736
- Fix:(issue_1731) Add fix for checking if aliases are set by @dearchap in #1732
- Fix func name referenced in doc comment by @meatballhat in #1738
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4
v2.25.3
What's Changed
- Fix
incorrectTypeForFlagErrorfor unknowns by @danhunsaker in #1708
New Contributors
- @danhunsaker made their first contribution in #1708
Full Changelog: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3
v2.25.2
What's Changed
- Fix missing required flag error uses flag name and not alias by @nirhaas in #1709
- Remove redundant variable declarations by @huiyifyj in #1714
- Fix:(issue 1689) Match markdown output with help output by @dearchap in #1723
New Contributors
- @nirhaas made their first contribution in #1709
- @huiyifyj made their first contribution in #1714
Full Changelog: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2
v2.25.1
What's Changed
- Shift tested Go versions in v2-maint by @meatballhat in #1692
- Preserve separator spec on subcommands by @thschmitt in #1710
New Contributors
- @thschmitt made their first contribution in #1710
Full Changelog: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1
v2.25.0
What's Changed
- Drop support for Go versions before 1.18 by @meatballhat in #1667
- add Integer type casting when loading yaml file by @kjeom in #1669
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.24.4...v2.25.0
v2.24.4
What's Changed
- Deprecation of package ioutil in Go 1.16 by @ArangoGutierrez in #1678
- Backport [v2]: Fix some issues in bash autocompletion by @MrNaif2018 in #1676
New Contributors
- @ArangoGutierrez made their first contribution in #1678
Full Changelog: https://github.com/urfave/cli/compare/v2.24.3...v2.24.4
v2.24.3
What's Changed
- Make trim space optional by @palsivertsen in #1675
Full Changelog: https://github.com/urfave/cli/compare/v2.24.2...v2.24.3
v2.24.2
What's Changed
- Update README badges for v2 by @meatballhat in #1664
- Target two most recent Go versions in v2 by @meatballhat in #1666
- flag: remove dependencies on shared variables by @zllovesuki in #1671
- Show non categorized flags with categorized on help by @skelouse in #1673
New Contributors
- @zllovesuki made their first contribution in #1671
Full Changelog: https://github.com/urfave/cli/compare/v2.24.1...v2.24.2
v2.24.1
What's Changed
- Fix v2 docs by @dearchap in #1655
Full Changelog: https://github.com/urfave/cli/compare/v2.24.0...v2.24.1
v2.24.0
What's Changed
- Fix:(issue_1592) Add support for float64slice, uint, int, int64 for a… by @dearchap in #1647
Full Changelog: https://github.com/urfave/cli/compare/v2.23.10...v2.24.0
v2.23.10
What's Changed
- Doc:(issue_1593) Add flag category topic in docs (v2-maint) by @ovcharenko-di in #1653
Full Changelog: https://github.com/urfave/cli/compare/v2.23.9...v2.23.10
v2.23.9
What's Changed
- Fixes #1648 by @palsivertsen in #1649
New Contributors
- @palsivertsen made their first contribution in #1649
Full Changelog: https://github.com/urfave/cli/compare/v2.23.8...v2.23.9
v2.23.8
What's Changed
- Fix:(issue_1277) Remove default text for version/help flags by @dearchap in #1633
Full Changelog: https://github.com/urfave/cli/compare/v2.23.7...v2.23.8
v2.23.7
What's Changed
- Fix:(issue_1617) Fix Bash completion for subcommands by @dearchap in #1618
Full Changelog: https://github.com/urfave/cli/compare/v2.23.6...v2.23.7
v2.23.6
What's Changed
- Disable slice flag separator by @feedmeapples in #1588
- Fix:(issue_1591) Use AppHelpTemplate instead of subcommand help template by @dearchap in #1608
Full Changelog: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6
v2.23.5
What's Changed
- Update x/text to 0.3.8 by @dirkmueller in #1571
- Update github actions events for v2-maint branch by @meatballhat in #1574
- Update dependencies in v2 series by @meatballhat in #1573
New Contributors
- @dirkmueller made their first contribution in #1571
Full Changelog: https://github.com/urfave/cli/compare/v2.23.4...v2.23.5
v2.23.4
What's Changed
- Chore: Add altsrc flag definition generation by @dearchap in #1553
Full Changelog: https://github.com/urfave/cli/compare/v2.23.3...v2.23.4
v2.23.3
What's Changed
- Fix: Avoid duplication of help commands by @remiposo in #1565
- Feature:(issue_1550):Add support Int64Slice by read toml config file by @Edelweiss-Snow in #1551
New Contributors
- @remiposo made their first contribution in #1565
- @Edelweiss-Snow made their first contribution in #1551
Full Changelog: https://github.com/urfave/cli/compare/v2.23.2...v2.23.3
Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.
v2.23.2
What's Changed
- Fix:(issue_1114) Add SkipFlagParsing to app to allow -- by @dearchap in #1562
Full Changelog: https://github.com/urfave/cli/compare/v2.23.1...v2.23.2
v2.23.1
What's Changed
- FIx: Allow ext flags to be opt-out by default rather than opt-in by @dearchap in #1561
Full Changelog: https://github.com/urfave/cli/compare/v2.23.0...v2.23.1
v2.23.0
What's Changed
- Feature:(issue_269) Allow external package flag definitions by @dearchap in #1540
Full Changelog: https://github.com/urfave/cli/compare/v2.22.0...v2.23.0
v2.22.0
What's Changed
- Feature:(issue_1090): Add unwrap for ExitCoder by @dearchap in #1545
Full Changelog: https://github.com/urfave/cli/compare/v2.21.0...v2.22.0
v2.21.0
What's Changed
Full Changelog: https://github.com/urfave/cli/compare/v2.20.5...v2.21.0
v2.20.5
What's Changed
- Fix:(issue_1548) Check root before run default cmd by @smalnote in #1549
New Contributors
- @smalnote made their first contribution in #1549
Full Changelog: https://github.com/urfave/cli/compare/v2.20.4...v2.20.5
v2.20.4
What's Changed
- Spelling by @jsoref in #1543
- Documentation:(issue_786) Add docs for flag validation by @dearchap in #1544
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.20.3...v2.20.4
v2.20.3
What's Changed
- Docs:(issue_1276) Make destination/value/default text clear by @dearchap in #1539
- Fix:(issue_1263) FlagNames should return names set via env as well by @dearchap in #1537
- Fix:(issue_1288). Add windows specific env format by @dearchap in #1538
Full Changelog: https://github.com/urfave/cli/compare/v2.20.2...v2.20.3
v2.20.2
What's Changed
- Fix:(issue_1206) Default value shouldnt depend on env variable or val… by @dearchap in #1528
Full Changelog: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2
v2.20.1
What's Changed
- Docs: Fix docs from merged PR1498 by @dearchap in #1532
- Cleanup: Fix app.go formatting by @dearchap in #1533
Full Changelog: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1
v2.20.0
What's Changed
- Cleanup redundant code in App/Command by @dearchap in #1498
Full Changelog: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0
v2.19.3
What's Changed
- Build and run
urfave-cli-genflagsvia itsMakefileby @meatballhat in #1526
Full Changelog: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3
v2.19.2
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2
v2.19.1
What's Changed
- Fix:(issue_1500). Fix slice flag value duplication issue by @dearchap in #1502
Full Changelog: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1
v2.19.0
What's Changed
- Fix:(issue_1505) Fix flag alignment in help by @dearchap in #1506
Full Changelog: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0
v2.18.2
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2
v2.18.1
What's Changed
- Ensure "generate" step runs in CI prior to diff check by @meatballhat in #1504
Full Changelog: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1
v2.18.0
What's Changed
New Contributors
Full Changelog: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0
v2.17.2
What's Changed
- Remove nonexistent phony targets by @meatballhat in #1503
- wrap: Avoid trailing whitespace for empty lines by @abitrolly in #1513
New Contributors
- @abitrolly made their first contribution in #1513
Full Changelog: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2
v2.17.1
[Compare Source](https://redi
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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
github.com/cpuguy83/go-md2man/v2 |
v2.0.1 -> v2.0.7 |