drizzle-kit@0.31.10
drizzle-team/drizzle-ormdrizzle-kit@0.31.10Mar 17, 2026by github-actions[bot]
AI Summary
Major update to drizzle-kit with improved runtime support, migrating to tsx loader and adding native Bun and Deno launch capabilities.
Key Highlights
- Updated to hanji@0.0.8 with native bun stringWidth and stripANSI support
- Migrated from esbuild-register to tsx loader for ESM and CJS module support
- Added native Bun and Deno launch support for faster startup times
- Errors for non-TTY environments
New Features
- Native Bun and Deno launch support
- tsx loader for seamless ESM/CJS module handling
Full Release Notes
- Updated to `hanji@0.0.8` - native bun `stringWidth`, `stripANSI` support, errors for non-TTY environments - We've migrated away from `esbuild-register` to `tsx` loader, it will now allow to use `drizzle-kit` seamlessly with both `ESM` and `CJS` modules - We've also added native `Bun` and `Deno` launch support, which will not trigger `tsx` loader and utilise native `bun` and `deno` imports capabilities and faster startup times