Change8

23.1.0-beta.3

📦 nxView on GitHub →
1 features🐛 9 fixes🔧 4 symbols

Summary

This beta release introduces support for Expo SDK 56 and includes numerous stability fixes across core, build systems (gradle, maven, vite), and testing infrastructure.

✨ New Features

  • Support for Expo SDK 56.

🐛 Bug Fixes

  • Prefer module.registerHooks in core to avoid DEP0205 deprecation warning.
  • Prevent nx migrate crash when include=optional filters out the target package.
  • Track copy/sync and AGP merge task outputs in dependent task inputs for gradle.
  • De-flake maven e2e by dropping -X debug forks and widening timeout.
  • Remove empty SaaS and Mobile template filters in nx-dev.
  • Reserve ports in rspack e2e test to avoid default port collisions for react.
  • Widen release e2e timeouts to absorb pre-version dlx install.
  • Keep ts-jest resolving exports-only libs on typescript < 6.
  • Widen vite ts-solution e2e build timeouts for cold multi-lib build.

Affected Symbols