Skip to content

chore(router): bump graphql-go-tools - #2913

Merged
pepol merged 1 commit into
mainfrom
peter/upgrade-tools
Jun 4, 2026
Merged

chore(router): bump graphql-go-tools#2913
pepol merged 1 commit into
mainfrom
peter/upgrade-tools

Conversation

@pepol

@pepol pepol commented Jun 3, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Bumped GraphQL tooling dependency to v2.4.2 across core and test modules, ensuring consistency between runtime and test environments. Minor version update with no user-facing API changes.

Checklist

Open Source AI Manifesto

This project follows the principles of the Open Source AI Manifesto. Please ensure your contribution aligns with its principles.

@pepol
pepol requested a review from a team as a code owner June 3, 2026 07:51

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions github-actions Bot added the router label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

❌ Internal Query Planner CI checks failed

The Internal Query Planner CI checks failed in the celestial repository, and this is going to stop the merge of this PR.
If you are part of the WunderGraph organization, you can see the PR with more details.

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a884433b-cc45-4132-ad99-28b7549199a8

📥 Commits

Reviewing files that changed from the base of the PR and between d975d75 and 3e9c827.

⛔ Files ignored due to path filters (2)
  • router-tests/go.sum is excluded by !**/*.sum
  • router/go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • router-tests/go.mod
  • router/go.mod
✅ Files skipped from review due to trivial changes (1)
  • router-tests/go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • router/go.mod

Walkthrough

The router and router-tests modules update their github.com/wundergraph/graphql-go-tools/v2 requirement from v2.4.1 to v2.4.2.

Changes

Router Dependencies

Layer / File(s) Summary
GraphQL Go Tools version bump
router/go.mod, router-tests/go.mod
github.com/wundergraph/graphql-go-tools/v2 dependency is updated from v2.4.1 to v2.4.2 in both go.mod files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • wundergraph/cosmo#2486: Also changes github.com/wundergraph/graphql-go-tools/v2 dependency versions, including router-tests/go.mod.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: bumping the graphql-go-tools dependency from v2.4.1 to v2.4.2 across router modules.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.12.2)

level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies"


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@router/go.mod`:
- Line 34: Run `go mod tidy` in the module containing the dependency line
"github.com/wundergraph/graphql-go-tools/v2 v2.4.2" to refresh the module graph
and produce consistent go.mod/go.sum files, then commit the updated go.mod and
go.sum alongside this version bump so CI no longer reports "updates to go.mod
needed".
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 63df8890-4803-45df-8aa4-c851d096234d

📥 Commits

Reviewing files that changed from the base of the PR and between 40922ff and d975d75.

⛔ Files ignored due to path filters (1)
  • router/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • router/go.mod

Comment thread router/go.mod
@pepol
pepol force-pushed the peter/upgrade-tools branch from d975d75 to 3e9c827 Compare June 3, 2026 07:57
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.26%. Comparing base (81f82e7) to head (3e9c827).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2913      +/-   ##
==========================================
+ Coverage   64.81%   66.26%   +1.45%     
==========================================
  Files         326      258      -68     
  Lines       46746    27309   -19437     
  Branches     5153        0    -5153     
==========================================
- Hits        30299    18097   -12202     
+ Misses      16423     7773    -8650     
- Partials       24     1439    +1415     

see 584 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants