Conversation
WalkthroughUpdated dependency versions in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 Comment |
Router-nonroot image scan passed✅ No security vulnerabilities found in image: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@demo/go.mod`:
- Around line 14-15: The demo/go.mod currently pins
github.com/wundergraph/cosmo/router to a newer pseudo-version than
github.com/wundergraph/cosmo/router-tests, causing Go to resolve a different
router version transitively; update the router-tests dependency in demo/go.mod
to github.com/wundergraph/cosmo/router-tests v0.0.0-20260211105507-4b780feecf49
(the version that requires the Feb 11 router) so both router and router-tests
align, then run `go mod tidy` to ensure the dependency graph is consistent and
verify builds/tests succeed; alternatively, if you intentionally want to keep
the Feb 13 router, explicitly confirm compatibility and document the decision in
the commit message.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2504 +/- ##
==========================================
- Coverage 61.78% 61.43% -0.36%
==========================================
Files 231 231
Lines 24126 24126
==========================================
- Hits 14907 14822 -85
- Misses 7974 8039 +65
- Partials 1245 1265 +20 🚀 New features to boost your workflow:
|
After upgrading the router with the arena branch we also need to upgrade the dependencies.
Summary by CodeRabbit
Checklist