perf(email): Upgrade react email to 6#701
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request migrates email-related dependencies from @react-email/components to react-email and @react-email/ui, and replaces use-intl with next-intl across the codebase. It also refactors the file utility script to export cleanupDeletedFiles and adds comprehensive unit tests for it. Feedback on the changes includes a potential cross-platform path-matching bug on Windows in cleanupDeletedFiles due to unnormalized path separators, and a broken documentation URL for next-intl in templates.mdx.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?