发布

  • fix(misc): stop inferring `projects: 'self'` in `dependsOn` entries (#35686)

    frostbyte_neo 发布于 2026-05-14 16:12:40 +00:00

    Current Behavior

    The @nx/cypress, @nx/jest, @nx/playwright and @nx/gradle plugins
    infer atomized CI dependsOn entries that include projects: 'self'.
    That value is the default for projects and is no longer supported as
    an explicit value.

    Expected Behavior

    The plugins infer the same atomized CI dependsOn entries without
    setting projects: 'self'.

    下载附件