Migrating to Nx 23.0.0-rc.0
Version 23.0.0-rc.0 introduces 1 breaking change. This guide details how to update your code.
Released: 6/10/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:
createNodesV2Breaking Changes
●Issue #1
Migrations prior to v21 have been removed. If you are upgrading from a version older than v21, you must first migrate to v21, then to v22, and finally to v23.
Migration Steps
- 1If upgrading from a version older than v21, perform migrations sequentially: v21 -> v22 -> v23.
Release Summary
This release introduces enhanced migration capabilities, including support for optional package updates via 'nx migrate --include', and removes very old migration steps in preparation for v23.
Need More Details?
View the full release notes and all changes for Nx 23.0.0-rc.0.
View Full Changelog