Change8

Migrating to Nx 23.0.0-beta.19

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

Released: 5/22/2026

1
Breaking Changes
1
Migration Steps
5
Affected Symbols

⚠️ Check Your Code

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

@nx/esbuild@nx/vitest@nx/cypress@nx/playwright@nx/vite

Breaking Changes

Issue #1

Dropped deprecated webpack plugin re-exports as part of v23 polish. Users relying on these re-exports must update their imports.

Migration Steps

  1. 1
    Review imports related to webpack plugins and remove any usage of deprecated re-exports.

Release Summary

This beta release introduces pnpm 11.2.2 support and includes several fixes related to bundling, task caching, and plugin lint checks, alongside dropping deprecated webpack plugin exports.

Need More Details?

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

View Full Changelog