chore(deps): bump the dependencies group across 1 directory with 2 updates #191
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/components/App.js#L358
React Hook useEffect has missing dependencies: 'dispatch', 'loadVisualization', 'previousLocation', and 'rootOrgUnits'. Either include them or remove the dependency array
|
Lint:
src/components/App.js#L507
React Hook useEffect has missing dependencies: 'addFixedDimensionsMetadata', 'addOptionSetsMetadata', 'addProgramDimensionsMetadata', 'addTrackedEntityTypeMetadata', 'dispatch', 'orgUnitLevels', 'postDataStatistics', and 'rootOrgUnits'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/AlphanumericCondition.js#L36
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/Dialogs/Conditions/NumericCondition.js#L73
React Hook useEffect has missing dependencies: 'availableLegendSets', 'fetchLegendSets', and 'operator'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/NumericCondition.js#L116
React Hook useEffect has missing dependencies: 'dataEngine', 'legendSet', and 'setLegendSet'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/RepeatableEvents.js#L44
React Hook useEffect has missing dependencies: 'dimensionId' and 'dispatch'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/PeriodDimension/StartEndDate.js#L16
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/MainSidebar/DimensionsList/DimensionsList.js#L51
React Hook useEffect has missing dependencies: 'fetching', 'loading', and 'setIsListEndVisible'. Either include them or remove the dependency array. Mutable values like 'scrollBoxRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
src/components/MainSidebar/ProgramDimensionsPanel/useProgramDataDimensions.js#L326
React Hook useEffect has a missing dependency: 'fetchDimensions'. Either include it or remove the dependency array
|
Lint:
src/components/MainSidebar/ProgramDimensionsPanel/useProgramDataDimensions.js#L340
React Hook useEffect has missing dependencies: 'fetchDimensions' and 'fetching'. Either include them or remove the dependency array
|
Loading