chore(deps): bump the go-deps group across 1 directory with 3 updates#105
Merged
github-actions[bot] merged 1 commit intoJul 1, 2026
Merged
Conversation
Collaborator
|
@dependabot rebase |
Bumps the go-deps group with 3 updates in the / directory: [github.com/urfave/cli/v3](https://github.com/urfave/cli), [golang.org/x/tools](https://github.com/golang/tools) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/urfave/cli/v3` from 3.9.1 to 3.10.1 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v3.9.1...v3.10.1) Updates `golang.org/x/tools` from 0.46.0 to 0.47.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.46.0...v0.47.0) Updates `gorm.io/gorm` from 1.31.1 to 1.31.2 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.31.1...v1.31.2) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v3 dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/tools dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: gorm.io/gorm dependency-version: 1.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
eb684b9 to
6038d99
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 go-deps group with 3 updates in the / directory: github.com/urfave/cli/v3, golang.org/x/tools and gorm.io/gorm.
Updates
github.com/urfave/cli/v3from 3.9.1 to 3.10.1Release notes
Sourced from github.com/urfave/cli/v3's releases.
Commits
c5f123bMerge pull request #2322 from lihan3238/fix-22498449859Merge branch 'main' into fix-224902bdfb0Merge pull request #2374 from urfave/fix/completion-subcommand-order49e84c0Merge pull request #2330 from c-tonneslan/fix/version-alias-conflict-with-use...54d38c9v3: yield the version flag's -v alias to a user-defined flag0242574Merge pull request #2369 from urfave/fix/gfmrun-count-and-examples80f2625test: explain why completionShells is mutated in completion error tests0045bbdfix: keep completion subcommand order deterministic in help outputf980ca8Merge pull request #2371 from urfave/dependabot/github_actions/actions/checko...b5e4348chore(deps): bump actions/checkout from 6 to 7Updates
golang.org/x/toolsfrom 0.46.0 to 0.47.0Commits
fbf9f2egopls/internal/cmd: add tests of 'gopls help'e891f79go.mod: update golang.org/x dependencies0602b30gopls: revert CLI usability revamp to stabilize release60c2434gopls/internal/cmd: fix regression in initialization29e1583gopls/internal/mcp: go_diagnostics: use idiomatic iterators0772d6ago/ssa: add test for fix of golang/go#73871 in go/types@go1.250fdde84gopls/internal/tool: rename Application to Command and embed in SubCommandbd9e76dgo/callgraph/vta: document ssa.InstantiateGenerics requirementd711ac7go/ssa: remove incorrect hasTypeParams check439decdgopls/internal/cache/xrefs: avoid materializing InspectorUpdates
gorm.io/gormfrom 1.31.1 to 1.31.2Release notes
Sourced from gorm.io/gorm's releases.
Commits
1d6ce99Fix potential rows leak on panic by deferring rows.Close() (#7798)f648834perf: replace fmt.Sprintf with strconv in ExplainSQL numeric formatting (#7796)49cd6b8Document NowFunc timezone behavior (#7799)d0ee5e2correct typo and rename fileType to fieldType in AlterColumn (#7748)2a22022fix: panic when using clause.Returning with CreateInBatches (#7768)3322929fix(migrator): add nil guards to ColumnType methods to prevent panic (#7767)40cd2afci: switch tests Go matrix to stable/oldstable and update setup-go (#7726)ba38501chore(ci): bump actions/stale to v9 (#7696)c1f742dfix: don't override alterColumn when defaults match (#7728)c14d3acupdate github ci golang version