Skip to content

chore: align biome.json schema with the installed CLI - #38

Merged
ProductOfAmerica merged 1 commit into
mainfrom
chore/biome-schema
Jul 2, 2026
Merged

chore: align biome.json schema with the installed CLI#38
ProductOfAmerica merged 1 commit into
mainfrom
chore/biome-schema

Conversation

@ProductOfAmerica

Copy link
Copy Markdown
Owner

Closes #37.

The biome.json $schema pinned 2.4.11, but the installed Biome CLI is 2.4.15, so every pnpm lint run emitted a schema-version-mismatch info diagnostic. This bumps the $schema version segment to match the installed CLI. Nothing else changes.

Evidence

Before ($schema = 2.4.11):

biome.json:2:14 deserialize
  i The configuration schema version does not match the CLI version 2.4.15
Checked 109 files. No fixes applied.
Found 1 info.

After ($schema = 2.4.15):

Checked 109 files. No fixes applied.

Zero info diagnostics, exit 0.

Also verified: pnpm lint:fix modifies nothing, pnpm test passes (443/443), pnpm typecheck:test passes.

Closes #37. The pinned 2.4.11 schema against the newer installed CLI
(2.4.15) produced an info-level diagnostic on every lint run.
@ProductOfAmerica
ProductOfAmerica merged commit 29b33e1 into main Jul 2, 2026
9 checks passed
@ProductOfAmerica
ProductOfAmerica deleted the chore/biome-schema branch July 2, 2026 22:37
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.

Align biome.json $schema with the installed Biome CLI

1 participant