Migrating to Nx 22.6.0-beta.11
Version 22.6.0-beta.11 introduces 1 breaking change. This guide details how to update your code.
Released: 3/9/2026
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
nx/angular-rspackmavengradleeslint plugin (gradle)tsbuildinfotsc taskslinternx-cloud download-clientvitestBreaking Changes
●Issue #1
The `vitest` plugin now resolves `reportsDirectory` against the workspace root instead of the project root. Users relying on relative paths within `reportsDirectory` that were previously relative to the project root must update their configuration to be relative to the workspace root.
Migration Steps
- 1If you use `reportsDirectory` in your `vitest` configuration, ensure the path is now relative to the workspace root, not the project root.
Release Summary
This beta release introduces core analytics and fixes several issues across Gradle, JavaScript tasks, and the Vitest executor. Notably, Vitest configuration for report directories has changed to resolve against the workspace root.
Need More Details?
View the full release notes and all changes for Nx 22.6.0-beta.11.
View Full Changelog