melbahja / got

Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!
MIT License
709 stars 45 forks source link

build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.4 #44

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/urfave/cli/v2 from 2.3.0 to 2.4.4.

Release notes

Sourced from github.com/urfave/cli/v2's releases.

Release 2.4.4

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.3...v2.4.4

Release 2.4.3

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v2.4.2...v2.4.3

Release 2.4.2

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.1...v2.4.2

Release 2.4.1

What's Changed

Full Changelog: https://github.com/urfave/cli/compare/v2.4.0...v2.4.1

Release 2.4.0

These release notes were written for the git hash https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c.

Fixed

  • Fixed incorrect Help Name in #1202 via @​fxrlv
  • Fixed a bug where Context.Value did not look across all fileSets when looking for a named flag in #1210 via @​jcgregorio
  • Fixed an issue with flags being set by parent context's (IntSlice, Int64Slice) in #1214 via @​anicoll
  • Fixed a bug where App.Reader was not correctly propagated to the subcommands in #1225 via @​Coderlane
  • Fixed example code input arguments in #1226 via @​Coderlane
  • Fixed a bug where default value would changed when parsing slice flags in #1236 via @​vipally
  • Fixed a bug where slice flag values don't append default values from ENV or a file in #1239 via @​vipally
  • Fixed indentation on help text in #1279 via @​rliebz
  • Fixed a Go 1.17 compatibility issue for a test case in #1277 via @​GlenPickle

... (truncated)

Commits
  • f04607a Merge pull request #1361 from urfave/dearchap-remove_reflect
  • 9fd3cc9 Add tests around flag stringifying for all modified types
  • 79ed8b5 Drop desired min binary size accordingly
  • d83bb8d Merge branch 'main' into remove_reflect
  • 372ee0a Merge pull request #1360 from urfave/schollz-master
  • c4c15e1 Writing tests around changes from #1186
  • 7a231c5 Merge branch 'main' into master
  • 2e3b8fc Merge pull request #1359 from urfave/deps-updates
  • 6effd9f Update dependencies and go.mod spec
  • 9e59db8 Merge pull request #1358 from urfave/trunk-is-main
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

The following labels could not be found: dependencies.

dependabot[bot] commented 2 years ago

Superseded by #45.