Skip to content

chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 - #807

Draft
nieblara wants to merge 1 commit into
mainfrom
cursor/bump-cobra-1-10-2-1e5e
Draft

nieblara wants to merge 1 commit into
mainfrom
cursor/bump-cobra-1-10-2-1e5e

Conversation

@nieblara

Copy link
Copy Markdown
Contributor

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Supersedes the stale Dependabot PR #725 (dependabot/go_modules/github.com/spf13/cobra-1.10.2). That branch is 36 commits behind main; auto-rebase has been disabled for 30+ days.

Describe the solution you've provided

Re-applies the same direct dependency bump on current main:

  • github.com/spf13/cobra v1.9.1v1.10.2
  • github.com/spf13/pflag stays at v1.0.10 (already newer than Cobra 1.10.2's own 1.0.9 requirement)
  • go.sum cobra checksums updated; unused pflag v1.0.6 checksum replaced by pflag v1.0.9 for Cobra's go.mod

No application source changes.

Describe alternatives you've considered

Rebasing the original Dependabot branch in place. Recreating the bump on latest main keeps the review surface to cobra (+ checksum bookkeeping) and avoids a stale go.mod merge.

Additional context

go test ./cmd/... ./internal/... passed except a pre-existing internal/symbols/r8index golden mismatch under Go 1.27 (unrelated to cobra). go build succeeded. Original PR 725 can be closed once this lands.

Open in Web Open in Cursor 

Co-authored-by: Ramon Niebla <nieblara@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants