nxNx
GitHubNxWorkspace
GitHub
  • CI Pipeline Executions
    • Current executionSucceeded
      nxc-4682
    • Runs and Agents
    • Timeline
    • Configuration
    • Self-Healing CI
    • Project Graph
    • Resource Usage
    • Analysis
    • Conformance
  • Runs
    • Current runSucceeded
    • Tasks
    • Resource Usage
Insights
  • Compare tasks
  • Analytics
  • Sign in
    fix(core): include continuous and default-config dependencies in show target `nx show target` reported no direct dependencies for a target whose `dependsOn` resolves to a continuous task, or whose target declares a `defaultConfiguration`. In both cases the dependency instead leaked into the transitive task list, and the root task leaked into its own transitive tasks. The root task id was rebuilt from the raw `configuration` argument, so a target with a `defaultConfiguration` never matched the `project:target:<config>` id that `createTaskGraph` resolves it to, leaving the dependency lookup empty. Separately, a `dependsOn` edge that resolves to a continuous task is stored in `continuousDependencies` rather than `dependencies`, which the command never read. Resolve the root task from the task graph by project and target instead of reconstructing its id, and union both dependency maps for the direct dependencies.
    nx affected --targets=lint,test,build,e2e,e2e-ci,format-native,lint-native,gradle:build-ci,vale,run
Succeeded
17e1b38b36374
87%

Cache hits

554 of 640 tasks used cache.

63%

Distribution saved time

22m 20s instead of 59m 47s.

Atomizer enabled

48 groups of tasks optimized.

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools