Skip to content

Pin the formatter, and stop format-gating generated migrations - #267

Merged
davidmckayv merged 1 commit into
mainfrom
fix/pin-formatter
Aug 26, 2026
Merged

Pin the formatter, and stop format-gating generated migrations#267
davidmckayv merged 1 commit into
mainfrom
fix/pin-formatter

Conversation

@davidmckayv

Copy link
Copy Markdown
Contributor

Main has been red since Biome 2.5.10 landed: @biomejs/biome was a caret range, so a release changed what CI considers correctly formatted without anybody committing anything. Every branch opened against main fails the same check.

Pinned to the version already in the lockfile, with the schema reference and the nine files it wants brought into line.

server/drizzle is generated by drizzle-kit and now excluded from formatting. Reformatting a migration snapshot is a few hundred lines of diff that says nothing, on files whose whole point is that they match what the tool wrote.

`@biomejs/biome` was a caret range, so a release changed what CI considered
correctly formatted without anybody committing anything. Main has been red since
2.5.10 landed, and so is every branch opened against it. A formatter whose
verdict moves on its own is not a check.

Pinned to the version already in the lockfile, with the schema reference and the
nine files it wants brought into line.

`server/drizzle` is generated by drizzle-kit and now excluded. Reformatting a
migration snapshot is a diff of hundreds of lines that says nothing, on files
whose whole point is that they match what the tool wrote.
@davidmckayv
davidmckayv merged commit 1a7b60a into main Aug 26, 2026
13 checks passed
@davidmckayv
davidmckayv deleted the fix/pin-formatter branch August 26, 2026 22:07
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