Change8

Migrating to Nx 23.0.0-beta.6

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

Released: 5/5/2026

2
Breaking Changes
3
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

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

@nx/detox build executor@nx/detox test executor@nx/cypress:cypress executor@nx/devkit/src/...

Breaking Changes

Issue #1

The @nx/cypress:cypress executor is deprecated.

Solution

Migrate away from using the @nx/cypress:cypress executor.

Issue #2

The @nx/detox build and test executors are deprecated.

Solution

Migrate away from using the @nx/detox build and test executors.

Migration Steps

  1. 1
    Migrate away from using the @nx/cypress:cypress executor.
  2. 2
    Migrate away from using the @nx/detox build and test executors.
  3. 3
    Update any deep imports referencing `@nx/devkit/src/...`.

Release Summary

This beta release focuses on deprecating older executors for Detox and Cypress, alongside internal migrations within devkit and various bug fixes related to telemetry, package management, and caching.

Need More Details?

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

View Full Changelog