mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Update module urfave/cli to v1.22.2 #123

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
github.com/urfave/cli require minor v1.20.0 -> v1.22.2

Release Notes

urfave/cli ### [`v1.22.2`](https://togithub.com/urfave/cli/releases/v1.22.2) [Compare Source](https://togithub.com/urfave/cli/compare/v1.22.1...v1.22.2) ##### Fixed - Fix v1.21.0 pass through regression in [urfave/cli/pull/872](https://togithub.com/urfave/cli/pull/872) via [@​lynncyrin](https://togithub.com/lynncyrin) - Fix infinite loop when parsing invalid flags for apps with short option handling in [urfave/cli/pull/911](https://togithub.com/urfave/cli/pull/911) via [@​rliebz](https://togithub.com/rliebz) - Fix zsh autocomplete in [urfave/cli/pull/906](https://togithub.com/urfave/cli/pull/906) via [@​gnowxilef](https://togithub.com/gnowxilef) - Fix typo in `DocGenerationFlag.TakesValue()` docstring in [urfave/cli/pull/902](https://togithub.com/urfave/cli/pull/902) via [@​benmoose](https://togithub.com/benmoose) - Avoid panic for missing flag value in [urfave/cli/pull/893](https://togithub.com/urfave/cli/pull/893) via [@​rliebz](https://togithub.com/rliebz) ##### Changed - Simplify `HelpPrinter` and `CustomHelpPrinter` behaviors in [urfave/cli/pull/912](https://togithub.com/urfave/cli/pull/912) via [@​rliebz](https://togithub.com/rliebz) ### [`v1.22.1`](https://togithub.com/urfave/cli/releases/v1.22.1) [Compare Source](https://togithub.com/urfave/cli/compare/v1.22.0...v1.22.1) ##### 🚧 Watch out! There's a known regression in this release! [#​850](https://togithub.com/urfave/cli/issues/850) 🚧 ##### Fixed - Hide output of hidden commands on man pages in [urfave/cli/pull/889](https://togithub.com/urfave/cli/pull/889) via [@​crosbymichael](https://togithub.com/crosbymichael) - Don't generate fish completion for hidden commands [urfave/cli/pull/891](https://togithub.com/urfave/891) via [@​saschagrunert](https://togithub.com/saschagrunert) - Using short flag names for required flags throws an error in [urfave/cli/pull/890](https://togithub.com/urfave/cli/pull/890) via [@​asahasrabuddhe](https://togithub.com/asahasrabuddhe) ##### Changed - Remove flag code generation logic, legacy python test runner in [urfave/cli/pull/883](https://togithub.com/urfave/cli/pull/883) via [@​asahasrabuddhe](https://togithub.com/asahasrabuddhe) - Enable Go Modules support, drop support for `Go 1.10` add support for `Go 1.13` in [urfave/cli/pull/885](https://togithub.com/urfave/cli/pull/885) via [@​asahasrabuddhe](https://togithub.com/asahasrabuddhe) ### [`v1.22.0`](https://togithub.com/urfave/cli/releases/v1.22.0) [Compare Source](https://togithub.com/urfave/cli/compare/v1.21.0...v1.22.0) ##### 🚧 Watch out! There's a known regression in this release! [#​850](https://togithub.com/urfave/cli/issues/850) 🚧 ##### Fixed - Fix Subcommands not falling back to `app.ExitEventHandler` in [urfave/cli/pull/856](https://togithub.com/urfave/cli/pull/856) via [@​FaranIdo](https://togithub.com/FaranIdo) ##### Changed - Clarify that altsrc supports both TOML and JSON in [urfave/cli/pull/774](https://togithub.com/urfave/cli/pull/774) via [@​whereswaldon](https://togithub.com/whereswaldon) - Made the exit code example more clear in [urfave/cli/pull/823](https://togithub.com/urfave/cli/pull/823) via [@​xordspar0](https://togithub.com/xordspar0) - Removed the use of python for internal flag generation in [urfave/cli/pull/836](https://togithub.com/urfave/cli/pull/836) via [@​asahasrabuddhe](https://togithub.com/asahasrabuddhe) - Changed the supported go versions to `1.10`, `1.11`, `1.12` in [urfave/cli/pull/843](https://togithub.com/urfave/cli/pull/843) via [@​lafriks](https://togithub.com/lafriks) - Changed the v1 releases section in the readme in [urfave/cli/pull/862](https://togithub.com/urfave/cli/pull/862) via [@​russoj88](https://togithub.com/russoj88) - Cleaned up go modules in [urfave/cli/pull/874](https://togithub.com/urfave/cli/pull/874) via [@​saschagrunert](https://togithub.com/saschagrunert) ##### Added - Added `UseShortOptionHandling` for combining short flags in [urfave/cli/pull/735](https://togithub.com/urfave/cli/pull/735) via [@​rliebz](https://togithub.com/rliebz) - Added support for flags bash completion in [urfave/cli/pull/808](https://togithub.com/urfave/cli/pull/808) via [@​yogeshlonkar](https://togithub.com/yogeshlonkar) - Added the `TakesFile` indicator to flag in [urfave/cli/pull/851](https://togithub.com/urfave/cli/pull/851) via [@​saschagrunert](https://togithub.com/saschagrunert) - Added fish shell completion support in [urfave/cli/pull/848](https://togithub.com/urfave/cli/pull/848) via [@​saschagrunert](https://togithub.com/saschagrunert) ### [`v1.21.0`](https://togithub.com/urfave/cli/releases/v1.21.0) [Compare Source](https://togithub.com/urfave/cli/compare/v1.20.0...v1.21.0) ##### 🚧 Watch out! There's a known regression in this release! [#​850](https://togithub.com/urfave/cli/issues/850) 🚧 ##### Fixed - Fix using "slice" flag types with `EnvVar` in [urfave/cli/pull/687](https://togithub.com/urfave/cli/pull/687) via [@​joshuarubin](https://togithub.com/joshuarubin) - Fix regression of `SkipFlagParsing` behavior in [urfave/cli/pull/697](https://togithub.com/urfave/cli/pull/697) via [@​jszwedko](https://togithub.com/jszwedko) - Fix handling `ShortOptions` and `SkipArgReorder` in [urfave/cli/pull/686](https://togithub.com/urfave/cli/pull/686) via [@​baude](https://togithub.com/baude) - Fix args reordering when bool flags are present in [urfave/cli/pull/712](https://togithub.com/urfave/cli/pull/712) via [@​windler](https://togithub.com/windler) - Fix parsing of short options in [urfave/cli/pull/758](https://togithub.com/urfave/cli/pull/758) via [@​vrothberg](https://togithub.com/vrothberg) ##### Added / Changed - Added _"required flags"_ support in [urfave/cli/pull/819](https://togithub.com/urfave/cli/pull/819) via [@​lynncyrin](https://togithub.com/lynncyrin/) - Cleaned up help output in [urfave/cli/pull/664](https://togithub.com/urfave/cli/pull/664) via [@​maguro](https://togithub.com/maguro) - Case is now considered when sorting strings in [urfave/cli/pull/676](https://togithub.com/urfave/cli/pull/676) via [@​rliebz](https://togithub.com/rliebz) - Backport JSON `InputSource` to v1 in [urfave/cli/pull/598](https://togithub.com/urfave/cli/pull/598) via [@​jszwedko](https://togithub.com/jszwedko) - Allow more customization of flag help strings in [urfave/cli/pull/661](https://togithub.com/urfave/cli/pull/661) via [@​rliebz](https://togithub.com/rliebz) - Allow custom `ExitError` handler function in [urfave/cli/pull/628](https://togithub.com/urfave/cli/pull/628) via [@​phinnaeus](https://togithub.com/phinnaeus) - Allow loading a variable from a file in [urfave/cli/pull/675](https://togithub.com/urfave/cli/pull/675) via [@​jmccann](https://togithub.com/jmccann) - Allow combining short bool names in [urfave/cli/pull/684](https://togithub.com/urfave/cli/pull/684) via [@​baude](https://togithub.com/baude)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

codecov-io commented 4 years ago

Codecov Report

Merging #123 into master will increase coverage by 0.4%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #123     +/-   ##
=========================================
+ Coverage   79.69%   80.09%   +0.4%     
=========================================
  Files          29       29             
  Lines        1492     1492             
=========================================
+ Hits         1189     1195      +6     
+ Misses        210      204      -6     
  Partials       93       93
Impacted Files Coverage Ξ”
cmd/mstdn/main.go 67.27% <0%> (+1.45%) :arrow_up:
cmd/mstdn/cmd_stream.go 62.12% <0%> (+3.03%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 845b4bd...3fa1238. Read the comment docs.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v1.22.2). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

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.