Skip to content

[Snyk] Upgrade @mui/material from 5.8.1 to 5.14.13 #23

[Snyk] Upgrade @mui/material from 5.8.1 to 5.14.13

[Snyk] Upgrade @mui/material from 5.8.1 to 5.14.13 #23

Triggered via pull request November 4, 2023 07:30
Status Success
Total duration 54s
Artifacts

lint.yml

on: pull_request
Run linters
46s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/ui-component/ingest/IngestMenu.js#L123
React Hook useEffect has a missing dependency: 'IngestStates.ERROR'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariant' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariantByGene' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L10
'ConsumeAllPages' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/widgets/sidebar.js#L217
'timeout' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/