Change8

Migrating to Nx 23.0.0-beta.14

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

Released: 5/16/2026

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

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

initTasksRunnerrunDiscreteTasksrunContinuousTasks

Breaking Changes

Issue #1

The deprecated `initTasksRunner` export is removed from the `nx` package. Consumers should use `runDiscreteTasks` / `runContinuousTasks` instead.

Migration Steps

  1. 1
    Replace usage of the removed `initTasksRunner` export with `runDiscreteTasks` or `runContinuousTasks`.

Release Summary

This beta release removes the deprecated `initTasksRunner` API, requiring consumers to switch to `runDiscreteTasks` or `runContinuousTasks`, and includes fixes for target defaults and internal exports.

Need More Details?

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

View Full Changelog