chore: upgrade dependencies - #460
Conversation
Upgrades all direct and indirect dependencies to their latest compatible versions. The Ory monorepo modules (hydra, kratos, keto, ory/x) were already at the latest master sync (2026-07-29). client-go v1.22.66 renamed CreateProjectApiKeyRequest to CreateProjectApiKeyBody; the call site is adapted accordingly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 42 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change updates project API key creation to use the current generated request builder. It also updates direct and indirect Go module dependency versions. ChangesProject API key request migration
Go dependency refresh
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This dependency-only update includes a localized API rename with no actionable merge-blocking risk remaining; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
golang-set v2.9.0 unconditionally imports go.mongodb.org/mongo-driver for its new BSON marshaling support, pulling the mongo driver into the module graph for a set library only used by the playwright test helpers. playwright-go itself only requires v2.8.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Upgrades all direct and indirect dependencies to their latest compatible versions.
Notable changes
ory/client-gov1.22.51 → v1.22.66 — the generated API renamedCreateProjectApiKeyRequesttoCreateProjectApiKeyBody(now consistent withCreateWorkspaceApiKeyBody); the single call site incmd/cloudx/client/api_key.gois adapted. The struct fields are unchanged.playwright-gov0.6100.0 → v0.6201.1testifyv1.11.1 → v1.12.0,kin-openapiv0.144.0 → v0.147.0,evanphx/json-patch,gomarkdowngolang.org/x/*familyThe Ory monorepo modules (hydra, kratos, keto, ory/x) were already pinned to the latest master sync (2026-07-29); verified via
GOPROXY=directthat nothing newer exists.Verification
go build ./...andgo vet ./...passcmd/cloudxpassescmd/cloudxtest binaries compile and their playwright/stagingTestMainsetup runs clean🤖 Generated with Claude Code
Summary by CodeRabbit