23.2.0-beta.6
📦 nxView on GitHub →
🐛 8 fixes🔧 4 symbols
Summary
This release includes several bug fixes across core Nx functionalities, including improved socket access control, stdout handling, and argument preservation for `nx migrate`. It also enhances Vitest integration and updates documentation links.
🐛 Bug Fixes
- Restricted daemon and plugin worker socket access to the owning user.
- Drained stdout before exiting nx run-many and nx run.
- Re-spawned nx migrate without a shell to preserve argv exactly.
- Honored cascading ignore files in tree walks and generator formatting.
- Used workspaceRoot in workspaceModule path.
- Updated docs pricing link.
- Used esm config files and import.meta.dirname for Vitest.
- Generated the requested e2e target in inferred workspaces and de-flaked the generated plugin e2e for Vitest.