Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update non-major dependencies, refactor test configs #334

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

drichar
Copy link
Collaborator

@drichar drichar commented Jan 10, 2025

Description

This PR updates various dependencies across the monorepo and refactors the test configuration files to resolve TypeScript errors that emerged after the Vite/Vitest upgrade. It replaces #325 which was failing in CI due to the Vite/Vitest errors.

Details

  • Update Next.js from 14.2.18 to 14.2.22
  • Update Nuxt from 3.14.1592 to 3.15.1
  • Update @tanstack/store packages from 0.6.x to 0.7.0
  • Update TypeScript-related dependencies (@types/react, @typescript-eslint/*)
  • Update testing libraries and tools (vitest, prettier, etc.)
  • Refactor test configurations:
    • Split Vite and Vitest configs into separate files
    • Move test-specific config from vite.config.ts to framework-specific vitest.config.ts files
    • Update imports to use vite instead of vitest/config where appropriate

Split test configuration into dedicated `vitest.config.ts` files to resolve
TypeScript errors after Vite/Vitest upgrade. Move test-specific config from
`vite.config.ts` to `vitest.config.ts` files.
@drichar drichar merged commit 3172422 into main Jan 10, 2025
1 check passed
@drichar drichar deleted the chore/non-major-dependencies branch January 10, 2025 17:48
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