Bump the all-dependencies group with 3 updates#133
Merged
Conversation
Bumps the all-dependencies group with 3 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra), [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/sync](https://github.com/golang/sync). Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) Updates `golang.org/x/mod` from 0.28.0 to 0.31.0 - [Commits](golang/mod@v0.28.0...v0.31.0) Updates `golang.org/x/sync` from 0.17.0 to 0.19.0 - [Commits](golang/sync@v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
fd4ae67 to
e3b1316
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates three dependencies in the all-dependencies group as part of routine maintenance: spf13/cobra, golang.org/x/mod, and golang.org/x/sync. The updates include minor version bumps that bring bug fixes, performance improvements, and dependency cleanup.
- Updated spf13/cobra from v1.10.1 to v1.10.2, which migrates from the deprecated gopkg.in/yaml.v3 to go.yaml.in/yaml/v3
- Updated golang.org/x/mod from v0.29.0 to v0.31.0 with various improvements
- Updated golang.org/x/sync from v0.18.0 to v0.19.0 with bug fixes
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required versions for the three dependencies to their latest minor versions |
| go.sum | Updates checksums for the new versions and adds the new go.yaml.in/yaml/v3 transitive dependency from cobra |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ausbru87
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 3 updates: github.com/spf13/cobra, golang.org/x/mod and golang.org/x/sync.
Updates
github.com/spf13/cobrafrom 1.10.1 to 1.10.2Release notes
Sourced from github.com/spf13/cobra's releases.
Commits
88b30abchore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)346d408fix: actions/setup-go v6 (#2337)fc81d20refactor: change minUsagePadding from var to const (#2325)117698arefactor: replace several vars with consts (#2328)e2dd29dAdd documentation for repeated flags functionality (#2316)0629892Fix linter (#2327)Updates
golang.org/x/modfrom 0.28.0 to 0.31.0Commits
d271cf3go.mod: update golang.org/x dependencies269c237sumdb/note: delete chop3f03020x/mod: apply go fix and go vet7416265go.mod: update golang.org/x dependencies5517a71all: fix some commentsb6cdd1amodfile: use reflect.TypeFor instead of reflect.TypeOfbba3e06go.mod: update golang.org/x dependenciesUpdates
golang.org/x/syncfrom 0.17.0 to 0.19.0Commits
2a180e2errgroup: use consistent read for SetLimit panic1966f53errgroup: fix some typos in commentDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions