Bump prettier from 3.5.1 to 3.5.2 by dependabot[bot] 路 Pull Request #1875 路 peter-evans/create-issue-from-file (original) (raw)

Bumps prettier from 3.5.1 to 3.5.2.

Release notes

Sourced from prettier's releases.

3.5.2

馃敆 Changelog

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @鈥媐isker)

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.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR: