Upgrade dependencies to latest version #737
Annotations
5 errors and 9 warnings
lint:
src/common/study/Study.ts#L6
Type string trivially inferred from a string literal, remove type annotation
|
lint:
src/main/database/migrators/DatabaseMigratorV3ToV4.ts#L268
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
lint:
src/main/database/migrators/DatabaseMigratorV3ToV4.ts#L297
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
lint:
src/main/database/migrators/DatabaseMigratorV3ToV4.ts#L320
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
|
lint
Process completed with exit code 1.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
src/main/assay/FileSystemAssayManager.ts#L48
'splittedPeptides' is assigned a value but never used
|
lint:
src/main/assay/FileSystemAssayManager.ts#L75
'assayName' is defined but never used
|
lint:
src/main/assay/FileSystemAssayManager.ts#L79
'assay' is defined but never used
|
lint:
src/main/project/ProjectManager.ts#L54
'projectLocation' is defined but never used
|
lint:
src/main/project/ProjectManager.ts#L63
'row' is assigned a value but never used
|
lint:
src/main/study/FileSystemStudyManager.ts#L20
'row' is assigned a value but never used
|
lint:
src/renderer/components/releases/ReleaseNotesCard.vue#L17
'v-html' directive can lead to XSS attack
|
lint:
src/renderer/components/releases/UpdateNotesDialog.vue#L24
'v-html' directive can lead to XSS attack
|