fp-go
fp-go copied to clipboard
fix(deps): update module github.com/urfave/cli/v2 to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/urfave/cli/v2 | v2.27.6 -> v3.3.1 |
Release Notes
urfave/cli (github.com/urfave/cli/v2)
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
float32andfloat64by @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
- PR-2094: Fix docs by @dearchap in https://github.com/urfave/cli/pull/2099
- Fix:(PR-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
v3.1.0
What's Changed
- go.mod: Require go1.22 by @mrueg in https://github.com/urfave/cli/pull/2026
- Fix:(issue_2030) Add support for trailing hypen for short options by @dearchap in https://github.com/urfave/cli/pull/2031
- Run Before actions after setting up subcommand by @fjl in https://github.com/urfave/cli/pull/2028
- The example have some problem in api by @jokemanfire in https://github.com/urfave/cli/pull/2039
- Rename "Bash Completions" to "Shell Completions" by @abitrolly in https://github.com/urfave/cli/pull/2044
- Support root level map keys in map sources by @lukasbindreiter in https://github.com/urfave/cli/pull/2047
- while print flag , the placeholder if need but not set. by @jokemanfire in https://github.com/urfave/cli/pull/2043
- Add dependabot by @mrueg in https://github.com/urfave/cli/pull/2025
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/urfave/cli/pull/2054
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in https://github.com/urfave/cli/pull/2053
- Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/urfave/cli/pull/2052
- Fix:(issue_2032) Support for post parse config loading by @dearchap in https://github.com/urfave/cli/pull/2033
- Fix:(issue_2066) Remove dependency on golang flag library by @dearchap in https://github.com/urfave/cli/pull/2074
- Fix:(issue_1891) Roll out v3 docs by @dearchap in https://github.com/urfave/cli/pull/2080
- Fix:(issue_2077) Make sure onUsageError is invoked for command when a… by @dearchap in https://github.com/urfave/cli/pull/2081
New Contributors
- @mrueg made their first contribution in https://github.com/urfave/cli/pull/2026
- @jokemanfire made their first contribution in https://github.com/urfave/cli/pull/2039
- @lukasbindreiter made their first contribution in https://github.com/urfave/cli/pull/2047
- @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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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):
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.20 -> 1.22 |