Skip to content

Commit c52a1ec

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored andcommitted
Update dependency prettier to v3.5.1 (#33969)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`](https://renovatebot.com/diffs/npm/prettier/3.4.2/3.5.1) | `3.5.3` (+1) | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | dependencies | minor | [`3.4.2` -> `3.5.1`](https://renovatebot.com/diffs/npm/prettier/3.4.2/3.5.1) | `3.5.3` (+1) | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | major | [`2.8.8` -> `3.5.1`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.5.1) | `3.5.3` (+1) | --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`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 ([#&#8203;17100](https://redirect.github.com/prettier/prettier/pull/17100) by [@&#8203;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 ([#&#8203;17101](https://redirect.github.com/prettier/prettier/pull/17101) by [@&#8203;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 - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). GitOrigin-RevId: ce70c8d3e81a04dc286dba214cb5b9c8edd5340e
1 parent 7ab8976 commit c52a1ec

File tree

91 files changed

+284
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+284
-284
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"convex": "*",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",
15-
"prettier": "3.4.2",
15+
"prettier": "3.5.1",
1616
"@types/detect-port": "~1.3.5"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)