deps(deps): bump the go-minor-patch group with 4 updates#196
Merged
Conversation
Bumps the go-minor-patch group with 4 updates: [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go), [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml), [golang.org/x/tools](https://github.com/golang/tools) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/mark3labs/mcp-go` from 0.54.1 to 0.55.1 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.54.1...v0.55.1) Updates `github.com/pelletier/go-toml/v2` from 2.3.1 to 2.4.2 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.3.1...v2.4.2) 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 `modernc.org/sqlite` from 1.52.0 to 1.53.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.55.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: golang.org/x/tools dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: modernc.org/sqlite dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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-minor-patch group with 4 updates: github.com/mark3labs/mcp-go, github.com/pelletier/go-toml/v2, golang.org/x/tools and modernc.org/sqlite.
Updates
github.com/mark3labs/mcp-gofrom 0.54.1 to 0.55.1Commits
b6e6224fix(client): avoid forwarding inbound request headers (#909)6d28e6dfix: avoid full filter scans on call hot paths (#908)43c2ca0oauth: return error instead of (nil, nil) from getServerMetadata (#903) (#904)3b66aa7mcptest: add SetSamplingHandler and SetElicitationHandler (#902)42bc0b2feat(otel): WithServerLogging — OTEL slog bridge for server structured logs (...d972f3fdocs(prompts): add review-pr kit prompt for Go PRsd5c0727feat(server): WithLogger consolidates structured logging onto *slog.Logger (#...3f1c760feat(tracing): add MetaPropagator for W3C trace context via MCP _meta (SEP-41...2cacbe7fix: enforce tool/prompt filters at call time, not just list time (#898)Updates
github.com/pelletier/go-toml/v2from 2.3.1 to 2.4.2Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
25fc130Flatten embedded structs whose toml tag only sets options (#1079)2586526build(deps): bump actions/checkout from 6 to 7 (#1074)4ef6436Fix multiline string, array indentation, and omitempty behaviore3b2270build(deps): bump docker/setup-buildx-action from 3 to 4 (#1073)abaa568ci: fix release Docker attestations + enable manual tag re-release (#1071)b99e8dbdocs: remove "Migrating from v1" section from README (#1070)5a548e3Reimplementation of the parser, decoder, and encoder (#1067)3c357d6fix: report quoted string requirement for unquoted values (#1063)bf5d424Contextualize redefinition errors as DecodeError (#1069)eb85928Support TOML v1.1.0 (#1068)Updates
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
modernc.org/sqlitefrom 1.52.0 to 1.53.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
6b32d1eCHANGELOG.md: document experimental freebsd/386 + freebsd/arm (#119)697300fMerge branch 'dbstatus-binding' into 'master'759639fsqlite: review fixes for !132 — restore #131 CHANGELOG link, correct DBStatus...40ff027sqlite: add DBStatus wrapper for sqlite3_db_status + pcache spill-I/O benchmark6a28fe7HACKING.md: document CHANGELOG versioning + MR integration flowadff4b1Merge branch 'pcache-shared-cache-draft' into 'master'14e5790vendor: regenerate freebsd/arm vec at SQLite 3.53.28725c22Add freebsd/386 + freebsd/arm targets73050dcMerge branch 'pcache-pool-polish' into 'master'1897fddCHANGELOG.md: consolidate untagged v1.53.0/v1.54.0 into one v1.53.0 sectionDependabot 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 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