chore(deps): update module github.com/urfave/cli to v2 (main) #147
Closed
renovate-bot
wants to merge 1 commits from
renovate/main-github.com-urfave-cli-2.x into main
pull from: renovate/main-github.com-urfave-cli-2.x
merge into: :main
:main
:renovate/golang-1.27
:renovate/github.com-charmbracelet-bubbletea-2.x
:fix/492
:local-integration-testing
:renovate/github.com-charmbracelet-lipgloss-2.x
:renovate/otel-weaver-0.x
:renovate/codespell-2.x
:renovate/tonistiigi-xx-1.x
:renovate/alpine-3.x
:renovate/github.com-charmbracelet-log-2.x
:chore-deps
:fix/deps
:fix/613
No Reviewers
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#147
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.22.5->v2.3.0Release Notes
urfave/cli
v2.3.0Compare Source
These release notes were written for the git hash
09ac54c.Fixed
App.ErrWriternot being initialized inApp.Setup()in #1100 via @Nokel81Destinationfield in theStringSliceFlagin #1121 via @sgoroshkoStringSlicevalues would be mutated in #1170 via @tych0Changed
Added
ValuewithTimeStampflag in #1160 via @vschettinoMapInputSourcetype in #1194 via @igorriusApp.Readerthat defaults toos.Stdinvia #1191 via @stellirinv2.2.0Compare Source
These release notes were written for the git hash
d648eddFixed
Changed
Added
v2.1.1Compare Source
Fixed a
Contextregression introduced inv2.1.0in https://github.com/urfave/cli/pull/1014 via @lynncyrinv2.1.0Compare Source
These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8
Fixed
Changed
App.Runto use an optional context for timeouts and cancellation in https://github.com/urfave/cli/pull/975 via @marwan-at-workValueaccessor in https://github.com/urfave/cli/pull/741 via @corruptmemoryAdded
v2.0.0Compare Source
V2 was merged in https://github.com/urfave/cli/pull/892, which included the work of all of these contributors: @asahasrabuddhe, @meatballhat, @jszwedko, @lynncyrin, @AudriusButkevicius, @saschagrunert, @rliebz, @johnweldon, @nlewo, @grubernaut, @OneOfOne, @VMitov, @cbranch, @marwan-at-work, @uudashr, @bfreis
Discuss the state of V2 here => https://github.com/urfave/cli/issues/826
Added
NewStringSliceandNewIntSlicefor creating their related typesFloat64SliceFlagfor unmarshaling a list of floats from the userContext.Lineageto get all contexts from current up to globalContext.LocalFlagNamesto get the flag names from only the current contextBoolFlag.Valueto handle both default-false and default-trueIsSetmethod to theFlaginterface which allows us to detect whether or not a flag has been setChanged
[]Commandhave been changed to[]*Command[]cli.Flaghave been changed to[]*cli.FlagContext.FlagNamesnow returns all flags in the context lineageContext.IsSetnow considers the full context lineageRemoved
Global*flags since all flags are now globalGlobalBoolwithBoolGlobalIntwithIntGlobalStringwithStringContext.Parentmethod, as this is now available viaContext.LineageContext.Parent()withContext.Lineage()[1]App.AuthorandApp.EmailAuthors []*AuthorfieldCommand.NamefieldName: "a, b, c"withName: "a", Aliases: []string{"b", "c"}Command.ShortNamefieldShortName: "i"withAliases: []string{"i"}Context.Global*methods, as the non-global versions now traverse upthe context lineage automatically.
&StringSlice{...string}or&IntSlice{...int}.Actionfunc signatureBoolTFlagand related code, as this is now available viaBoolFlag.ValueConfiguration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
We reverted to v1 for better arg handling. Closing.
Renovate Ignore Notification
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
Pull request closed