Skip to content

[Snyk] Security upgrade react-router-dom from 7.8.2 to 7.12.0 #480

[Snyk] Security upgrade react-router-dom from 7.8.2 to 7.12.0

[Snyk] Security upgrade react-router-dom from 7.8.2 to 7.12.0 #480

Triggered via pull request February 13, 2026 10:41
Status Failure
Total duration 37s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
eslint
Process completed with exit code 1.
eslint: src/client/components/Map.tsx#L68
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
eslint: src/client/components/Map.tsx#L68
Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
eslint: src/client/hooks/usePopup.ts#L17
'value' is defined but never used
eslint: src/client/hooks/useData.ts#L4
'e' is defined but never used
eslint: src/client/components/PopupContent.tsx#L43
React Hook useEffect has missing dependencies: 'getUrlParameterValue' and 'updated'. Either include them or remove the dependency array
eslint: src/client/components/Marker.tsx#L8
'marker' is defined but never used
eslint: src/client/components/Map.tsx#L166
'index' is defined but never used
eslint: src/client/components/Map.tsx#L87
React Hook useEffect has missing dependencies: 'cleanEntries', 'getClassName', 'getUrlParameterValue', and 'lastEntry'. Either include them or remove the dependency array