23.0.0-beta.16
Breaking Changes📦 nxView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This beta release introduces native Node.js TypeScript stripping by default and migrates the @nx/jest testing setup to use the local distribution build, which constitutes a breaking change for testing configurations.
⚠️ Breaking Changes
- Testing setup for @nx/jest has been migrated to use the local distribution build. This may require updates to how Nx resolves Jest configurations or plugins if you were relying on previous resolution paths.
Migration Steps
- Review testing configurations related to @nx/jest due to the migration to local dist build.
✨ New Features
- Native Node.js TypeScript stripping is now enabled by default in the core.
🐛 Bug Fixes
- Migrated @nx/jest to use the local distribution build for testing setups.