Change8

Migrating to Nx 23.0.0-beta.17

Version 23.0.0-beta.17 introduces 1 breaking change. This guide details how to update your code.

Released: 5/19/2026

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

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

@nx/eslint@nx/eslint-plugingetPrettierPathregisterTsProject

Breaking Changes

Issue #1

The packages @nx/eslint and @nx/eslint-plugin have been migrated to use a local distribution build. This may require updating configurations that relied on the previous packaging structure.

Migration Steps

  1. 1
    Review configurations related to @nx/eslint and @nx/eslint-plugin due to migration to local dist build.

Release Summary

This beta release introduces a feature for prompt generator migrations and includes several bug fixes across core, js, linter, and rsbuild, notably migrating ESLint packages to a local distribution build.

Need More Details?

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

View Full Changelog