chore(tooling): sync biome $schema pin to 2.5.5 - #21
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #20.
That grouped devDeps bump moved
@biomejs/biome2.5.0 → 2.5.5 but left the$schemaURL inbiome.jsonpinned at 2.5.0. Everybiome checkrun 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 --writeinstead 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 passingpnpm build— OK (CJS + ESM + declarations)No changeset: tooling config only, nothing reaches published
dist/.