23.1.0-beta.7
📦 nxView on GitHub →
✨ 1 features🐛 11 fixes🔧 2 symbols
Summary
This beta release introduces the ability to scaffold create-nx-workspace into the current directory and includes numerous bug fixes related to TypeScript compilation errors (TS6059) across bundling and JS builds, alongside performance improvements for bun lockfile parsing.
✨ New Features
- Scaffold create-nx-workspace into the current directory.
🐛 Bug Fixes
- Prevent TS6059 errors when an app imports a workspace lib from source during bundling.
- Speed up bun lockfile parsing.
- Set NX_CLI_SET in batch worker processes.
- Make project graph reports machine-portable for Gradle.
- Derive dependent-task input extensions from the task model instead of scanning the disk for Gradle.
- Prevent Windows TS6059 rootDir errors in tsc builds.
- Preserve esModuleInterop default when migrating to TypeScript 6.
- Remove duplicate nx init cloud-prompt telemetry event.
- Use standard utm params on cloud prompt links.
- Update deprecation docs link for Vite.
- Prevent TS6059 errors when a tsc build bundles a workspace lib.