Skip to content

chore(deps-dev): prettier 3.8.3 → 3.9.6, with the reformat it wants - #232

Merged
oratis merged 1 commit into
mainfrom
chore/prettier-3.9
Aug 3, 2026
Merged

chore(deps-dev): prettier 3.8.3 → 3.9.6, with the reformat it wants#232
oratis merged 1 commit into
mainfrom
chore/prettier-3.9

Conversation

@oratis

@oratis oratis commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Supersedes #223, which failed CI.

Prettier 3.9 changed union-type layout — short unions now collapse onto one line:

-export type ScreenName =
-  | 'repl'
-  | 'sessions'
-
+export type ScreenName =
+  'repl' | 'sessions' | 'plugins' | 'skills' | 'permissions' | 'mcp' | 'settings' | 'about';

So format:check found 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:check clean; protocol 31 · core 750/16 skipped · desktop 101 · server 41 · cli 208 · vscode 12 · lsp 13 · scripts 21.

🤖 Generated with Claude Code

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
oratis force-pushed the chore/prettier-3.9 branch from 9c4f48e to 056fbb0 Compare August 3, 2026 06:08
@oratis
oratis merged commit 91c3020 into main Aug 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant