Skip to content

[Snyk] Upgrade react-router-dom from 6.3.0 to 6.16.0 #21

[Snyk] Upgrade react-router-dom from 6.3.0 to 6.16.0

[Snyk] Upgrade react-router-dom from 6.3.0 to 6.16.0 #21

Triggered via pull request November 4, 2023 07:30
Status Success
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run linters
52s
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/