summaryrefslogtreecommitdiff
path: root/website/biome.jsonc
AgeCommit message (Collapse)Author
2026-08-11chore(deps): update dependency @biomejs/biome to v2.5.8 (#279)HEADmainrenovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-05chore: migrate the linter config off the deprecated recommended fieldSho Sakuma
Biome 2.5.7 deprecates `linter.rules.recommended` in favour of `preset` and will drop it in the next major, so the config emitted a deprecation notice on every run. Renaming it now keeps `bun run lint` and `format:check` clean and spares a forced edit at the next upgrade; the rule set it selects is unchanged. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-05chore: put the theme's composables under BiomeSho Sakuma
`includes` stopped at `.vitepress/theme/*.ts`, so everything under `components/` went unchecked — including the release and compatibility logic this branch touches. Widening it to `**/*.ts` takes the check from five files to nine. `.vue` stays out. Biome does not resolve `<script setup>` bindings used from the template, so it reports the components' `t`, `data`, `loading` and formatters as unused and offers to delete them; admitting those files would mean turning off noUnusedVariables and noUnusedImports to buy nothing. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-04chore(deps): update dependency @biomejs/biome to v2.5.7 (#264)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-28chore(deps): update dependency @biomejs/biome to v2.5.6 (#255)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-21chore(deps): update dependency @biomejs/biome to v2.5.5 (#252)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-15chore(deps): update dependency @biomejs/biome to v2.5.4 (#249)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-08chore(deps): update dependency @biomejs/biome to v2.5.3 (#245)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-01chore(deps): update dependency @biomejs/biome to v2.5.2 (#241)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-23chore(deps): update dependency @biomejs/biome to v2.5.1 (#236)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-12chore(deps): update dependency @biomejs/biome to v2.5.0 (#227)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-27chore(deps): update dependency @biomejs/biome to v2.4.16 (#213)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-10chore(deps): update dependency @biomejs/biome to v2.4.15 (#202)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-01chore(deps): update dependency @biomejs/biome to v2.4.14 (#195)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-23chore(deps): update dependency @biomejs/biome to v2.4.13 (#191)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-14chore(deps): update dependency @biomejs/biome to v2.4.12 (#187)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-09chore(deps): update dependency @biomejs/biome to v2.4.11 (#183)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-05docs: add download page and rename docs to websiteSho Sakuma
- Add download page with GitHub API data loader for latest releases - Add DownloadCard Vue component with JA/EN i18n support - Include Modrinth and CI build links - Rename docs/ directory to website/ Co-Authored-By: Claude <noreply@anthropic.com>