-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
⬆️ upgrade prettier
to v3.5.2
#781
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
7ede359
to
b48b5ca
Compare
prettier
to v3.4.1
prettier
to v3.4.2
b48b5ca
to
8fd0014
Compare
8fd0014
to
44177a9
Compare
44177a9
to
dfe88f8
Compare
dfe88f8
to
b9ac432
Compare
b9ac432
to
5b15328
Compare
Deployment failed with the following error:
|
661812e
to
0f9f731
Compare
7c7001e
to
30d26c4
Compare
6158296
to
a003c11
Compare
a003c11
to
2e6e6a6
Compare
Deployment failed with the following error:
|
baefa4b
to
f7f3929
Compare
Deployment failed with the following error:
|
prettier
to v3.5.0
prettier
to v3.5.0
- autoclosed
prettier
to v3.5.0
- autoclosedprettier
to v3.5.0
0fd2d68
to
f7f3929
Compare
prettier
to v3.5.0
prettier
to v3.5.1
f7f3929
to
b83003d
Compare
b83003d
to
906bad5
Compare
906bad5
to
1d2955d
Compare
prettier
to v3.5.1
prettier
to v3.5.2
This PR contains the following updates:
3.5.0
->3.5.2
Release Notes
prettier/prettier (prettier)
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.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.