Skip to content

chore(tooling): sync biome $schema pin to 2.5.5 - #21

Merged
stevan-borus merged 1 commit into
mainfrom
fix/biome-schema-2-5-5
Aug 10, 2026
Merged

chore(tooling): sync biome $schema pin to 2.5.5#21
stevan-borus merged 1 commit into
mainfrom
fix/biome-schema-2-5-5

Conversation

@stevan-borus

Copy link
Copy Markdown
Owner

Follow-up to #20.

That grouped devDeps bump moved @biomejs/biome 2.5.0 → 2.5.5 but left the $schema URL in biome.json pinned at 2.5.0. Every biome check run then printed a config-version mismatch notice.

It was info-level only — exit code 0, CI stayed green — which is why it slipped through as pure noise rather than a failure.

Applied with biome migrate --write instead of hand-editing the URL, which also confirmed the version pin was the only drift in the config.

Verification

All three CI steps run locally on this branch:

  • pnpm biome:check — clean, notice gone ("Checked 8 files. No fixes applied.")
  • pnpm test -- --run — 35/35 passing
  • pnpm build — OK (CJS + ESM + declarations)

No changeset: tooling config only, nothing reaches published dist/.

Dependabot's grouped devDeps bump (#20) moved biome 2.5.0 -> 2.5.5 but left
the $schema URL in biome.json pinned at 2.5.0, so every `biome check` printed
a config-version mismatch notice. Info-level only, so CI stayed green and it
slipped through review as pure noise. Applied via `biome migrate` rather than
editing the URL by hand, which confirmed the version pin was the only drift.
@stevan-borus
stevan-borus merged commit cb1b9c9 into main Aug 10, 2026
1 check 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