chore(deps): update bundled openfga to v1.18.0#709
Conversation
Walkthrough
ChangesDependency Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the CLI’s bundled OpenFGA dependency to v1.18.0, along with corresponding indirect dependency checksum updates, keeping the module graph consistent.
Changes:
- Bump
github.com/openfga/openfgafromv1.17.1tov1.18.0. - Update indirect dependency
golang.org/x/syncfromv0.20.0tov0.21.0. - Refresh
go.sumentries accordingly (includingmodernc.org/sqlitetov1.52.0).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required module versions for OpenFGA and x/sync. |
| go.sum | Updates module checksums to match the new resolved dependency versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
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 `@go.mod`:
- Line 17: The openfga dependency is pinned to v1.18.0 which is a non-existent
version that cannot be resolved. Update the github.com/openfga/openfga
dependency in go.mod from v1.18.0 to v1.17.1, which is the latest stable release
as of June 2026. The indirect update to golang.org/x/sync v0.21.0 is already
safe and requires no changes. Additionally, add a pull request description
documenting the rationale for this dependency update and any testing performed
to validate the changes.
🪄 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: c9b9f7bf-fecd-4b31-8760-bf130eb17705
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit