Update dependency highcharts to v12 #386
pull_request.yaml
on: pull_request
Lint backend and frontend
1m 29s
Matrix: test_end_to_end
Annotations
4 errors and 10 warnings
Lint backend and frontend:
services/frontend/src/pages/Faculties/BasicInformationTab/InteractiveDataTable/CollapsedStackedBar.tsx#L148
This assertion is unnecessary since it does not change the type of the expression
|
Lint backend and frontend:
services/frontend/src/pages/Faculties/BasicInformationTab/InteractiveDataTable/CollapsedStackedBar.tsx#L149
This assertion is unnecessary since it does not change the type of the expression
|
Lint backend and frontend:
services/frontend/src/pages/Faculties/BasicInformationTab/InteractiveDataTable/CollapsedStackedBar.tsx#L151
This assertion is unnecessary since it does not change the type of the expression
|
Lint backend and frontend
Process completed with exit code 1.
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L44
React Hook useEffect has missing dependencies: 'id', 'initialTab', and 'location.search'. Either include them or remove the dependency array. If 'setTab' needs the current value of 'initialTab', you can also switch to useReducer instead of useState and read 'initialTab' in the reducer
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L48
React Hook useEffect has missing dependencies: 'didMount' and 'pushToUrl'. Either include them or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L80
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array. If 'setSearchHistory' needs the current value of 'id', you can also switch to useReducer instead of useState and read 'id' in the reducer
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L86
React Hook useEffect has missing dependencies: 'didMount' and 'saveSearchHistory'. Either include them or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L151
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L166
React Hook useEffect has a missing dependency: 'didMount'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L209
React Hook useCallback has a missing dependency: 'storedValue'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L231
React Hook useEffect has a missing dependency: 'innerValue'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L248
React Hook useCallback has an unnecessary dependency: 'innerValue'. Either exclude it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/components/ColorizedCoursesTable/FacultiesTab/index.jsx#L39
React Hook useMemo has a missing dependency: 'selectedSemesters'. Either include it or remove the dependency array
|