Bump prettier from 3.5.1 to 3.5.2
Bumps prettier from 3.5.1 to 3.5.2.
Changelog
Sourced from prettier's changelog.
3.5.2
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition 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-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.
Commits
-
399f427Release 3.5.2 -
bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156) -
c98acabReplaceexecawithnano-spawnin release script (#17129) -
4460a4echore(deps): update eslint related dependencies (#17162) -
f0707f5chore(deps): update eslint related dependencies (major) (#17163) -
e2624b6Enforce dependency version be pinned in all packages (#17161) -
1cee47achore(deps): update dependency react-markdown to v10 (#17160) -
7ce2a35chore(deps): update dependency postcss to v8.5.3 (#17158) -
1fe7969chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17... -
8eb0630chore(deps): update dependency knip to v5.44.4 (#17153) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts