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

Upgrade to Svelte 4.2.0 #69

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yutenglei
Copy link

  • Svelte Upgrade: Updated the project to Svelte version 4.2.0.
  • Dependency Update: Ran yarn upgrade --latest to ensure all dependencies are up to date.
  • ESM Adoption: Transitioned to ESM for svelte-testing-library. This change is prompted by the recent release of testing-library/svelte-testing-library v4.0.0, which introduced ESM support as a breaking change.
  • Testing Framework Migration: Migrated from Jest to Vitest, aligning with the recommended testing setup outlined in the Svelte Testing Library documentation.

These updates ensure compatibility, improve maintainability, and align with best practices.

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.

None yet

1 participant