Commit 55cda96
authored
build(deps): bump github.com/urfave/cli/v3 from 3.3.8 to 3.4.1 (#95)
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from
3.3.8 to 3.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Use recommended GitHub Actions runner labels by <a
href="https://github.com/meatballhat"><code>@meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2181">urfave/cli#2181</a></li>
<li>chore(deps): bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2179">urfave/cli#2179</a></li>
<li>Document that <code>v3</code> series is recommended for new
development by <a
href="https://github.com/meatballhat"><code>@meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2186">urfave/cli#2186</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.4.0...v3.4.1">https://github.com/urfave/cli/compare/v3.4.0...v3.4.1</a></p>
<h2>v3.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Export help display functions as variables to allow custom help
display logic by <a
href="https://github.com/almas-x"><code>@almas-x</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2150">urfave/cli#2150</a></li>
<li>Invoke OnUsageError when missing required flags by <a
href="https://github.com/MohitPanchariya"><code>@MohitPanchariya</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2161">urfave/cli#2161</a></li>
<li>Fix:(issue_2169) Allow trim space for string slice flags by <a
href="https://github.com/dearchap"><code>@dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2171">urfave/cli#2171</a></li>
<li>Add example of flag groups to docs by <a
href="https://github.com/jllovet"><code>@jllovet</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2178">urfave/cli#2178</a></li>
<li>Add installation instructions for gfmrun by <a
href="https://github.com/jllovet"><code>@jllovet</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2177">urfave/cli#2177</a></li>
<li>Ensure public vars reference public types by <a
href="https://github.com/meatballhat"><code>@meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2180">urfave/cli#2180</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/almas-x"><code>@almas-x</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2150">urfave/cli#2150</a></li>
<li><a
href="https://github.com/MohitPanchariya"><code>@MohitPanchariya</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2161">urfave/cli#2161</a></li>
<li><a href="https://github.com/jllovet"><code>@jllovet</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2178">urfave/cli#2178</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.9...v3.4.0">https://github.com/urfave/cli/compare/v3.3.9...v3.4.0</a></p>
<h2>v3.3.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix typos in documentation for customizations and full API example
by <a href="https://github.com/amarjit03"><code>@amarjit03</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2165">urfave/cli#2165</a></li>
<li>Update advanced.md by <a
href="https://github.com/thetillhoff"><code>@thetillhoff</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2170">urfave/cli#2170</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/amarjit03"><code>@amarjit03</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2165">urfave/cli#2165</a></li>
<li><a
href="https://github.com/thetillhoff"><code>@thetillhoff</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2170">urfave/cli#2170</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.8...v3.3.9">https://github.com/urfave/cli/compare/v3.3.8...v3.3.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/c53cbcdbd6ab5bbc0f65aa23a50a91be343b170f"><code>c53cbcd</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2186">#2186</a> from
urfave/make-v3-recommended</li>
<li><a
href="https://github.com/urfave/cli/commit/8a4b0445555a373111338b9d9bf0ed7dcf6d3456"><code>8a4b044</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2179">#2179</a> from
urfave/dependabot/github_actions/actions/checko...</li>
<li><a
href="https://github.com/urfave/cli/commit/e086038188b4728ee35949f9171197d58cd0dd65"><code>e086038</code></a>
chore(deps): bump actions/checkout from 4 to 5</li>
<li><a
href="https://github.com/urfave/cli/commit/357bd3296b701a5832ada72f2bf03eee6970885f"><code>357bd32</code></a>
Document that v3 is recommended for new development</li>
<li><a
href="https://github.com/urfave/cli/commit/bb3b8ebdc2f18fd6abdf1191e333e2d3b095de08"><code>bb3b8eb</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2181">#2181</a> from
urfave/use-updated-actions-labels</li>
<li><a
href="https://github.com/urfave/cli/commit/b755406853e2e20c7a3850736d60d78cd5be25c0"><code>b755406</code></a>
Use recommended GitHub Actions runner labels</li>
<li><a
href="https://github.com/urfave/cli/commit/3976dfc631d4c75003680d44d79ad05d78e2146b"><code>3976dfc</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2180">#2180</a> from
urfave/consistent-public-defaults-and-more</li>
<li><a
href="https://github.com/urfave/cli/commit/c32894b02921f666661f32049ab1dca0d892a319"><code>c32894b</code></a>
Use <code>OsExiter</code> consistently</li>
<li><a
href="https://github.com/urfave/cli/commit/c9237757d0d955749651659243db388a02a2ed11"><code>c923775</code></a>
Ensure public vars reference public types</li>
<li><a
href="https://github.com/urfave/cli/commit/ba5d54b7f9444ca8eb6502c85691a1aef985e0d6"><code>ba5d54b</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2177">#2177</a> from
jllovet/contributor-docs</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v3.3.8...v3.4.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments