Skip to content

Commit 6a714dd

Browse files
authored
build(deps): bump github.com/urfave/cli/v3 from 3.5.0 to 3.6.0 (#117)
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from 3.5.0 to 3.6.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.6.0</h2> <h2>What's Changed</h2> <ul> <li>support parallel running of commands by <a href="https://github.com/oprudkyi"><code>@​oprudkyi</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2215">urfave/cli#2215</a></li> <li>Fix:(issue_2208) Fix local flag by <a href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2211">urfave/cli#2211</a></li> <li>chore(deps): bump the python-packages group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/urfave/cli/pull/2219">urfave/cli#2219</a></li> <li>Call actions on flags set from env by <a href="https://github.com/malclocke"><code>@​malclocke</code></a> in <a href="https://redirect.github.com/urfave/cli/pull/2221">urfave/cli#2221</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/malclocke"><code>@​malclocke</code></a> made their first contribution in <a href="https://redirect.github.com/urfave/cli/pull/2221">urfave/cli#2221</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/urfave/cli/compare/v3.5.0...v3.6.0">https://github.com/urfave/cli/compare/v3.5.0...v3.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urfave/cli/commit/5aca46c255d82dd52e4b0b93ef0aafbb3901dea4"><code>5aca46c</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2221">#2221</a> from malclocke/call-actions-on-env-flags-from-env</li> <li><a href="https://github.com/urfave/cli/commit/9e5f5983f0fe52cdb5742ece47616910711ce488"><code>9e5f598</code></a> Add flag to cmd.setFlags if set by PostParse</li> <li><a href="https://github.com/urfave/cli/commit/46345bb3890625a76221e1d4ddc8d43aeb430b87"><code>46345bb</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2219">#2219</a> from urfave/dependabot/pip/python-packages-0e8ae48d3d</li> <li><a href="https://github.com/urfave/cli/commit/e8e80dd2dc465e260ed36f111b896a524b636e4e"><code>e8e80dd</code></a> chore(deps): bump the python-packages group with 2 updates</li> <li><a href="https://github.com/urfave/cli/commit/08b187a934944024e50b402c606f978907499486"><code>08b187a</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2211">#2211</a> from dearchap/issue_2208</li> <li><a href="https://github.com/urfave/cli/commit/9dad0d4550e060c3cc9b989395424a2ce0d44fe2"><code>9dad0d4</code></a> Merge pull request <a href="https://redirect.github.com/urfave/cli/issues/2215">#2215</a> from oprudkyi/issue/parallel_run</li> <li><a href="https://github.com/urfave/cli/commit/798146bcdae633f89ef44707c2e527de3412f0a6"><code>798146b</code></a> fix: parallel running - refactor code</li> <li><a href="https://github.com/urfave/cli/commit/ff292b25a5095d896458ecc8f30c84e9ab3f6ad8"><code>ff292b2</code></a> fix: parallel running - improve clonning of global flags</li> <li><a href="https://github.com/urfave/cli/commit/53ab291ec74f7e2148033773a5104b7140eb6766"><code>53ab291</code></a> fix: parallel running - avoid global VersionFlag reuse in different commands</li> <li><a href="https://github.com/urfave/cli/commit/5be0b1f173ea673ad7bc4c6d620131dc215c23ad"><code>5be0b1f</code></a> feat: update docs</li> <li>Additional commits viewable in <a href="https://github.com/urfave/cli/compare/v3.5.0...v3.6.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.5.0&new-version=3.6.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 c593cd5 + 8308042 commit 6a714dd

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.5.0
10+
github.com/urfave/cli/v3 v3.6.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.5.0 h1:qCuFMmdayTF3zmjG8TSsoBzrDqszNrklYg2x3g4MSgw=
78-
github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
77+
github.com/urfave/cli/v3 v3.6.0 h1:oIdArVjkdIXHWg3iqxgmqwQGC8NM0JtdgwQAj2sRwFo=
78+
github.com/urfave/cli/v3 v3.6.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)