Change8

Migrating to Nx 23.0.0-beta.8

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

Released: 5/5/2026

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

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

rollup@nx/js

Breaking Changes

Issue #1

The legacy typescript plugin for bundling has been dropped, and the default value for `rollup buildLibsFromSource` has been aligned. Users relying on the old behavior might need to explicitly configure rollup settings.

Migration Steps

  1. 1
    Review bundling configurations, specifically if you relied on the legacy typescript plugin or the previous default for `rollup buildLibsFromSource`, and update your rollup settings if necessary.

Release Summary

This beta release introduces a breaking change by dropping the legacy typescript plugin for bundling and aligning build defaults. Several bug fixes address dependency updates, path corrections, and environment variable isolation.

Need More Details?

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

View Full Changelog