Bump github.com/urfave/cli/v2 from 2.16.2 to 2.19.2
Bumps github.com/urfave/cli/v2 from 2.16.2 to 2.19.2.
Release notes
Sourced from github.com/urfave/cli/v2's releases.
v2.19.2
What's Changed
- fix: stop automatic sorting for --help by
@FGYFFFFin urfave/cli#1430New Contributors
@FGYFFFFmade their first contribution in urfave/cli#1430Full Changelog: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2
v2.19.1
What's Changed
- Fix:(issue_1500). Fix slice flag value duplication issue by
@dearchapin urfave/cli#1502Full Changelog: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1
v2.19.0
What's Changed
- Fix:(issue_1505) Fix flag alignment in help by
@dearchapin urfave/cli#1506Full Changelog: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0
v2.18.2
What's Changed
- Configure GenericFlag's Destination type as struct not pointer by
@nkubain urfave/cli#1442New Contributors
@nkubamade their first contribution in urfave/cli#1442Full Changelog: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2
v2.18.1
What's Changed
- Ensure "generate" step runs in CI prior to diff check by
@meatballhatin urfave/cli#1504Full Changelog: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1
v2.18.0
What's Changed
- Call FlagStringer in String() method of slice flags by
@fjlin urfave/cli#1508New Contributors
@fjlmade their first contribution in urfave/cli#1508Full Changelog: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0
v2.17.2
What's Changed
- Remove nonexistent phony targets by
@meatballhatin urfave/cli#1503
... (truncated)
Commits
f37b9d9Merge pull request #1430 from FGYFFFF/fix/stop_auto_sort_for_helpbffaf3bUpdate flags.md for docs change81f9145Refactor code8227be1Add tests for command.VisibleFlagCategorye62a087Run make v2approve02613e5Fix tests1ada1a1fix: stop automatic sorting for --helpf64acc4Merge pull request #1502 from dearchap/issue_1500fb23ff4Merge branch 'main' into issue_15002a4809fMerge pull request #1506 from dearchap/issue_1505- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #486.