Skip to content

v0.14.2

Compare
Choose a tag to compare
@1chooo 1chooo released this 17 Jul 06:44
· 130 commits to main since this release
6954a40

What's Changed

This release primarily focuses on significant improvements to our testing infrastructure and keeping our dependencies up-to-date.

🧪 Testing Improvements

  • Migrated from Jest to Vitest: We've transitioned our testing framework from Jest to Vitest, which brings faster test execution and a more modern developer experience. This migration also includes comprehensive type tests to ensure greater code reliability.

⬆️ Dependency Updates

We've updated several key dependencies to their latest versions, enhancing performance and security:

  • @types/node: Bumped from 24.0.12 to 24.0.14.
  • @commitlint/config-conventional: Upgraded from 18.6.3 to 19.8.1.
  • Motion: Updated to 12.23.6.
  • @shikijs/rehype: Updated to 3.8.0.
  • Zod: Upgraded to 4.0.5 across multiple packages.

  • test: migrate from Jest to Vitest and add comprehensive type tests (#1219) by @1chooo in 6b2c46c
  • chore(deps): bump @types/node from 24.0.12 to 24.0.14 by @dependabot[bot] in #1344
  • chore(deps-dev): bump @commitlint/config-conventional from 18.6.3 to 19.8.1 by @dependabot[bot] in #1349
  • chore(deps): update motion to 12.23.6 and @shikijs/rehype to 3.8.0 by @1chooo in 842210d
  • chore(deps): upgrade zod to version 4.0.5 across multiple packages (#1341) by @1chooo in #1353

Full Changelog: v0.14.1...v0.14.2