-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(devkit): await prettier format for v3 compatibility #18664
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
EDIT: I've rebased to the latest master to restart it by myself. |
409207f
to
146e7ee
Compare
@AgentEnder Any feedback on this? It would greatly improve prettier support during migration execution :) |
(cherry picked from commit 2638bb0)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Files formatting during migrations execution doesn't write changes properly when running with prettier v3.
This is a continuation of #18644.
Expected Behavior
All generators or internal formatting methods support prettier v3.
Prettier documentation mentions this change in the example of this section.
Related Issue(s)