-
fix(misc): stop inferring `projects: 'self'` in `dependsOn` entries (#35686)
发布于
2026-05-14 16:12:40 +00:00 Current Behavior
The
@nx/cypress,@nx/jest,@nx/playwrightand@nx/gradleplugins
infer atomized CIdependsOnentries that includeprojects: 'self'.
That value is the default forprojectsand is no longer supported as
an explicit value.Expected Behavior
The plugins infer the same atomized CI
dependsOnentries without
settingprojects: 'self'.下载附件