Commit 383b54b
authored
build(deps): bump github.com/urfave/cli/v3 from 3.3.3 to 3.3.8 (#86)
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from
3.3.3 to 3.3.8.
<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.3.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove "alpha" wording around <code>v3</code> series by <a
href="https://github.com/meatballhat"><code>@meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2155">urfave/cli#2155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.7...v3.3.8">https://github.com/urfave/cli/compare/v3.3.7...v3.3.8</a></p>
<h2>v3.3.7</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add missing <code>IsLocal</code> for BoolWithInverseFlag by <a
href="https://github.com/huiyifyj"><code>@huiyifyj</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2151">urfave/cli#2151</a></li>
<li>Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive
Flags by <a
href="https://github.com/Ali-Doustkani"><code>@Ali-Doustkani</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2152">urfave/cli#2152</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Ali-Doustkani"><code>@Ali-Doustkani</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2152">urfave/cli#2152</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.6...v3.3.7">https://github.com/urfave/cli/compare/v3.3.6...v3.3.7</a></p>
<h2>v3.3.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fish completions with identically named sub-commands now work by <a
href="https://github.com/bittrance"><code>@bittrance</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2130">urfave/cli#2130</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.5...v3.3.6">https://github.com/urfave/cli/compare/v3.3.5...v3.3.6</a></p>
<h2>v3.3.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix:(issue_2137) Ensure default value for bool with inverse flag is
h… by <a href="https://github.com/dearchap"><code>@dearchap</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2138">urfave/cli#2138</a></li>
<li>Fix:(issue_2131) Show help text for BoolWithInverseFlag by <a
href="https://github.com/Juneezee"><code>@Juneezee</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2142">urfave/cli#2142</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.4...v3.3.5">https://github.com/urfave/cli/compare/v3.3.4...v3.3.5</a></p>
<h2>v3.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Docs(issue_2125) Add PathFlag to StringFlag migration by <a
href="https://github.com/dearchap"><code>@dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2136">urfave/cli#2136</a></li>
<li>fix: remove extraneous space from subcommand help template by <a
href="https://github.com/G-Rath"><code>@G-Rath</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2140">urfave/cli#2140</a></li>
<li>Fix:(issue_2135) Correct formatting of default subcommand USAGE text
by <a href="https://github.com/zzspoon"><code>@zzspoon</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2139">urfave/cli#2139</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zzspoon"><code>@zzspoon</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2139">urfave/cli#2139</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.3.3...v3.3.4">https://github.com/urfave/cli/compare/v3.3.3...v3.3.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/eac452b9a1d42e2dbfa4a4779c1fe528eb7e40af"><code>eac452b</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2155">#2155</a> from
urfave/un-alpha</li>
<li><a
href="https://github.com/urfave/cli/commit/bb4db6655314b1d66b1636df2b4443fc96d2df8c"><code>bb4db66</code></a>
Remove "alpha" wording around <code>v3</code> series</li>
<li><a
href="https://github.com/urfave/cli/commit/fa4fd12637a438f8b501b2d299594f62cff0f33e"><code>fa4fd12</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2152">#2152</a> from
Ali-Doustkani/fix_usageerrfunc_with_mutuallyexc...</li>
<li><a
href="https://github.com/urfave/cli/commit/2a8bf1f7870d05f250d5fd57a86e462ead3c4471"><code>2a8bf1f</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2151">#2151</a> from
huiyifyj/bool-with-inverse-local</li>
<li><a
href="https://github.com/urfave/cli/commit/f76ffae49c0eba4d9fb6f3d9a64401102a125241"><code>f76ffae</code></a>
tidy</li>
<li><a
href="https://github.com/urfave/cli/commit/7d84d04d904b0c4f1fbfb874f459cb35dd622263"><code>7d84d04</code></a>
tidy</li>
<li><a
href="https://github.com/urfave/cli/commit/be9b01696a0f26f399f3eb10d8d278278185a89b"><code>be9b016</code></a>
fix functionality</li>
<li><a
href="https://github.com/urfave/cli/commit/233501616aeb47da874663e84bf511d82bf2c019"><code>2335016</code></a>
add the tests</li>
<li><a
href="https://github.com/urfave/cli/commit/5f7170024ec814001c8442aa73032b6a1af465f0"><code>5f71700</code></a>
fix: add missing <code>IsLocal</code> for BoolWithInverseFlag</li>
<li><a
href="https://github.com/urfave/cli/commit/cb0fc213cc26317b82f7a9ef9352da7cc8e185e5"><code>cb0fc21</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2130">#2130</a> from
bittrance/fish-completion-conflation</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v3.3.3...v3.3.8">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 | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments