Identifies and resolves non-obvious runtime errors encountered during major library upgrades for Zod, Vitest, and Tailwind CSS.
2026 Migration Patterns provides critical technical guidance for upgrading core development libraries to their latest standards, specifically focusing on Zod 4, Vitest 4, and Tailwind CSS 4. Unlike official migration guides that cover documented API changes, this skill targets 'silent' runtime failures, such as Zod enum key requirements and Vitest arrow function constructor limitations. It provides developers with ready-to-use Ripgrep commands to scan repositories for affected patterns and offers copy-pasteable boilerplate for robust test environment setups, ensuring a smooth transition across the modern web stack.
주요 기능
010 GitHub stars
02Includes optimized Ripgrep commands for rapid codebase auditing
03Fixes Vitest 4 'not a constructor' errors in mock implementations
04Identifies silent Zod 4 enum record validation failures