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-cloud record -- nx format:check
Succeeded
Linux
4 CPU cores
17e1b38b36374

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools