Skip to content

Commit 3ef7390

Browse files
build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.0 (#3536)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <h3>🚨 Attention!</h3> <ul> <li>Bump pflag to 1.0.8 by <a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2303">spf13/cobra#2303</a></li> </ul> <p>This version of <code>pflag</code> carried a breaking change: it renamed <code>ParseErrorsWhitelist</code> to <code>ParseErrorsAllowlist</code> which can break builds if both <code>pflag</code> and <code>cobra</code> are dependencies in your project.</p> <ul> <li>If you use both <code>pflag and </code>cobra<code>, upgrade </code>pflag<code>to 1.0.8 and</code>cobra<code>to</code>1.10.0`</li> <li><strong><em>or</em></strong> use the newer, fixed version of <code>pflag</code> v1.0.9 which keeps the deprecated <code>ParseErrorsWhitelist</code></li> </ul> <p>More details can be found here: <a href="https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515">spf13/cobra#2303</a></p> <h3>✨ Features</h3> <ul> <li>Flow context to command in SetHelpFunc by <a href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> <li>The default ShellCompDirective can be customized for a command and its subcommands by <a href="https://github.com/albers"><code>@​albers</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2238">spf13/cobra#2238</a></li> </ul> <h3>🐛 Fix</h3> <ul> <li>Upgrade golangci-lint to v2, address findings by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2279">spf13/cobra#2279</a></li> </ul> <h3>🪠 Testing</h3> <ul> <li>Test with Go 1.24 by <a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li>chore: Rm GitHub Action PR size labeler by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2256">spf13/cobra#2256</a></li> </ul> <h3>📝 Docs</h3> <ul> <li>Remove traling curlybrace by <a href="https://github.com/yedayak"><code>@​yedayak</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li>Update command.go by <a href="https://github.com/styee"><code>@​styee</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2248">spf13/cobra#2248</a></li> <li>feat: Add security policy by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2253">spf13/cobra#2253</a></li> <li>Update Readme (Warp) by <a href="https://github.com/ericdachen"><code>@​ericdachen</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2267">spf13/cobra#2267</a></li> <li>Add Periscope to the list of projects using Cobra by <a href="https://github.com/anishathalye"><code>@​anishathalye</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2299">spf13/cobra#2299</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/harryzcy"><code>@​harryzcy</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2236">spf13/cobra#2236</a></li> <li><a href="https://github.com/yedayak"><code>@​yedayak</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2237">spf13/cobra#2237</a></li> <li><a href="https://github.com/Frassle"><code>@​Frassle</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2241">spf13/cobra#2241</a></li> <li><a href="https://github.com/styee"><code>@​styee</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2248">spf13/cobra#2248</a></li> <li><a href="https://github.com/ericdachen"><code>@​ericdachen</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2267">spf13/cobra#2267</a></li> <li><a href="https://github.com/albers"><code>@​albers</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2238">spf13/cobra#2238</a></li> <li><a href="https://github.com/anishathalye"><code>@​anishathalye</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2299">spf13/cobra#2299</a></li> <li><a href="https://github.com/tomasaschan"><code>@​tomasaschan</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2303">spf13/cobra#2303</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2">https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a"><code>51d6751</code></a> Bump pflag to 1.0.8 (<a href="https://redirect.github.com/spf13/cobra/issues/2303">#2303</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea"><code>3f3b818</code></a> Update README.md with new logo</li> <li><a href="https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a"><code>dcaf42e</code></a> Add Periscope to the list of projects using Cobra (<a href="https://redirect.github.com/spf13/cobra/issues/2299">#2299</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06"><code>6dec1ae</code></a> The default ShellCompDirective can be customized for a command and its subcom...</li> <li><a href="https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce"><code>c8289c1</code></a> chore(golangci-lint): add some exclusion presets</li> <li><a href="https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932"><code>4af7b64</code></a> refactor: apply golangci-lint autofixes, work around false positives</li> <li><a href="https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e"><code>75790e4</code></a> chore(golangci-lint): upgrade to v2</li> <li><a href="https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22"><code>db3ddb5</code></a> Adding sponsorship to README.md</li> <li><a href="https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a"><code>67171d6</code></a> putting sponsorship below header</li> <li><a href="https://github.com/spf13/cobra/commit/0ed70dcfd4d22bc39ba138fefb9f37ed3d2e87ec"><code>0ed70dc</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.9.1...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.9.1&new-version=1.10.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> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Nester <[email protected]>
1 parent d19f143 commit 3ef7390

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // BSD-2-Clause
2626
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // BSD 3-Clause
2727
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // MIT
28-
github.com/spf13/cobra v1.9.1 // Apache 2.0
28+
github.com/spf13/cobra v1.10.0 // Apache 2.0
2929
github.com/spf13/pflag v1.0.9 // BSD-3-Clause
3030
github.com/stretchr/testify v1.11.1 // MIT
3131
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b

go.sum

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN
142142
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
143143
github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=
144144
github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY=
145-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
146-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
147-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
145+
github.com/spf13/cobra v1.10.0 h1:a5/WeUlSDCvV5a45ljW2ZFtV0bTDpkfSAj3uqB6Sc+0=
146+
github.com/spf13/cobra v1.10.0/go.mod h1:9dhySC7dnTtEiqzmqfkLj47BslqLCUPMXjG2lj/NgoE=
147+
github.com/spf13/pflag v1.0.8/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
148148
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
149149
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
150150
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)