chore(deps): update dependency prettier to ^3.5.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
prettier (source) | ^3.5.1 -> ^3.5.2 |
Release Notes
prettier/prettier (prettier)
v3.5.2
module-sync
condition (#17156 by @fisker)
Remove In Prettier 3.5.0, we added module-sync
condition to package.json
, so that require("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 the module-sync
condition, so require("prettier")
will still use the CommonJS version, we'll revisit until require(ESM)
feature is more stable.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.