Skip to content

Commit 960522d

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/urfave/cli/v3&package-manager=go_modules&previous-version=3.4.1&new-version=3.5.0)](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 parents cb71efe + 566bb6e commit 960522d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-git/go-git/v6 v6.0.0-20250628104446-20c25df268c3
88
github.com/google/uuid v1.6.0
99
github.com/stretchr/testify v1.11.1
10-
github.com/urfave/cli/v3 v3.4.1
10+
github.com/urfave/cli/v3 v3.5.0
1111
github.com/zalando/go-keyring v0.2.6
1212
golang.org/x/sys v0.37.0
1313
golang.org/x/term v0.36.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/
7474
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
7575
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
7676
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
77-
github.com/urfave/cli/v3 v3.4.1 h1:1M9UOCy5bLmGnuu1yn3t3CB4rG79Rtoxuv1sPhnm6qM=
78-
github.com/urfave/cli/v3 v3.4.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
77+
github.com/urfave/cli/v3 v3.5.0 h1:qCuFMmdayTF3zmjG8TSsoBzrDqszNrklYg2x3g4MSgw=
78+
github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
7979
github.com/zalando/go-keyring v0.2.6 h1:r7Yc3+H+Ux0+M72zacZoItR3UDxeWfKTcabvkI8ua9s=
8080
github.com/zalando/go-keyring v0.2.6/go.mod h1:2TCrxYrbUNYfNS/Kgy/LSrkSQzZ5UPVH85RwfczwvcI=
8181
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=

0 commit comments

Comments
 (0)