Skip to content

build(deps-dev): bump @biomejs/biome to 2.4.15 and migrate config#31

Merged
erseco merged 1 commit into
mainfrom
fix/ci-biome2-deps
May 20, 2026
Merged

build(deps-dev): bump @biomejs/biome to 2.4.15 and migrate config#31
erseco merged 1 commit into
mainfrom
fix/ci-biome2-deps

Conversation

@erseco
Copy link
Copy Markdown
Contributor

@erseco erseco commented May 20, 2026

What

  • Bump @biomejs/biome from 1.9.4 to 2.4.15.
  • Migrate biome.json to the Biome 2.x schema (biome migrate): the old
    files.include / files.ignore keys are replaced by a single
    files.includes array using ! negation patterns.

Why

Dependabot's #27 (same bump) failed the Frontend CI job because the
1.x config is invalid under Biome 2.x:

× Found an unknown key include.

This applies the bump together with the required config migration.

Verification (local)

  • npm run lint:biome → passes (warnings only, exit 0).
  • npm run lint (ESLint), npm run typecheck (vue-tsc), npm test (Vitest) → all green.

Supersedes #27.

Biome 2.x renamed the `files.include`/`files.ignore` keys to a single
`files.includes` array using `!` negation patterns. Migrate biome.json
to the 2.4.15 schema via `biome migrate` so the Frontend CI job stops
failing with "Found an unknown key `include`".

Supersedes #27.
@erseco erseco merged commit 276d5fd into main May 20, 2026
14 checks passed
@erseco erseco deleted the fix/ci-biome2-deps branch May 20, 2026 20:52
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