23.0.0-beta.12
Breaking Changes📦 nxView on GitHub →
⚠ 1 breaking✨ 1 features🐛 3 fixes🔧 4 symbols
Summary
This beta release introduces support for the 'prompt' field in migration entries and includes several bug fixes related to migration handling, dependency rewriting, and testing utilities.
⚠️ Breaking Changes
- The behavior of inferring projects: 'self' in dependsOn entries has been stopped. Users relying on this implicit behavior may need to explicitly define dependencies.
✨ New Features
- Support for the 'prompt' field in migration entries in the core functionality.
🐛 Bug Fixes
- Improved handling and feedback for the nx migrate multi-major flag.
- Peer dependencies in workspace packages are now only rewritten to use workspace:* versions.
- Corrected yargs-parser import in getJestProjectsAsync.