Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
44af455f chore(repo): prune redundant implicitDependencies, bump bust
Drop implicit edges that don't change resolved test inputs (verified via
`nx show target inputs <p>:test` — byte-identical before/after across
the 8 touched projects). The same source files for cypress, docker,
eslint, node, module-federation, playwright still arrive via paths
through `workspace`'s implicit list and `node`'s kept edges, so sandbox
coverage is unchanged.
Drops:
- angular-rspack: nx (covered via devkit -> nx)
- create-nx-plugin: nx, angular (no source / spec evidence)
- create-nx-workspace: nx (covered transitively)
- express: nx (covered via devkit -> nx)
- module-federation: cypress, eslint
- node: cypress, module-federation, playwright
- rspack: cypress, docker, eslint, node
Restored:
- plugin: vitest (contract coupling — generator emits @nx/vitest:test
executor and the spec asserts against that string)
Bump bust to invalidate caches for fresh sandbox-report run. 1a8c31e9 chore(repo): prune redundant implicitDependencies, bump bust
Drop implicit edges that don't change resolved test inputs (verified via
`nx show target inputs <p>:test` — byte-identical before/after across
the 8 touched projects). The same source files for cypress, docker,
eslint, node, module-federation, playwright still arrive via paths
through `workspace`'s implicit list and `node`'s kept edges, so sandbox
coverage is unchanged.
Drops:
- angular-rspack: nx (covered via devkit -> nx)
- create-nx-plugin: nx, angular (no source / spec evidence)
- create-nx-workspace: nx (covered transitively)
- express: nx (covered via devkit -> nx)
- module-federation: cypress, eslint
- node: cypress, module-federation, playwright
- rspack: cypress, docker, eslint, node
Restored:
- plugin: vitest (contract coupling — generator emits @nx/vitest:test
executor and the spec asserts against that string)
Bump bust to invalidate caches for fresh sandbox-report run.