-
Notifications
You must be signed in to change notification settings - Fork 144
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
chore(deps-dev): upgrade Prettier to v3 #932
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #932 +/- ##
==========================================
+ Coverage 96.23% 96.28% +0.04%
==========================================
Files 44 44
Lines 2419 2449 +30
Branches 1000 1018 +18
==========================================
+ Hits 2328 2358 +30
Misses 91 91 ☔ View full report in Codecov by Sentry. |
@G-Rath can you resolve the conflicts with |
65ef66e
to
22e0bb8
Compare
🎉 This PR is included in version 6.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Checks
Changes
eslint-plugin-prettier
tools/generate-configs
to be asyncContext
Prettier v3 removes its sync API, so to upgrade we now have to use promises
Relates to #826 and #855