Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

⬆️ frontend: Bump @mui/lab from 5.0.0-alpha.131 to 5.0.0-alpha.143 in /frontend #2111

⬆️ frontend: Bump @mui/lab from 5.0.0-alpha.131 to 5.0.0-alpha.143 in /frontend

⬆️ frontend: Bump @mui/lab from 5.0.0-alpha.131 to 5.0.0-alpha.143 in /frontend #2111

Triggered via pull request September 6, 2023 23:45
Status Success
Total duration 2m 50s
Artifacts

linter.check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
linter_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
linter_check: frontend/components/FileBrowser/useFileActionHandler.tsx#L103
React Hook useCallback has missing dependencies: 'confirm', 'renameObject', 'setAdditionalPath', 'setSelectedFilesIds', 'setUploadFiles', and 'slashesInPrefix'. Either include them or remove the dependency array. If 'setSelectedFilesIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
linter_check: frontend/components/Webshop/Product.tsx#L111
React Hook useEffect has a missing dependency: 'selectedVariant'. Either include it or remove the dependency array
linter_check: frontend/pages/nolla/index.tsx#L21
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
linter_check: frontend/pages/nolla/index.tsx#L21
Do not use <img>. Use Image from 'next/image' instead. See https://nextjs.org/docs/messages/no-img-element
linter_check: frontend/pages/nolla/index.tsx#L178
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
linter_check: frontend/pages/nolla/index.tsx#L178
Do not use <img>. Use Image from 'next/image' instead. See https://nextjs.org/docs/messages/no-img-element
linter_check: frontend/pages/webshop/await-payment/[id].tsx#L32
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array
linter_check: frontend/pages/webshop/await-payment/[id].tsx#L43
React Hook useEffect has missing dependencies: 'refetchCart', 'refetchChest', 'router', and 'user?.student_id'. Either include them or remove the dependency array