Kudzu 0.7.29 - Hermetic TypeScript checks
Kudzu 0.7.29 makes project and migration-fixture typechecks independent of unrelated ambient packages installed in ancestor directories.
Fix
- Root TypeScript checks use an explicit empty ambient type set.
- create-kudzu emits the same isolated configuration for new projects.
- Migration fixtures skip foreign declaration bodies while still typechecking fixture TS and TSX.
- A clean npm ci checkout below conflicting minimatch, React, and React Router declarations now passes npm run check.
- The complete suite passes 122/122 tests.
Upgrade
npm install @kudzujs/core@^0.7.29