Tests #9042
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup project:
frontend/src/hooks/auth/useAuthenticatedUser.tsx#L72
React Hook useEffect has missing dependencies: 'currentUser' and 'renders'. Either include them or remove the dependency array
|
Setup project:
frontend/src/tours/AppTourProvider.tsx#L53
React Hook useEffect has missing dependencies: 'steps' and 'tour'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/formGeneration.tsx#L573
React Hook useEffect has missing dependencies: 'form', 'formName', 'formSlice', 'itemFormField', and 'warningFn'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/formGeneration.tsx#L764
React Hook useEffect has missing dependencies: 'form', 'formField', 'formName', 'formSlice', and 'warningFn'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/formGeneration.tsx#L1141
React Hook useEffect has missing dependencies: 'formField', 'formName', 'formSlice', 'itemName', and 'multiselectFirstError'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/formGeneration.tsx#L1152
React Hook useEffect has missing dependencies: 'formField', 'formName', and 'formSlice'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/mantine-react-table.components.tsx#L104
React Hook useEffect has a missing dependency: 'columnProps.rangeFilterIndex'. Either include it or remove the dependency array
|
Setup project:
frontend/src/utils/mantine-react-table.components.tsx#L206
React Hook useEffect has missing dependencies: 'column' and 'removeFilterMode'. Either include them or remove the dependency array
|
Setup project:
frontend/src/utils/mantine-react-table.components.tsx#L285
React Hook useEffect has missing dependencies: 'column' and 'removeFilterMode'. Either include them or remove the dependency array
|
Setup project:
frontend/src/views/DemoMantineReactTable/DemoMantineReactTable.tsx#L360
React Hook useEffect has a missing dependency: 'columns'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading