Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/urfave/cli to v2 - autoclosed #17

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli require major v1.22.5 -> v2.3.0

Release Notes

urfave/cli

v2.3.0

Compare Source

These release notes were written for the git hash 09ac54c.

Fixed

Changed

Added

v2.2.0

Compare Source

These release notes were written for the git hash d648edd

Fixed

Changed

Added

v2.1.1

Compare Source

Fixed a Context regression introduced in v2.1.0 in https://github.com/urfave/cli/pull/1014 via @​lynncyrin

v2.1.0

Compare Source

These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8

Fixed
Changed
Added

v2.0.0

Compare 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
  • Added NewStringSlice and NewIntSlice for creating their related types
  • Added Float64SliceFlag for unmarshaling a list of floats from the user
  • Added Context.Lineage to get all contexts from current up to global
  • Added Context.LocalFlagNames to get the flag names from only the current context
  • Added BoolFlag.Value to handle both default-false and default-true
  • Added IsSet method to the Flag interface which allows us to detect whether or not a flag has been set
Changed
  • Occurrences of []Command have been changed to []*Command
  • Occurrences of []cli.Flag have been changed to []*cli.Flag
  • Context.FlagNames now returns all flags in the context lineage
  • Context.IsSet now considers the full context lineage
Removed
  • Removed Global* flags since all flags are now global
    • when updating, replace GlobalBool with Bool
    • and GlobalInt with Int
    • and GlobalString with String
    • and so on for any other global flags
  • Removed Context.Parent method, as this is now available via Context.Lineage
    • when updating, replace Context.Parent() with Context.Lineage()[1]
  • Removed the App.Author and App.Email
    • these have been replaced with the Authors []*Author field
  • Removed the ability to specify multiple entries in the Command.Name field
    • when updating, replace Name: "a, b, c" with Name: "a", Aliases: []string{"b", "c"}
  • Removed the Command.ShortName field
    • when updating, replace ShortName: "i" with Aliases: []string{"i"}
  • Removed all Context.Global* methods, as the non-global versions now traverse up
    the context lineage automatically.
  • Removed the ability to specify &StringSlice{...string} or &IntSlice{...int}.
  • Removed adapter code for deprecated Action func signature
  • Removed BoolTFlag and related code, as this is now available via BoolFlag.Value

Configuration

📅 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies label May 8, 2021
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 2 times, most recently from 58d096e to ffa47c9 Compare May 8, 2021 09:26
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 4 times, most recently from 9ca7190 to 8e5a045 Compare May 24, 2021 13:11
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 4 times, most recently from 8a9316e to 6549324 Compare June 16, 2021 19:32
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 4 times, most recently from a3dbfe7 to 487ec81 Compare July 1, 2021 20:27
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 2 times, most recently from 27c88a7 to 525ca95 Compare July 2, 2021 17:28
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 2 times, most recently from c7edafa to 0d8da77 Compare August 3, 2021 04:34
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 4 times, most recently from 9d01f05 to 60021dd Compare August 16, 2021 21:49
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 2 times, most recently from 5b0be40 to 81a950e Compare August 25, 2021 21:08
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch from 81a950e to 5680871 Compare September 5, 2021 05:21
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch 4 times, most recently from 612fc26 to cefc709 Compare September 21, 2021 22:25
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch from cefc709 to 54db827 Compare September 22, 2021 02:38
@renovate renovate bot force-pushed the renovate/major-golang-dependencies branch from 54db827 to 305b0c7 Compare October 21, 2021 08:47
@renovate renovate bot changed the title fix(deps): update module github.com/urfave/cli to v2 fix(deps): update module github.com/urfave/cli to v2 - autoclosed Oct 31, 2021
@renovate renovate bot closed this Oct 31, 2021
@renovate renovate bot deleted the renovate/major-golang-dependencies branch October 31, 2021 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant