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
Remove
module-synccondition (#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 themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.
Commits
- 399f427 Release 3.5.2
- bf5aab8 Revert "Use ESM entrypoint for
require(ESM)" (#17156) - c98acab Replace
execawithnano-spawnin release script (#17129) - 4460a4e chore(deps): update eslint related dependencies (#17162)
- f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
- e2624b6 Enforce dependency version be pinned in all packages (#17161)
- 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
- 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
- 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
- 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
- Additional commits viewable in compare view
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:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)