Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35367
8750bc5d feat(core): show target uses task graph for accurate deps and transitive summary `nx show target` now builds a task graph rooted at the requested target via `createTaskGraph`. The `Depends On` list reads direct task dependencies off the graph, giving the same filtering and resolution behavior as `nx run`: - Non-existent targets disappear from the list. - `^target` expands to real dependency-project task IDs. - `{ projects: [...] }` entries drop projects that don't actually have the target. A new `transitiveTasks` field on the JSON output surfaces everything that runs transitively. The text renderer shows a summary line beneath `Depends On`: Depends On: lib-a:build and 5 build, compile transitive tasks With >3 unique target names, the summary collapses to a bare count (`and 12 transitive tasks`). If `createTaskGraph` throws (e.g. circular dependencies), falls back to resolving the configured `depConfigs` so the list isn't silently empty. Source-map hints for `--verbose` are preserved — each direct dep task ID is matched back to its originating `depConfig` entry.
by Craigory C...
C
Canceled
35367
dac6a2b0 fix(show): correct dependsOn filtering for transient summary Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
35367
Fix applied
→
23ded32c chore(show): format info.ts with prettier Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
35367
Fix applied
→
a711d49b feat(core): show target uses task graph for accurate deps and transient summary Route 'nx show target' through createTaskGraph so the 'Depends On' list reflects what nx run would actually schedule - non-existent targets are filtered, ^target/{dependencies:true}/{projects:[...]} are resolved against the real graph. - info: new resolveTaskGraphDependencies helper builds a task graph rooted at the requested target; direct deps populate dependsOn, transitive tasks populate a new transientTasks field on the JSON output - source-index mapping for --verbose dep hints is preserved via findDepConfigIndex matching each direct dep task back to its origin depConfig (falls back to container 'dependsOn' source on -1) - text renderer adds a summary line under 'Depends On': "and N build, compile transient tasks" when <=3 unique target names, collapsing to "and N transient tasks" beyond that - safely returns empty results if createTaskGraph throws
by Craigory C...
C
Previous page
Previous
Next
Next page