Change8

23.0.0-beta.14

Breaking Changes
📦 nxView on GitHub →
1 breaking🐛 3 fixes🔧 3 symbols

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.

⚠️ Breaking Changes

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

Migration Steps

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

🐛 Bug Fixes

  • Removed deprecated initTasksRunner API in core.
  • Do not drop target defaults in 23.0.0 array migration.
  • Added backwards-compatible ./src/internal export shim for conformance@4/5 in js.

Affected Symbols