Skip to content

fix(lint): update biome schema to match CLI version 2.4.16#169

Open
fro-bot wants to merge 2 commits into
mainfrom
fix/biome-schema-2.4.16
Open

fix(lint): update biome schema to match CLI version 2.4.16#169
fro-bot wants to merge 2 commits into
mainfrom
fix/biome-schema-2.4.16

Conversation

@fro-bot

@fro-bot fro-bot commented May 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

Updates biome.json $schema from 2.4.15 to 2.4.16 to match the installed @biomejs/biome@2.4.16 CLI version.

This resolves the info-level lint warning:

The configuration schema version does not match the CLI version 2.4.16

Follow-up to #126 (2.4.14 → 2.4.15, merged).

Checklist

  • bun run typecheck passes
  • bun run lint passes (clean, no warnings)
  • bun run build passes
  • No user-visible changes — no changeset needed (info-level lint fix)

- Update $schema from 2.4.15 to 2.5.0 to match installed @biomejs/biome@2.5.0
- Replace deprecated 'recommended' field with 'preset' per Biome v2.5 migration
@fro-bot

fro-bot commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator Author

Autoheal Update — 2026-06-15

The biome schema was outdated: the installed CLI is @biomejs/biome@2.5.0 but the config still had `` pointing to 2.4.15. The original PR updated to `2.4.16`, but biome has since been upgraded to `2.5.0`.

Changes pushed:

  • Updated `` from 2.4.15 → `2.5.0` to match the installed CLI version
  • Replaced deprecated recommended field with preset per Biome v2.5 migration guide

All checks pass: bun run lint, bun run typecheck, bun run build

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