Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 17:03
· 60 commits to main since this release
8944c92

Minor Changes

  • a46eb5f: Bump oxlint to v1.49.0 and oxfmt to v0.34.0. Add 25 new lint rules across all presets, including no-shadow, prefer-const, typescript/no-unnecessary-condition, typescript/consistent-type-exports, typescript/unified-signatures, and more. Update tsgolint to v0.14.1. No breaking changes to the preset configuration.

Patch Changes

  • 9b561ec: Replace default-case rule with smarter switch-exhaustiveness-check configuration. Switches on union types now require either all members to be handled or a default case, and non-union switches require a default.
  • 6c869b6: Bump knip to v5.85.0. Includes parser/runtime compatibility fixes, improved Next.js and tsdown handling, and large monorepo memory improvements.
  • 65d6205: Bump effect to v3.19.19.