Skip to content

chore(biome): migrate config to CLI v2.5.5#181

Merged
mcalthrop merged 1 commit into
mainfrom
chore/migrate-biome-config
Jul 23, 2026
Merged

chore(biome): migrate config to CLI v2.5.5#181
mcalthrop merged 1 commit into
mainfrom
chore/migrate-biome-config

Conversation

@mcalthrop

Copy link
Copy Markdown
Owner

Summary

Run biome migrate to align biome.json with the installed Biome CLI (v2.5.5, bumped in #157). Removes the two informational warnings biome was emitting on every pnpm check:

  • $schema bumped from 2.4.152.5.5 (schema/CLI version mismatch).
  • Deprecated linter.rules.recommended: true replaced with linter.rules.preset: "recommended" (the recommended field is deprecated and will be removed in the next major).

No rule behaviour changes — purely a config-format migration performed by biome's own tool.

Verification

  • pnpm checkChecked 29 files. No fixes applied. (previously Found 2 infos.)

🤖 Generated with Claude Code

Run `biome migrate` to align the config with the installed CLI:
bump the $schema to 2.5.5 and replace the deprecated
`rules.recommended: true` with `rules.preset: "recommended"`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mcalthrop
mcalthrop marked this pull request as ready for review July 23, 2026 08:58
@mcalthrop
mcalthrop merged commit 52c3781 into main Jul 23, 2026
5 checks passed
@mcalthrop
mcalthrop deleted the chore/migrate-biome-config branch July 23, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant