Skip to content

chore(deps): bump axios from 1.8.4 to 1.13.5 in /web #66

chore(deps): bump axios from 1.8.4 to 1.13.5 in /web

chore(deps): bump axios from 1.8.4 to 1.13.5 in /web #66

Triggered via pull request February 11, 2026 13:42
Status Failure
Total duration 33s
Artifacts

frontend-quality-check.yml

on: pull_request
Frontend Code Quality Check
29s
Frontend Code Quality Check
PR Comment Handler
0s
PR Comment Handler
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Type 'Control<CreateSiteRequest, any, TFieldValues>' is not assignable to type 'Control<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check
Argument of type '(data: CreateSiteRequest) => void' is not assignable to parameter of type 'SubmitHandler<TFieldValues>'.
Frontend Code Quality Check
Type 'Resolver<{ domain: string; name: string; listenPort: number; backend: { servers: { port: number; host: string; isSSL: boolean; }[]; }; wafMode: WAFMode; enableHTTPS: boolean; activeStatus: boolean; wafEnabled: boolean; certificate?: { ...; } | undefined; certificateId?: string | undefined; }>' is not assignable to type 'Resolver<CreateSiteRequest, any, CreateSiteRequest>'.
Frontend Code Quality Check: web/src/feature/security-dashboard/hooks/useSecurityDashboard.ts#L65
React Hook useEffect has a missing dependency: 'overviewStats'. Either include it or remove the dependency array
Frontend Code Quality Check: web/src/feature/security-dashboard/component/SecurityDashboardLayout.tsx#L159
React Hook useEffect has missing dependencies: 'attackIPs' and 'realtimeAttacks'. Either include them or remove the dependency array
Frontend Code Quality Check: web/src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Code Quality Check: web/src/components/ui/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Code Quality Check: web/src/components/ui/badge.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Code Quality Check: web/src/components/common/language-selector.tsx#L29
React Hook useEffect has missing dependencies: 'i18n' and 'language'. Either include them or remove the dependency array