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

chore(deps): update module urfave/cli to v2 #8

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 21, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
urfave/cli require major v1.20.0 -> 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 #​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 #​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 => #​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

v1.22.5

Compare Source

These release notes were written for the git hash af7fa3d.

Fixed
Changed

v1.22.4

Compare Source

These release notes were written for the git hash 053ba9d

Fixed

v1.22.3

Compare Source

Fixed

v1.22.2

Compare Source

Fixed
Changed

v1.22.1

Compare Source

🚧 Watch out! There's a known regression in this release! #​850 🚧
Fixed
Changed

v1.22.0

Compare Source

🚧 Watch out! There's a known regression in this release! #​850 🚧
Fixed
Changed
Added

v1.21.0

Compare Source

🚧 Watch out! There's a known regression in this release! #​850 🚧
Fixed
Added / Changed

Renovate 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, check this box

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

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 21, 2019
@renovate renovate bot force-pushed the renovate/major-all branch from 349a84a to d12efd8 Compare December 14, 2019 17:42
@renovate
Copy link
Author

renovate bot commented Dec 14, 2019

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/totp-keychain":"/mnt/renovate/gh/moul/totp-keychain" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/totp-keychain" docker.io/renovate/go:1.12.17 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: finding github.com/keybase/go-keychain v0.0.0-20190604185112-cc436cc9fe98
go: finding github.com/pquerna/otp v1.2.0
go: finding github.com/urfave/cli/v2/v2 v2.3.0
go: github.com/urfave/cli/v2/[email protected]: unknown revision v2/v2.3.0
go: error loading module requirements

@renovate renovate bot force-pushed the renovate/major-all branch from d12efd8 to e38130e Compare December 30, 2019 09:58
@renovate renovate bot force-pushed the renovate/major-all branch from e38130e to 6260c18 Compare April 26, 2020 10:57
@renovate renovate bot force-pushed the renovate/major-all branch from 6260c18 to aa9db12 Compare November 27, 2020 23:57
@moul moul closed this Mar 31, 2021
@renovate renovate bot deleted the renovate/major-all branch March 7, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants