Migrating to Nx 23.0.0-beta.16
Version 23.0.0-beta.16 introduces 1 breaking change. This guide details how to update your code.
Released: 5/17/2026
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
@nx/jestBreaking Changes
●Issue #1
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
- 1Review testing configurations related to @nx/jest due to the migration to local dist build.
Release 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.
Need More Details?
View the full release notes and all changes for Nx 23.0.0-beta.16.
View Full Changelog