-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit 7a2bfc0
authored
upgrade: update dependency prettier to v3.5.2 (#660)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.4.2` ->
`3.5.2`](https://renovatebot.com/diffs/npm/prettier/3.4.2/3.5.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.5.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#352)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2)
[diff](https://redirect.github.com/prettier/prettier/compare/3.5.1...3.5.2)
##### Remove `module-sync` condition
([#​17156](https://redirect.github.com/prettier/prettier/pull/17156)
by [@​fisker](https://redirect.github.com/fisker))
In Prettier 3.5.0, [we added `module-sync` condition to
`package.json`](https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u),
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.
###
[`v3.5.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#351)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.5.0...3.5.1)
[diff](https://redirect.github.com/prettier/prettier/compare/3.5.0...3.5.1)
##### Fix CLI crash when cache for old version exists
([#​17100](https://redirect.github.com/prettier/prettier/pull/17100)
by [@​sosukesuzuki](https://redirect.github.com/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](https://redirect.github.com/prettier/prettier/pull/17101)
by [@​remcohaszing](https://redirect.github.com/remcohaszing))
Prettier now supports the `dockercompose` and `github-actions-workflow`
languages in Visual Studio Code.
###
[`v3.5.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#350)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.2...3.5.0)
[diff](https://redirect.github.com/prettier/prettier/compare/3.4.2...3.5.0)
🔗 [Release Notes](https://prettier.io/blog/2025/02/09/3.5.0.html)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone
Asia/Tokyo, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/FlutterGen/flutter_gen).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent df6f2fe commit 7a2bfc0Copy full SHA for 7a2bfc0
File tree
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+6
-6
lines changedOpen diff view settings
Collapse file
+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments