Commit 960522d
authored
build(deps): bump github.com/urfave/cli/v3 from 3.4.1 to 3.5.0 (#111)
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from
3.4.1 to 3.5.0.
<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.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update mkdocs reqs by <a
href="https://github.com/meatballhat"><code>@meatballhat</code></a> in
<a
href="https://redirect.github.com/urfave/cli/pull/2190">urfave/cli#2190</a></li>
<li>Allow the user to stop processing flags after seeing N args by <a
href="https://github.com/adrian-thurston"><code>@adrian-thurston</code></a>
in <a
href="https://redirect.github.com/urfave/cli/pull/2163">urfave/cli#2163</a></li>
<li>chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2194">urfave/cli#2194</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.18 in the
python-packages group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2195">urfave/cli#2195</a></li>
<li>chore(deps): bump actions/setup-go from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2198">urfave/cli#2198</a></li>
<li>chore(deps): bump actions/setup-node 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/2199">urfave/cli#2199</a></li>
<li>chore(deps): bump actions/setup-python from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2200">urfave/cli#2200</a></li>
<li>chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2197">urfave/cli#2197</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in the
python-packages group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2201">urfave/cli#2201</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the
python-packages group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2202">urfave/cli#2202</a></li>
<li>feat: add name of argument into error message when parsing fails by
<a href="https://github.com/oprudkyi"><code>@oprudkyi</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2203">urfave/cli#2203</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the
python-packages group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2204">urfave/cli#2204</a></li>
<li>add space between arguments usage by <a
href="https://github.com/dimfu"><code>@dimfu</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2207">urfave/cli#2207</a></li>
<li>chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the
python-packages group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/urfave/cli/pull/2213">urfave/cli#2213</a></li>
<li>Fix: Make DefaultText behaviour consistent by <a
href="https://github.com/dearchap"><code>@dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2214">urfave/cli#2214</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/adrian-thurston"><code>@adrian-thurston</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2163">urfave/cli#2163</a></li>
<li><a href="https://github.com/oprudkyi"><code>@oprudkyi</code></a>
made their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2203">urfave/cli#2203</a></li>
<li><a href="https://github.com/dimfu"><code>@dimfu</code></a> made
their first contribution in <a
href="https://redirect.github.com/urfave/cli/pull/2207">urfave/cli#2207</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.4.1...v3.5.0">https://github.com/urfave/cli/compare/v3.4.1...v3.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/495e1d30c76923fbefbc095c0b01f9398529bb67"><code>495e1d3</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2214">#2214</a> from
dearchap/def_text</li>
<li><a
href="https://github.com/urfave/cli/commit/7135fdb8ad5152b40991e7f2093bd57d1c6de4fb"><code>7135fdb</code></a>
Fix: Make DefaultText behaviour consistent</li>
<li><a
href="https://github.com/urfave/cli/commit/83247f01cdbc1e692c59b2c358db0f5f9bd6b3b7"><code>83247f0</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2213">#2213</a> from
urfave/dependabot/pip/python-packages-3c1a69b1c7</li>
<li><a
href="https://github.com/urfave/cli/commit/51ae344e8a978d145c35fefd5d7e62712ad2677b"><code>51ae344</code></a>
chore(deps): bump mkdocs-material in the python-packages group</li>
<li><a
href="https://github.com/urfave/cli/commit/f27e66c640f93a8ca26a67c608a071da5b29dc0a"><code>f27e66c</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2207">#2207</a> from
dimfu/add-spacing-between-argument-usage</li>
<li><a
href="https://github.com/urfave/cli/commit/16ef3ed8ef8a8d21cf970258097cc0f7e841f28f"><code>16ef3ed</code></a>
add space between arguments usage</li>
<li><a
href="https://github.com/urfave/cli/commit/19d941b4749b4d9878033b80d29bdc5e2916a62a"><code>19d941b</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2204">#2204</a> from
urfave/dependabot/pip/python-packages-d51531eb39</li>
<li><a
href="https://github.com/urfave/cli/commit/c94c688864ce4d6974004f3fd82ff494683a87a8"><code>c94c688</code></a>
chore: fix golangci-lint errors</li>
<li><a
href="https://github.com/urfave/cli/commit/299c548b1b1bd1c18f825d383da70badc83416a4"><code>299c548</code></a>
chore(deps): bump mkdocs-material in the python-packages group</li>
<li><a
href="https://github.com/urfave/cli/commit/de9b5b4e61b0cce132f2a2bc73261eb0601d76ce"><code>de9b5b4</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2203">#2203</a> from
oprudkyi/issue/arg_errors</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v3.4.1...v3.5.0">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