Migrating to Nx 23.1.0-beta.0
Version 23.1.0-beta.0 introduces 2 breaking changes. This guide details how to update your code.
Released: 6/18/2026
2
Breaking Changes
2
Migration Steps
21
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
angularlintereslint v8next 14next 15react 18react 19nx-cloudtsgo compilerrspack@rspack/core@2@rsbuild/core@2esbuildangular-rspackcorenx migratehappy-domtmpform-datanx-devvitest test executorBreaking Changes
●Issue #1
Angular v19 is no longer supported due to the introduction of Angular v22 support. Users on Angular v19 must upgrade to Angular v20 or later.
●Issue #2
Support for eslint v8 has been dropped. Users relying on eslint v8 must upgrade their ESLint setup.
Migration Steps
- 1If you are using Angular v19, you must upgrade your Angular version to v20 or higher.
- 2If you rely on eslint v8, you must upgrade your ESLint setup to a supported version (likely v9+).
Release Summary
This beta release introduces support for Angular v22 and updates to rspack core versions 2, while dropping support for ESLint v8 and Angular v19.
Need More Details?
View the full release notes and all changes for Nx 23.1.0-beta.0.
View Full Changelog