chore(deps): bump five dependencies - #454
Merged
Merged
Conversation
github.com/modelcontextprotocol/go-sdk 1.7.0 -> 1.8.0 github.com/sirupsen/logrus 1.9.4 -> 1.10.2 github.com/stretchr/testify 1.11.1 -> 1.12.1 golang.org/x/sys 0.47.0 -> 0.48.0 golang.org/x/term 0.45.0 -> 0.46.0 go mod tidy also moved go.yaml.in/yaml/v3 to 3.0.5 and dropped four indirect dependencies testify no longer pulls in: go-spew, go-difflib, check.v1 and gopkg.in/yaml.v3. One change instead of five dependabot PRs: each touches go.mod and go.sum, so merging one conflicts the rest, and each rebase queues another acceptance run in a concurrency group that keeps only one pending. Supersedes #361, #374, #375, #385 and #386. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012XtSQ2kfpcRXXqweskgXkH
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.
Supersedes #361, #374, #375, #385 and #386 — dependabot closes them once
mainhas these versions.github.com/modelcontextprotocol/go-sdkgithub.com/sirupsen/logrusgithub.com/stretchr/testifygolang.org/x/sysgolang.org/x/termgo mod tidyalso movedgo.yaml.in/yaml/v3to 3.0.5 and dropped four indirect dependencies testify no longer pulls in:go-spew,go-difflib,check.v1,gopkg.in/yaml.v3.Why one PR
Each dependabot PR touches
go.modandgo.sum, so merging one conflicts the rest, and each rebase queues another acceptance run in a concurrency group that keeps only one pending — they cancel each other. One change, one run.Verified
go build ./...and the full unit suite pass.go vetwith all feature tags) — testify is used throughout, andgo test ./...does not build them.go-sdk1.8 is the MCP protocol library, so it was smoke-tested on a built binary against a live project:initialize,tools/list(17 tools, no write tools in read-only), a realgateway_connections_readcall, and an unregistered write tool still refused. Same behaviour as v3.0.2.Intended for v3.0.3.
🤖 Generated with Claude Code
https://claude.ai/code/session_012XtSQ2kfpcRXXqweskgXkH