23.0.0-beta.4 (2026-04-30)
🚀 Features
- ⚠️ angular: remove deprecated @nx/angular/module-federation entry point (#35512)
- ⚠️ angular: remove deprecated move generator (#35513)
- core: show target uses task graph + filter broken dependsOn during normalization (#35367)
🩹 Fixes
- core: correctly classify same-second in-place updates in macOS watcher (#35514)
- core: restore deprecated allWorkspaceFiles on WorkspaceFileMap (#35518, #34425, #35502)
- core: ensure verbose logs go to stderr and daemon logs are properly decorated (#34358)
- core: show flaky-task count in run summary (#35491)
- js: reference vitest.config in eslint dep-checks for vitest libs (#35460, #33670, #35450)
- maven: skip attached artifacts that fail to materialize in batch record (#35473)
- nx-dev: document nested CLI subcommands beyond two levels (#35519)
⚠️ Breaking Changes
- angular: remove deprecated move generator (#35513)
The@nx/angular:movegenerator is removed. Use
@nx/workspace:move(or itsmvalias) instead. - angular: remove deprecated @nx/angular/module-federation entry point (#35512)
The@nx/angular/module-federationentry point is
removed. Update imports to use@nx/module-federation/angularinstead.
Theupdate-23-0-0-update-with-module-federation-importmigration
handles this automatically when runningnx migrate.
❤️ Thank You
- AgentEnder @AgentEnder
- Craigory Coppola @AgentEnder
- Jason Jean @FrozenPandaz
- Leosvel Pérez Espinosa @leosvelperez