fix(deps): update module github.com/urfave/cli/v2 to v3#119
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/urfave/cli/v2 to v3#119renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
3 times, most recently
from
October 22, 2025 15:46
3bedb1e to
f850fa1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
November 9, 2025 14:57
f850fa1 to
703075e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
November 16, 2025 22:09
703075e to
c18576d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
January 18, 2026 04:36
c18576d to
a2ea887
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
March 1, 2026 21:39
a2ea887 to
b7179b1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
March 25, 2026 18:36
b7179b1 to
44f9389
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
May 12, 2026 20:47
44f9389 to
cb033be
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
May 23, 2026 05:42
cb033be to
396ee89
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
2 times, most recently
from
June 14, 2026 16:30
36d43b8 to
a4692f1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-urfave-cli-v2-3.x
branch
from
June 28, 2026 13:27
a4692f1 to
dced82b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.27.7→v3.10.1Release Notes
urfave/cli (github.com/urfave/cli/v2)
v3.10.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.10.0...v3.10.1
v3.10.0Compare Source
What's Changed
Full Changelog: urfave/cli@v3.9.1...v3.10.0
v3.9.1Compare Source
What's Changed
Full Changelog: urfave/cli@v3.9.0...v3.9.1
v3.9.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.8.0...v3.9.0
v3.8.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.7.0...v3.8.0
v3.7.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.2...v3.7.0
v3.6.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.1...v3.6.2
v3.6.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.6.0...v3.6.1
v3.6.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.5.0...v3.6.0
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.4.1...v3.5.0
v3.4.1Compare Source
What's Changed
v3series is recommended for new development by @meatballhat in #2186Full Changelog: urfave/cli@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.9...v3.4.0
v3.3.9Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.8...v3.3.9
v3.3.8Compare Source
What's Changed
v3series by @meatballhat in #2155Full Changelog: urfave/cli@v3.3.7...v3.3.8
v3.3.7Compare Source
What's Changed
IsLocalfor BoolWithInverseFlag by @huiyifyj in #2151New Contributors
Full Changelog: urfave/cli@v3.3.6...v3.3.7
v3.3.6Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.5...v3.3.6
v3.3.5Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.4...v3.3.5
v3.3.4Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.3...v3.3.4
v3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.2...v3.3.3
v3.3.2Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.3.1...v3.3.2
v3.3.1Compare Source
What's Changed
Full Changelog: urfave/cli@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
float32andfloat64by @ldez in #2112New Contributors
Full Changelog: urfave/cli@v3.2.0...v3.3.0
v3.2.0Compare 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.1Compare Source
v3.1.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.