chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 #26
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint and test:
src/components/aboutModal/aboutModal.js#L57
Expected 'this' to be used by class method 'onClose'
|
Lint and test:
src/components/addSourceWizard/addSourceWizardStepOne.js#L12
Expected 'this' to be used by class method 'isStepValid'
|
Lint and test:
src/components/createScanDialog/createScanDialog.js#L58
Expected 'this' to be used by class method 'onValidateForm'
|
Lint and test:
src/components/mergeReportsDialog/mergeReportsDialog.js#L20
Expected 'this' to be used by class method 'onClose'
|
Lint and test:
src/components/router/router.js#L26
The object passed as the value prop to the Context provider (at line 26) changes every render. To fix this consider wrapping it in a useMemo hook
|
Lint and test:
src/components/scans/scanJobsList.js#L130
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
Lint and test:
src/components/touchspin/touchspin.js#L26
Expected 'this' to be used by class method 'normalizeBetween'
|
Lint and test:
src/services/userService.js#L20
Return values from promise executor functions cannot be read
|
Lint and test:
src/services/userService.js#L25
Return values from promise executor functions cannot be read
|
Loading