Change8

Migrating to Nx 23.0.0-beta.24

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

Released: 6/5/2026

2
Breaking Changes
0
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

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

addProjectConfiguration

Breaking Changes

Issue #1

The 'standalone' parameter of addProjectConfiguration in devkit is deprecated. Users should review usage as this may break in future versions.

Issue #2

Webpack/Rspack config compose helpers in webpack are deprecated. Users should review usage as this may break in future versions.

Release Summary

This beta release introduces support for prompt-only and hybrid migrations in Nx Console UI and enforces compliance for multi-version support across several packages. It also deprecates several configuration helpers and parameters.

Need More Details?

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

View Full Changelog