Skip to content

Fix TypeScript compilation errors: Relax strict mode and add downleve… #3

Fix TypeScript compilation errors: Relax strict mode and add downleve…

Fix TypeScript compilation errors: Relax strict mode and add downleve… #3

Triggered via push August 3, 2025 02:12
Status Success
Total duration 1m 13s
Artifacts

ci-cd.yml

on: push
Matrix: Test
Security Scan
10s
Security Scan
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Test (18.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
Test (18.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
Test (18.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
Test (18.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
Test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
Test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
Test (18.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.
Test (20.x): client/src/pages/AIOptimizations.tsx#L99
Property 'isInitialized' does not exist on type 'unknown'.
Test (20.x): client/src/components/layout/Header.tsx#L32
Property 'services' does not exist on type 'unknown'.
Test (20.x): client/src/components/layout/Header.tsx#L31
Property 'length' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L63
Argument of type 'unknown' is not assignable to parameter of type 'SetStateAction<Alert[]>'.
Test (20.x): client/src/components/dashboard/SystemAlerts.tsx#L38
No overload matches this call.
Test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L44
Property 'filter' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/MiningPoolStatus.tsx#L43
Property 'find' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/HashRateChart.tsx#L71
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
Test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L151
Property 'length' does not exist on type 'unknown'.
Test (20.x): client/src/components/dashboard/GPUMonitor.tsx#L83
Property 'slice' does not exist on type 'unknown'.