Skip to content

⬆️ chore: update dependencies and enable React Compiler#597

Merged
futjesus merged 1 commit intomainfrom
chore/update-deps-react-compiler
Mar 16, 2026
Merged

⬆️ chore: update dependencies and enable React Compiler#597
futjesus merged 1 commit intomainfrom
chore/update-deps-react-compiler

Conversation

@futjesus
Copy link
Member

Summary

  • Update devDependencies to their latest compatible versions (storybook 10.2.19, vitest 4.1.0, jsdom 29, motion 12.37.0, among others)
  • Enable React Compiler via babel-plugin-react-compiler configured in vite.config.ts
  • Vite remains at v7 because @tailwindcss/vite@4.2.1 doesn't support Vite 8 yet
  • ESLint remains at v9 due to plugin ecosystem compatibility

Test plan

  • npm run lint passes
  • npm run check:types passes
  • npm run check:prettier passes
  • npm run test — 420 tests pass
  • vite build completes successfully with React Compiler

- Update devDependencies to latest versions (storybook, vitest, jsdom, motion)
- Add babel-plugin-react-compiler and configure it in vite.config.ts
- Vite stays at v7 due to @tailwindcss/vite compatibility
- ESLint stays at v9 due to plugin compatibility
@futjesus futjesus merged commit 9c6a9a6 into main Mar 16, 2026
1 check passed
@futjesus futjesus deleted the chore/update-deps-react-compiler branch March 16, 2026 14:30
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