chore(deps-dev): prettier 3.8.3 → 3.9.6, with the reformat it wants - #232
Merged
Conversation
Supersedes #223, which failed CI: 3.9 changed how it lays out union types (short unions collapse onto one line), so format:check found 12 files it would rewrite. Dependabot can bump the dependency but cannot make the tree match it. Bump plus the mechanical reformat in one commit — 14 files, formatting only, no behaviour touched. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
oratis
force-pushed
the
chore/prettier-3.9
branch
from
August 3, 2026 06:08
9c4f48e to
056fbb0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #223, which failed CI.
Prettier 3.9 changed union-type layout — short unions now collapse onto one line:
So
format:checkfound 12 files it wanted to rewrite. Dependabot can bump the dependency but can't make the tree match it, which is why its PR is red and will stay red.This is the bump plus the reformat in one commit: 14 files, formatting only, no behaviour touched.
pnpm typecheck·lint·format:checkclean; protocol 31 · core 750/16 skipped · desktop 101 · server 41 · cli 208 · vscode 12 · lsp 13 · scripts 21.🤖 Generated with Claude Code