-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade Prettier to 3.6.0 across monorepo #5461
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: JonnyBurger <[email protected]>
Co-authored-by: JonnyBurger <[email protected]>
@copilot use the new experimental cli option |
Co-authored-by: JonnyBurger <[email protected]>
Implemented the experimental CLI flag across all prettier usage in the monorepo. Updated 48 package.json formatting scripts, the google-fonts update script, and copilot instructions to use |
This PR upgrades Prettier from version 3.3.3 to 3.6.0 across the entire monorepo.
Changes Made
3.3.3
to3.6.0
3.6.0
instead of3.3.3
Prettier 3.6.0 Features
This release includes several important additions:
--experimental-cli
flag@prettier/plugin-oxc
and@prettier/plugin-hermes
Validation
✅ All template validation tests pass with new prettier version
✅ Stylecheck passes for all packages (excluding docs as requested)
✅ Prettier API functionality verified in studio-server codemods
✅ No formatting changes required - 3.6.0 produces same output as 3.3.3 for current codebase
The upgrade maintains full backward compatibility while providing access to the latest Prettier improvements and features.
Fixes #5460.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.