chore(deps): bump the backend group across 1 directory with 5 updates#129
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the backend group across 1 directory with 5 updates#129dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Owner
|
@dependabot rebase |
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps the backend group with 4 updates in the /apps/backend directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/a2aproject/a2a-go](https://github.com/a2aproject/a2a-go), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [golang.org/x/text](https://github.com/golang/text). Updates `github.com/99designs/gqlgen` from 0.17.89 to 0.17.90 - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](99designs/gqlgen@v0.17.89...v0.17.90) Updates `github.com/a2aproject/a2a-go` from 0.3.13 to 0.3.15 - [Release notes](https://github.com/a2aproject/a2a-go/releases) - [Changelog](https://github.com/a2aproject/a2a-go/blob/v0.3.15/CHANGELOG.md) - [Commits](a2aproject/a2a-go@v0.3.13...v0.3.15) Updates `github.com/mark3labs/mcp-go` from 0.46.0 to 0.52.0 - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.46.0...v0.52.0) Updates `github.com/vektah/gqlparser/v2` from 2.5.32 to 2.5.33 - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](vektah/gqlparser@v2.5.32...v2.5.33) Updates `golang.org/x/text` from 0.35.0 to 0.37.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.35.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-version: 0.17.90 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: github.com/a2aproject/a2a-go dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: github.com/vektah/gqlparser/v2 dependency-version: 2.5.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: golang.org/x/text dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend ... Signed-off-by: dependabot[bot] <support@github.com>
c8a9678 to
1b924da
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 backend group with 4 updates in the /apps/backend directory: github.com/99designs/gqlgen, github.com/a2aproject/a2a-go, github.com/mark3labs/mcp-go and golang.org/x/text.
Updates
github.com/99designs/gqlgenfrom 0.17.89 to 0.17.90Release notes
Sourced from github.com/99designs/gqlgen's releases.
... (truncated)
Commits
0945c83release v0.17.904a2c5d8Part 3 - reduce template logic (#4146)8b08751Reduce Template Logic Part 2 (#4145)8c35336Reduce template logic: Part 1 ECDot (#4144)bdeb6efchore(deps-dev): bump postcss (#4143)6e8a048Update gqlparser to v2.5.33 see https://github.com/vektah/gqlparser/releases/...e3f5362Revise PR #4121 from@toga4(#4141)3ab4460feat: deduplicate Child field context switches and scalar fieldContex… (#4086)2d63840chore(deps): bump github.com/mattn/go-isatty from 0.0.20 to 0.0.21 (#4130)39d244aFix go.sumUpdates
github.com/a2aproject/a2a-gofrom 0.3.13 to 0.3.15Release notes
Sourced from github.com/a2aproject/a2a-go's releases.
Changelog
Sourced from github.com/a2aproject/a2a-go's changelog.
Commits
081cf21fix rejected during input_required resumption due to execution cleanup race #303730788cfix unnecessary task store get in local execution mode0a222defix: drop original error after override (#304)Updates
github.com/mark3labs/mcp-gofrom 0.46.0 to 0.52.0Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
... (truncated)
Commits
292ebb6feat(server): add transport-agnostic Handle entry point (#851)0678053fix(transport): close response body on 404 in sendHTTP (#849)083b8acdocs(server): document OnBeforeAny/OnSuccess/OnError pairing (#827) (#848)0304399fix(oauth): accept any 2xx token response status (#835) (#847)e4a7c6dfeat(mcp): add SchemaCache for stateless/serverless deployments (#846)f5c14eefeat(transport): add LoggingTransport wrapper for JSON-RPC tracing (#845)ba6c2e0docs(prompts): scope fix-issue to implementation only8878667feat: validate tool output against declared output schemas (#811) (#844)961ead3prompts0c6cb64feat: add opt-in CORS support to HTTP transports (#810) (#843)Updates
github.com/vektah/gqlparser/v2from 2.5.32 to 2.5.33Release notes
Sourced from github.com/vektah/gqlparser/v2's releases.
Commits
41b7913Bump minimatch from 3.0.4 to 3.1.5 in /validator/imported (#417)3c33bbeBump prettier in /validator/imported in the actions-deps group (#425)f63b51fUpdate spec to 2023 version (#401)1f1383cBump prettier in /validator/imported in the actions-deps group (#424)0219010Fix negative Position.Column for definitions with block string descriptions (...16bf3c4refactor: format lines in scalar_leafs.go (#423)be67708Bump brace-expansion from 1.1.12 to 1.1.13 in /validator/imported (#421)61efb18feat: create a new ScalarLeafsRuleWithoutSuggestions validator rule (#413)a9bb464feat(validator): handle repeatable directives correctly (#418)b239ec3Bump@babel/preset-envin /validator/imported in the actions-deps group (#419)Updates
golang.org/x/textfrom 0.35.0 to 0.37.0Commits
3ef517ego.mod: update golang.org/x dependencies8577a70go.mod: update golang.org/x dependencies