Update packages #791
Annotations
8 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting:
react/src/components/Map/Map.tsx#L71
React Hook useCallback has a missing dependency: 'setSelectedFeatureId'. Either include it or remove the dependency array
|
Linting:
react/src/components/Map/Map.tsx#L126
React Hook useMemo has a missing dependency: 'initialAccumulator'. Either include it or remove the dependency array
|
Linting:
react/src/components/Systems/SystemSelect.tsx#L29
React Hook useEffect has a missing dependency: 'onSystemSelect'. Either include it or remove the dependency array. If 'onSystemSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Linting:
react/src/hooks/environment/useAppConfiguration.ts#L108
React Hook useMemo has a missing dependency: 'basePath'. Either include it or remove the dependency array
|
Linting:
react/src/hooks/projects/useProjects.ts#L71
React Hook useMemo has missing dependencies: 'dsProjectQuery.isSuccess' and 'projectQuery.isSuccess'. Either include them or remove the dependency array
|
Linting:
react/src/pages/Login/Login.tsx#L29
React Hook useEffect has missing dependencies: 'configuration.geoapiUrl', 'isAuthenticated', 'location.search', and 'navigate'. Either include them or remove the dependency array
|
Loading