fix(deps): update all non-major dependencies #8378
ci.yml
on: pull_request
Build Frontend
3m 25s
Typecheck
1m 2s
Lint
1m 25s
Test Backend
1m 15s
Matrix: Build Backend
Annotations
1 error and 5 warnings
Build Frontend
Process completed with exit code 1.
|
Lint:
apps/frontend/app/(main)/contest/[contestId]/@tabs/_components/RegisterButton.tsx#L60
React Hook useEffect has missing dependencies: 'id' and 'state'. Either include them or remove the dependency array
|
Lint:
apps/frontend/app/admin/problem/_components/InfoForm.tsx#L66
React Hook useEffect has missing dependencies: 'getValues' and 'setValue'. Either include them or remove the dependency array
|
Lint:
apps/frontend/components/EditorHeader.tsx#L106
React Hook useEffect has a missing dependency: 'templateString'. Either include it or remove the dependency array
|
Lint:
apps/frontend/components/EditorResizablePanel.tsx#L129
React Hook useEffect has missing dependencies: 'code', 'setCode', and 'templateString'. Either include them or remove the dependency array
|
Lint:
apps/frontend/lib/pagination.ts#L127
React Hook useEffect has a missing dependency: 'withauth'. Either include it or remove the dependency array
|