Skip to content

test(import): fix stale QGIS nested group name expectation #4090

test(import): fix stale QGIS nested group name expectation

test(import): fix stale QGIS nested group name expectation #4090

Triggered via pull request July 31, 2026 22:41
Status Success
Total duration 6m 59s
Artifacts

ci.yml

on: pull_request
Dependency audit
11s
Dependency audit
E2E smoke (Playwright)
6m 55s
E2E smoke (Playwright)
Validate CITATION.cff
16s
Validate CITATION.cff
Build and test
4m 54s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L359
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L346
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L307
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L265
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L187
React Hook useMemo has an unnecessary dependency: 'managerVersion'. Either exclude it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L171
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/LoadFeaturesIntoEditorDialog.tsx#L180
React Hook useEffect has a missing dependency: 'mapControllerRef'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1644
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/DesktopShell.tsx#L1518
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/CollaborationStatusBadge.tsx#L64
The 'chat' logical expression could make the dependencies of useEffect Hook (at line 208) change on every render. To fix this, wrap the initialization of 'chat' in its own useMemo() Hook