chore: Biome + husky quality gate; bump @mind-studio/ui to 0.4.0 - #5
Merged
Conversation
Brings projects in line with the rest of the fleet: - Bump @mind-studio/ui ^0.3.0 -> ^0.4.0 (additive/non-breaking; core stays at ^0.8.0, already the latest). EmAI brand fonts and the accent/logoLetter/mode login-card props are deliberately retained — they typecheck cleanly against core 0.8.0. - Adopt Biome 2.5.0 as the lint/format gate, replacing `next lint`. First-adoption reformat across the tree; currently-violating error-level rules are downgraded to `warn` (documented baseline) so no app behavior changes. - husky pre-commit (lint-staged) + pre-push (lint, typecheck, test). - Wire test via `vitest run --passWithNoTests` (no tests yet). - CI runs `biome ci` + `npm run test` alongside typecheck and build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Brings projects in line with the rest of the fleet — same Biome + husky quality gate the other 14 UI consumers run, plus the
@mind-studio/ui0.4.0 design-system bump.📦 Dependencies
@mind-studio/ui^0.3.0→^0.4.0(additive / non-breaking).@mind-studio/corestays at^0.8.0— already the latest published; no change needed.src/lib/theme/emai.ts), and theaccent/logoLetter/modelogin-card props. All typecheck cleanly against core 0.8.0 — no font-trio swap applies here (unlike the default-theme consumers).🚦 Quality gate
next lint. First-adoption reformat across the tree.warn(documented baseline inbiome.json) so no app behavior changes —biome ciis green (62 warnings, 0 errors).pre-commit(lint-staged) +pre-push(lint · typecheck · test).testwired viavitest run --passWithNoTests(no tests yet).biome ci+npm run testalongsidetsc --noEmitandnext build.✅ Verified locally
biome ci·tsc --noEmit·vitest·next build— all green. Pre-commit and pre-push hooks both fired and passed on this branch.🤖 Generated with Claude Code