Change8

Migrating to Nx 23.0.0-beta.23

Version 23.0.0-beta.23 introduces 2 breaking changes. This guide details how to update your code.

Released: 6/4/2026

2
Breaking Changes
2
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

findMatchingConfigFilesCreateNodes V2 typeswithNx

Breaking Changes

Issue #1

CreateNodes V2 types have been renamed to their canonical original names. Review code using these types and update references.

Issue #2

The 'withNx' function in nextjs has been deprecated. Check migration steps for alternatives.

Migration Steps

  1. 1
    Update references to the renamed CreateNodes V2 types to their new canonical names.
  2. 2
    Replace usage of the deprecated 'withNx' function in nextjs configurations.

Release Summary

This beta release introduces core improvements like avoiding redundant matching and fixing migration fetching, alongside deprecating the angular 'convert-to-with-mf' generator and the nextjs 'withNx' function. Breaking changes involve renaming CreateNodes V2 types.

Need More Details?

View the full release notes and all changes for Nx 23.0.0-beta.23.

View Full Changelog