build(deps): consolidate open dependabot bumps - #1406
Merged
Merged
Conversation
Consolidates the open dependabot PRs into a single change: - google.golang.org/grpc 1.82.1 -> 1.83.1 (#1394) - github.com/mattn/go-isatty 0.0.20 -> 0.0.21 (#1249) - github.com/lib/pq 1.12.0 -> 1.12.3 (#1245) - github.com/hashicorp/go-version 1.8.0 -> 1.9.0 (#1238) The grpc bump pulls in the same transitive updates as #1394 (x/sys, x/text, x/term, genproto). Two open dependabot PRs are already obsolete and can be closed: - #1250 (x/sys 0.43.0): main is already past this - #1248 (mcp-go 0.47.1): mcp-go is no longer a dependency Co-Authored-By: Claude <noreply@anthropic.com>
no-itsbackpack
approved these changes
Sep 14, 2026
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.
Consolidates the open dependabot PRs into a single change so they can be reviewed and merged together.
Bumps
google.golang.org/grpcgithub.com/mattn/go-isattygithub.com/lib/pqgithub.com/hashicorp/go-versionThe grpc bump pulls in the same transitive updates dependabot proposed in #1394 (
x/sys0.45.0,x/text0.37.0,x/term0.43.0,genproto).Already obsolete (close without merging)
x/sys0.43.0: main is already at 0.43.0 (and this PR takes it to 0.45.0)mcp-go0.47.1:mcp-gois no longer ingo.modVerification
go build ./...,go vet ./..., andgo test ./...all pass locally.Once this merges, the six dependabot PRs above can be closed.