chore(deps): upgrade @biomejs/biome to ^2.4.15#3
Merged
Conversation
- Migrate both biome.json configs to v2 schema via `biome migrate`: files.ignore → files.includes (negated globs), $schema URL bumped. - Adopt v2 idioms: assist.actions.source.organizeImports for both configs; linter.domains (project for root, react+test for the app template). - Fix migrator's inverted noConsole translation in the app template (allow ["error", "warn"], not ["log"]). - Apply v2's default package.json multi-line layout. - Anchor nested template config discovery with cli/templates/biome/.gitignore (repo-local, not shipped to apps). - Sync specs and skill references to match the new configs.
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.
Summary
@biomejs/biomevon^1.9.4auf^2.4.15(neueste stabile v2) inpackage.json+cli/templates/biome/manifest.json.biome.json-Configs überbiome migrate --writeauf das v2-Schema gezogen:files.ignore→files.includesmit negierten Globs, neue Schema-URL.assist.actions.source.organizeImports: "on"in beiden Configs.linter.domains.project: "recommended"für die Root-Konfig (CLI/Node).linter.domains.react+linter.domains.testfür die App-Template-Konfig.noConsoleLog: "warn"wurde fälschlich zunoConsolemitallow: ["log"](umgekehrte Semantik). Geändert aufallow: ["error", "warn"]— passt zur Spec ("console.error/warnsind ok").package.jsonwird jetzt mehrzeilig formatiert (keywords/files-Arrays, repository/bugs-Objekte).cli/templates/biome/.gitignoreals Platzhalter hinzugefügt — Biome v2 entdeckt verschachtelte Configs auch in viafiles.includesausgeschlossenen Pfaden und meldet einen Fehler ohne ignore-Datei. Die Datei wird nicht in Apps kopiert (das Manifest listet nurbiome.json).docs/specs/01-monorepo-structure.md,03-templates.md,07-conventions.md) und Skill-Referenzen (biome.md,tech-stack.md) auf den neuen Stand gezogen, damit Spec = realer Code.Verifikation
Lokal grün:
bun install— installiert@biomejs/biome@2.4.15bun run lint— keine Verstößebun run typecheckbun run test— 16/16 Tests grünbun run build— CLI bundlet ohne Fehlernode cli/dist/index.js add biomein scratch-Dir produziert die erwartetebiome.json(v2-Schema) und patchtpackage.jsonmit^2.4.15.console.loglöstnoConsole-Warning aus, Formatter erzwingt double quotes.Test plan
tools-ci.yml)web-base update biomein einer der Apps (Hausverwaltung / Tennisturnier / ErinnerMich) reviewen, ob die App-Lints sauber durchlaufen — v2 ist strikter beim Import-Sortieren und beimpackage.json-Layout.Generated by Claude Code