Change8

Migrating to Nx 23.0.0-beta.13

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

Released: 5/15/2026

2
Breaking Changes
2
Migration Steps
7
Affected Symbols

⚠️ Check Your Code

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

nx watchtargetDefaultsnx-plugin-checksreleaseTag*createNodes@nx/rspack@nx/rsbuild

Breaking Changes

Issue #1

The deprecated flat properties `releaseTag*` have been dropped. Users relying on these properties in release configurations must update their settings to use the new v23 defaults.

Issue #2

The default configuration for release targets has been updated, which may affect existing release setups.

Migration Steps

  1. 1
    If you were using the deprecated flat properties `releaseTag*`, update your release configuration to align with the new v23 defaults.
  2. 2
    If you were using `nx watch --includeDependentProjects`, update scripts to use `nx watch --includeDependencies`.

Release Summary

Version 23.0.0-beta.13 introduces feature enhancements like renaming CLI flags and updating linter capabilities, alongside critical fixes including native process shutdown and configuration updates for the release system.

Need More Details?

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

View Full Changelog