Skip to content

fix: direct & total dependency count #3045

fix: direct & total dependency count

fix: direct & total dependency count #3045

Triggered via pull request February 3, 2026 18:04
Status Failure
Total duration 4m 24s
Artifacts

ci.yml

on: pull_request
Matrix: a11y
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 2.
test: app/composables/usePackageComparison.ts#L192
Property 'directDepCount' is missing in type '{ selfSize: number; totalSize: number; dependencyCount: number; }' but required in type '{ selfSize: number; totalSize: number; directDepCount: number; dependencyCount: number; }'.