Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 (#66)
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.4 to 2.27.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v2's releases</a>.</em></p> <blockquote> <h2>v2.27.5</h2> <h2>What's Changed</h2> <ul> <li>docs(flag): add <code>UseShortOptionHandling</code> description by <a href="https://github.com/BlackHole1"><code>@BlackHole1</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1956">urfave/cli#1956</a></li> <li>[Backport] Fix: Use $0 env var to correctly retrieve the current active shell by <a href="https://github.com/asahasrabuddhe"><code>@asahasrabuddhe</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1970">urfave/cli#1970</a></li> <li>Update dependencies in v2-maint by <a href="https://github.com/meatballhat"><code>@meatballhat</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/1980">urfave/cli#1980</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v2.27.4...v2.27.5">https://github.com/urfave/cli/compare/v2.27.4...v2.27.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/f035ffaa3749afda2cd26fb824aa940747297ef1"><code>f035ffa</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1980">#1980</a> from urfave/v2-update-deps</li> <li><a href="https://github.com/urfave/cli/commit/6b0d48440c8f9e27c0299187c24c318a5e35971e"><code>6b0d484</code></a> Adjust test data doc to use current md2man format</li> <li><a href="https://github.com/urfave/cli/commit/6227bb0d55a688e3df8a2165c6f000d92af91851"><code>6227bb0</code></a> Update dependencies to latest</li> <li><a href="https://github.com/urfave/cli/commit/bcc68697e70333bfaab6c3d6654bde4b6fc00faa"><code>bcc6869</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1970">#1970</a> from asahasrabuddhe/backport-issue-1884</li> <li><a href="https://github.com/urfave/cli/commit/e3ff5738251ef4f65959f9f23321a1d9aa086de5"><code>e3ff573</code></a> fix: /bin/zsh env variable to retrieve current active shell</li> <li><a href="https://github.com/urfave/cli/commit/911455975d85ccc0a47b92aa8d770f186345167b"><code>9114559</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/1956">#1956</a> from BlackHole1/improve-flags-docs</li> <li><a href="https://github.com/urfave/cli/commit/584e28ae2ea73dfd8a8632bdab28a8b5577f7519"><code>584e28a</code></a> Merge branch 'v2-maint' into improve-flags-docs</li> <li><a href="https://github.com/urfave/cli/commit/376a256f7acc6061f20dd8135fc55e7d501370b3"><code>376a256</code></a> Update docs/v2/examples/flags.md</li> <li><a href="https://github.com/urfave/cli/commit/43eafe13726f206caca52c7fbc536db7216f79f0"><code>43eafe1</code></a> docs(flag): add <code>UseShortOptionHandling</code> description</li> <li>See full diff in <a href="https://github.com/urfave/cli/compare/v2.27.4...v2.27.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/urfave/cli/v2&package-manager=go_modules&previous-version=2.27.4&new-version=2.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information