fix(deps): update all (major) #10
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.5
->5.4.3
0.5.13
->2.8.2
v2.0.0-20190806201727-b62605953717
->v3.3.8
Release Notes
urfave/cli (gopkg.in/urfave/cli.v2)
v3.3.8
Compare Source
What's Changed
v3
series by @meatballhat in https://github.com/urfave/cli/pull/2155Full Changelog: urfave/cli@v3.3.7...v3.3.8
v3.3.7
Compare Source
What's Changed
IsLocal
for BoolWithInverseFlag by @huiyifyj in https://github.com/urfave/cli/pull/2151New Contributors
Full Changelog: urfave/cli@v3.3.6...v3.3.7
v3.3.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.5...v3.3.6
v3.3.5
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.4...v3.3.5
v3.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.3...v3.3.4
v3.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.2...v3.3.3
v3.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.1...v3.3.2
v3.3.1
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.0...v3.3.1
v3.3.0
Compare Source
What's Changed
float32
andfloat64
by @ldez in https://github.com/urfave/cli/pull/2112New Contributors
Full Changelog: urfave/cli@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: urfave/cli@v3.1.1...v3.2.0
v3.1.1
Compare Source
v3.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0
v3.0.0-beta1
Compare Source
v3.0.0-alpha9.10
Compare Source
v3.0.0-alpha9.9
Compare Source
v3.0.0-alpha9.8
Compare Source
v3.0.0-alpha9.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.6...v3.0.0-alpha9.7
v3.0.0-alpha9.6
Compare Source
What's Changed
cmd.Name
when generating completion script by @bartekpacia in https://github.com/urfave/cli/pull/2012Full Changelog: urfave/cli@v3.0.0-alpha9.5...v3.0.0-alpha9.6
v3.0.0-alpha9.5
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.4...v3.0.0-alpha9.5
v3.0.0-alpha9.4
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.3...v3.0.0-alpha9.4
v3.0.0-alpha9.3
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.2...v3.0.0-alpha9.3
v3.0.0-alpha9.2
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha9.1...v3.0.0-alpha9.2
v3.0.0-alpha9.1
Compare Source
What's Changed
source
the Zsh autocomplete script by @bartekpacia in https://github.com/urfave/cli/pull/1896stable
andoldstable
Go version in CI by @Juneezee in https://github.com/urfave/cli/pull/1912UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1953New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha9...v3.0.0-alpha9.1
v3.0.0-alpha9
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha8...v3.0.0-alpha9
v3.0.0-alpha8
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha7...v3.0.0-alpha8
v3.0.0-alpha7
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha6...v3.0.0-alpha7
v3.0.0-alpha6
Compare Source
What's Changed
Full Changelog: urfave/cli@v3.0.0-alpha5...v3.0.0-alpha6
v3.0.0-alpha5
Compare Source
What's Changed
uint
anduint64
flag types by @meatballhat in https://github.com/urfave/cli/pull/1768float64
types fromFloat64
toFloat
by @meatballhat in https://github.com/urfave/cli/pull/1773Context
intoCommand
by @meatballhat in https://github.com/urfave/cli/pull/1784LocalFlagNames
by @Juneezee in https://github.com/urfave/cli/pull/1815New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha4...v3.0.0-alpha5
v3.0.0-alpha4
Compare Source
What's Changed
App
code intoCommand
by @meatballhat in https://github.com/urfave/cli/pull/1746int64
andint
flag types by @meatballhat in https://github.com/urfave/cli/pull/1765New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha3...v3.0.0-alpha4
v3.0.0-alpha3
: Release 3.0.0-alpha3Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-alpha2...v3.0.0-alpha3
v3.0.0-alpha2
Compare Source
What's Changed
/v3/
by @meatballhat in https://github.com/urfave/cli/pull/1494main
tov3-dev-main
(circa 2022-10-09) by @meatballhat in https://github.com/urfave/cli/pull/1525main
tov3-dev-main
circa 2022-11-06 by @meatballhat in https://github.com/urfave/cli/pull/1569Command.Subcommands
➡️Command.Commands
by @meatballhat in https://github.com/urfave/cli/pull/1603urfave_cli_no_docs
flag by @abitrolly in https://github.com/urfave/cli/pull/1604v1
withv2-maint
in RELEASING.md by @abitrolly in https://github.com/urfave/cli/pull/1614NewApp
func by @meatballhat in https://github.com/urfave/cli/pull/1626any
instead of custom*Author
type by @meatballhat in https://github.com/urfave/cli/pull/1630New Contributors
Full Changelog: urfave/cli@v2.23.4...v3.0.0-alpha2
v3.0.0-alpha
Compare Source
v2.27.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.6...v2.27.7
v2.27.6
Compare Source
What's Changed
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.