Skip to content

Conversation

@bbishdotdev
Copy link
Owner

Summary

  • Replace ESLint with Biome for combined linting + formatting (faster, single tool)
  • Add Vitest test suite with 34 tests covering hooks, components, and API routes
  • Add GitHub Actions CI workflow that runs lint, tests, and build on every PR

Other Changes

  • Add error boundary, loading, and 404 pages for better UX
  • Reorganize magicui components into ui folder
  • Switch from pnpm to bun, upgrade to Next.js 16

Test Plan

  • bun run check passes
  • bun run test:run passes (34 tests)
  • CI workflow runs successfully on this PR

@vercel
Copy link

vercel bot commented Dec 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
app-preview-converter Ready Ready Preview, Comment Dec 31, 2025 7:24pm

- Replace ESLint with Biome for faster linting + formatting
- Add Vitest test suite with 34 tests covering hooks, components, and API
- Add GitHub Actions CI workflow (lint, test, build on PRs)
- Add error boundary, loading, and 404 pages
- Reorganize magicui components into ui folder
- Switch from pnpm to bun, upgrade to Next.js 16
@bbishdotdev bbishdotdev merged commit e6ad498 into main Dec 31, 2025
5 checks passed
@bbishdotdev bbishdotdev deleted the feat/ci-biome-tests branch December 31, 2025 19:25
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.

2 participants