-
-
Notifications
You must be signed in to change notification settings - Fork 4
⬆️ upgrade prettier to v3.8.1
#856
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
2999c24 to
830b0c6
Compare
830b0c6 to
461b2a7
Compare
461b2a7 to
d255b87
Compare
d255b87 to
8a83ae6
Compare
8a83ae6 to
6cac287
Compare
6cac287 to
77f2aa9
Compare
77f2aa9 to
661d723
Compare
661d723 to
7c67387
Compare
7c67387 to
7009d4c
Compare
e8ac3d0 to
bccc8e6
Compare
prettier to v3.7.2prettier to v3.7.3
bccc8e6 to
9280158
Compare
prettier to v3.7.3prettier to v3.7.4
9280158 to
8fd01df
Compare
8fd01df to
79232b4
Compare
79232b4 to
e3cf337
Compare
e3cf337 to
ad3f851
Compare
prettier to v3.7.4prettier to v3.8.0
ad3f851 to
128281b
Compare
128281b to
0c68640
Compare
prettier to v3.8.0prettier to v3.8.1
This PR contains the following updates:
3.5.3→3.8.1Release Notes
prettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.