- Introduces preview feature `strictUndefinedChecks` that throws runtime errors for explicit undefined values, with `Prisma.skip` to retain old behavior; recommended alongside TS `exactOptionalPropertyTypes`.
- Adds `Prisma.skip` symbol to opt‑out of strict checks while the preview feature is active.
- Fixes several typedSql‑related bugs: correct TypeScript generation for enums with hyphens, restores missing ts‑toolbelt dependency, resolves comment loss with `$extends`, and addresses engine size publishing workflow issues.