Bump the go-dependencies group across 1 directory with 3 updates - #13
Merged
justinstimatze merged 1 commit intoJul 30, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-4e5fc4023b
branch
from
July 28, 2026 00:34
4e4631d to
5e21209
Compare
Bumps the go-dependencies group with 3 updates in the / directory: [github.com/alecthomas/kong](https://github.com/alecthomas/kong), [github.com/justinstimatze/defn](https://github.com/justinstimatze/defn) and [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go). Updates `github.com/alecthomas/kong` from 1.15.0 to 1.16.0 - [Commits](alecthomas/kong@v1.15.0...v1.16.0) Updates `github.com/justinstimatze/defn` from 0.20.0 to 0.25.0 - [Release notes](https://github.com/justinstimatze/defn/releases) - [Changelog](https://github.com/justinstimatze/defn/blob/main/CHANGELOG.md) - [Commits](justinstimatze/defn@v0.20.0...v0.25.0) Updates `github.com/mark3labs/mcp-go` from 0.54.1 to 0.57.0 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.54.1...v0.57.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/justinstimatze/defn dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-4e5fc4023b
branch
from
July 30, 2026 21:30
5e21209 to
d2985a3
Compare
Owner
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
justinstimatze
added a commit
that referenced
this pull request
Jul 30, 2026
The first real run of this workflow failed on a 504 from the merge API, and PR #13 sat open with green checks and no auto-merge set. That single call is the only shot at it. Dependabot does not push again on its own, so pull_request_target never fires a second time and nothing retries — a transient API blip leaves a PR open indefinitely, looking exactly like one that is waiting on CI. Five attempts with linear backoff, and a clear error naming the PR to merge by hand if they all fail. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
justinstimatze
deleted the
dependabot/go_modules/go-dependencies-4e5fc4023b
branch
July 30, 2026 21:55
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-dependencies group with 3 updates in the / directory: github.com/alecthomas/kong, github.com/justinstimatze/defn and github.com/mark3labs/mcp-go.
Updates
github.com/alecthomas/kongfrom 1.15.0 to 1.16.0Commits
8cbde34Fix panic when a float flag is resolved from an integer value (#621)649eaf2chore(deps): update all non-major dependencies (#622)ae4bfddfix: correct typos in resolver.go and README.md (#617)c2c0229Fix env var validation conflicts (#619)f95198echore(deps): update all non-major dependencies (#608)b03afc3treat single-character aliases as short flags (#605)66d2f03chore(deps): update actions/checkout action to v7 (#609)3c99622Fix formatting and clarify passthrough mode in README (#610)9d8d9f7Allow a node with a Run() method to run without a subcommand (#614)ff16446Fix duplicate embedded callback hooks (#616)Updates
github.com/justinstimatze/defnfrom 0.20.0 to 0.25.0Release notes
Sourced from github.com/justinstimatze/defn's releases.
... (truncated)
Commits
edce1c5Bump version to 0.25.0 + advertise Phase C edit ops in docsff44567mcp: add-import op — ≡_import_order PUTGET (Phase C op 3)476e5ecmcp: rename-param op — ≡_gofmt PUTGET (Phase C op 4)7813496mcp: wrap-in-defer op — byte-exact PUTGET (Phase C op 5)60f98bfmcp: replace-slice op — byte-exact PUTGET (Phase C op 2)7219d07mcp: insert-precondition op — byte-exact PUTGET (Phase C op 1)1b2c970Bump version to 0.24.2 + advertise outline/slice in docs225d803mcp: slice op — verbatim AST-role slice extraction (Phase B)91b8648mcp: outline op — AST flow section + size-aware read fallbackc456251mcp: add outline op — compact projection without bodyUpdates
github.com/mark3labs/mcp-gofrom 0.54.1 to 0.57.0Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
... (truncated)
Commits
e395444fmtbab128efix: deliver server notifications to in-process transport clients (#919)7f2ae01fix(transport): concatenate multi-line SSE data fields instead of overwriting...fb74297docs(examples): fix stale struct tags in structured_input_and_output (#923)e9a7badfeat(server): add streamable HTTP stream resumability via pluggable EventStor...6d95048fix(mcp): unmarshal embedded resource contents (#938)f665845fix(server): label client JSON-RPC errors by method in streamable HTTP (#924)c84d6effix(client): accept Content-Type parameters on GET listening stream (#925)87e3e86fix(streamable_http): close active sessions before Shutdown (#926)9e699d3fix(mcp): support jsonschema_description and enum struct tags (#931)