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

go-tool: bump github.com/urfave/cli from 1.19.1 to 1.22.5 #1508

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps github.com/urfave/cli from 1.19.1 to 1.22.5.

Release notes

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

Release 1.22.5

These release notes were written for the git hash af7fa3de115a4f9772a7758c51f92a1e3b30a010.

Fixed

Changed

  • Improved ZSH Autocompletion (List files on tab with no completion options) in #1133 via @​oleorhagen

Release 1.22.4

These release notes were written for the git hash 053ba9dd02d2bfb768da2c1c50370c59d41dc04b

Fixed

Release 1.22.3

Fixed

  • String flag no longer persists the default value if the flag is explicitly initialized in #981 via @​asahasrabuddhe
  • context.IsSet() returns true or false correctly regardless of whether the short name or the full name of the flag is passed to it in #978 via @​asahasrabuddhe
  • Hide version if the version is not set by the user in #954 via @​asahasrabuddhe

Release 1.22.2

Fixed

Changed

Release 1.22.1

🚧 Watch out! There's a known regression in this release! urfave/cli#850 🚧

Fixed

... (truncated)

Changelog

Sourced from github.com/urfave/cli's changelog.

Change Log

ATTN: This project uses semantic versioning.

Unreleased - 2.X series

View [unreleased 2.X] series changes.

[2.2.0] - 2020-03-08

These release notes were written for the git hash d648edd48d89ef3a841b1ec75c2ebbd4de5f748f

Fixed

Changed

Added

[2.1.1] - 2019-12-24

Fixed

[2.1.0] - 2019-12-24

These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8

Fixed

Changed

... (truncated)

Commits
  • af7fa3d Merge pull request #1170 from tych0/fix-slice-mutation
  • 7c493f6 *Slice: don't mutate the underlying default value
  • fe4a429 Merge pull request #1132 from VirrageS/v1-backport-help
  • 86d8407 Merge pull request #1133 from oleorhagen/zshbackport
  • 0703fa9 backport(autocomplete): Sync the zsh_autocomplete file with master
  • b6c09e3 Harmonize BeforeError handling
  • 1e44266 Merge pull request #1126 from oleorhagen/reqflagerr
  • ee2fae6 fix: Print the long options of the required flags missing
  • f842187 test(context): Added regression test for requiredFlagsError
  • 053ba9d Merge pull request #1101 from VirrageS/v1-backport-fix
  • 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2021
@dependabot dependabot bot requested a review from a team March 16, 2021 00:40
@aviary3-wk
Copy link

Security Insights

(3) Vulnerable direct dependencies were detected
  • 1 vulns in aiohttp < 3.7.4 via lib/python/requirements_dev_asyncio.txt
  • 1 vulns in org.apache.thrift:libthrift < 0.14.0 via examples/java/pom.xml
  • 1 vulns in org.apache.thrift:libthrift < 0.14.0 via test/integration/java/frugal-integration-test/pom.xml
  • Action Items


    Questions or Comments? Reach out on Slack: #support-infosec.

    @charliekump-wf
    Copy link
    Collaborator

    @dependabot rebase

    @dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/urfave/cli-1.22.5 branch from a5b0423 to b3d57ed Compare March 16, 2021 16:17
    Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.19.1 to 1.22.5.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v1.19.1...v1.22.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/urfave/cli-1.22.5 branch from b3d57ed to 7db302f Compare March 16, 2021 19:39
    @charliekump-wf
    Copy link
    Collaborator

    @Workiva/release-management-p ready for merge.

    Copy link

    @rmconsole-wf rmconsole-wf left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    +1 from RM

    @rmconsole3-wf rmconsole3-wf merged commit 0671359 into develop Mar 16, 2021
    @rmconsole3-wf rmconsole3-wf deleted the dependabot/go_modules/develop/github.com/urfave/cli-1.22.5 branch March 16, 2021 21:13
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file go Pull requests that update Go code Merge Requirements Met RM Ready
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    5 participants