You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.