-
Notifications
You must be signed in to change notification settings - Fork 15
Update dependency prettier to v3.7.4 #271
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: main
Are you sure you want to change the base?
Conversation
|
dcc5885 to
1192e8c
Compare
1192e8c to
c5f065f
Compare
4fd630e to
7d397da
Compare
0d2a149 to
b1da66f
Compare
a08e7b8 to
2de403c
Compare
cc66e02 to
e2dfac7
Compare
20e3ffd to
13b64db
Compare
e247c21 to
5d0ef72
Compare
5fde57f to
95861df
Compare
c4a2970 to
2fad7c0
Compare
2fad7c0 to
684575d
Compare
684575d to
a7f3164
Compare
2f58e1a to
474aef8
Compare
7cbf7fd to
e30b317
Compare
566b203 to
b97c95a
Compare
b97c95a to
d45fd93
Compare
d45fd93 to
c3545b6
Compare
c3545b6 to
0e18dc6
Compare
0e18dc6 to
6867a25
Compare
6867a25 to
aa97939
Compare
aa97939 to
f4eceb3
Compare
This PR contains the following updates:
3.5.3→3.7.4Release Notes
prettier/prettier (prettier)
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 - At any time (no schedule defined), 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.