build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #1180
Annotations
1 error and 12 warnings
|
SonarCloud Scan
Process completed with exit code 3.
|
|
SonarCloud Scan
This version of the SonarQube Scanner GitHub Action is no longer supported and contains a security vulnerability. Please update your workflow to use sonarsource/sonarqube-scan-action@v6 for the latest security patches and features. For more information visit https://community.sonarsource.com/gha-v6-update
|
|
SonarCloud Scan
Running this GitHub Action without SONAR_TOKEN is not recommended
|
|
Lint:
src/components/CreationCohort/Requeteur.tsx#L120
React Hook useCallback has missing dependencies: 'config.features.questionnaires.enabled' and 'valueSets.cache'. Either include them or remove the dependency array
|
|
Lint:
src/components/CreationCohort/Modals/ModalCreateNewRequest/ModalCreateNewRequest.tsx#L99
React Hook useEffect has missing dependencies: '_fetchProject' and '_fetchRequestNumber'. Either include them or remove the dependency array
|
|
Lint:
src/components/CreationCohort/DiagramView/index.tsx#L53
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
|
Lint:
src/components/CreationCohort/DiagramView/components/TemporalConstraintCard/TemporalConstraintCard.tsx#L53
React Hook useEffect has missing dependencies: 'criteriaGroup', 'dispatch', 'selectedCriteria', and 'temporalConstraints'. Either include them or remove the dependency array
|
|
Lint:
src/components/CreationCohort/DiagramView/components/TemporalConstraintCard/TemporalConstraintCard.tsx#L39
React Hook useEffect has a missing dependency: 'temporalConstraints?.length'. Either include it or remove the dependency array
|
|
Lint:
src/components/CreationCohort/DiagramView/components/LogicalOperator/components/LogicalOperatorItem/useLogicalOperator.ts#L108
React Hook useCallback has missing dependencies: 'currentOperator?.type', 'findValidConstraint', 'handleChangeOperator', and 'temporalConstraints'. Either include them or remove the dependency array
|
|
Lint:
src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/CriteriaForm/mappers/renderers.tsx#L330
React Hook useEffect has missing dependencies: 'cachedCodes' and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
|
Lint:
src/components/CreationCohort/ControlPanel/ControlPanel.tsx#L298
React Hook useEffect has a missing dependency: 'snapshotsHistory'. Either include it or remove the dependency array
|
|
Lint:
src/components/CreationCohort/ControlPanel/ControlPanel.tsx#L259
React Hook useEffect has a missing dependency: 'detailCalculationType'. Either include it or remove the dependency array
|
|
Lint:
src/components/CreationCohort/ControlPanel/ControlPanel.tsx#L2
'useCallback' is defined but never used
|
Loading