Skip to content

Add Developer Tools API project files #5

Add Developer Tools API project files

Add Developer Tools API project files #5

Triggered via push September 15, 2025 08:17
Status Failure
Total duration 38s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: client/src/components/search/search-results.tsx#L12
Cannot find module '@/lib/types' or its corresponding type declarations.
test: client/src/components/search/enhanced-search.tsx#L208
Parameter 'value' implicitly has an 'any' type.
test: client/src/components/search/enhanced-search.tsx#L208
Parameter 'filterKey' implicitly has an 'any' type.
test: client/src/components/search/enhanced-search.tsx#L208
Type '{ filters: SearchFilters; onRemoveFilter: (filterKey: any, value: any) => void; }' is not assignable to type 'IntrinsicAttributes & FilterTagsProps'.
test: client/src/components/search/enhanced-search.tsx#L25
Cannot find module '@/lib/types' or its corresponding type declarations.
test: client/src/components/search/advanced-filters.tsx#L64
Type 'number | undefined' is not assignable to type 'number'.
test: client/src/components/search/advanced-filters.tsx#L46
Type 'number | undefined' is not assignable to type 'number'.
test: client/src/components/migration/migration-wizard.tsx#L79
Type 'string | undefined' is not assignable to type 'string'.
test: client/src/components/edit-tool-dialog.tsx#L147
Parameter 'category' implicitly has an 'any' type.
test: client/src/components/edit-tool-dialog.tsx#L147
'categories' is of type 'unknown'.