-
Notifications
You must be signed in to change notification settings - Fork 316
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): update dependency prettier to v3.5.2 #2983
base: main
Are you sure you want to change the base?
Conversation
Changed Packages
|
0a1de39
to
dc50060
Compare
dc50060
to
7af39db
Compare
7af39db
to
e8b3f88
Compare
e8b3f88
to
38434ea
Compare
38434ea
to
4214fed
Compare
4214fed
to
f36a042
Compare
f36a042
to
2249c36
Compare
2249c36
to
7f2b320
Compare
7f2b320
to
7ad2496
Compare
7ad2496
to
a6fd078
Compare
a6fd078
to
f602fe5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a devDependency update and CI passes, should be good to merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, since prettier is already listed as a devDependency in each workspace's package.json, we should probably remove it from the individual plugins.
f602fe5
to
3d1468f
Compare
3d1468f
to
4d27854
Compare
As discussed in the SIG, we'll go ahead with this PR and later remove prettier from individual plugins
4d27854
to
c63f10d
Compare
c63f10d
to
876d154
Compare
876d154
to
afd56b9
Compare
afd56b9
to
9829a52
Compare
9829a52
to
18bf0ca
Compare
18bf0ca
to
090cef9
Compare
090cef9
to
c90a354
Compare
Signed-off-by: Renovate Bot <[email protected]>
c90a354
to
8b88a9d
Compare
This PR contains the following updates:
3.4.2
->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.v3.5.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Renovate Bot.