-
Notifications
You must be signed in to change notification settings - Fork 0
chore: remove types from migrations #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis PR removes TypeScript type satisfaction assertions ( Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (13)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-11-06T14:55:12.385ZApplied to files:
🔇 Additional comments (13)
Comment |
The migration props need to be frozen with the current prop shape. If they remain typed, future updates to the prop shape will fail the build.
If we need to modify the migrations as part of bug bash fixes, we can temporarily add the types back for the affected migration