Skip to content

fix(add-data): relabel "Insert before" to "Insert below" (#973) (#975) #2189

fix(add-data): relabel "Insert before" to "Insert below" (#973) (#975)

fix(add-data): relabel "Insert before" to "Insert below" (#973) (#975) #2189

Triggered via push June 28, 2026 23:51
Status Success
Total duration 5m 7s
Artifacts

ci.yml

on: push
E2E smoke (Playwright)
5m 3s
E2E smoke (Playwright)
Validate CITATION.cff
13s
Validate CITATION.cff
Build and test
3m 46s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test: apps/geolibre-desktop/src/hooks/usePlugins.ts#L364
React Hook useEffect has a missing dependency: 'mapControllerRef'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/processing/ProcessingDialog.tsx#L715
React Hook useEffect has a missing dependency: 'selectedTool'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/panels/StylePanel.tsx#L1188
React Hook useEffect has a missing dependency: 'layer'. Either include it or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/panels/LayerPanel.tsx#L1067
The ref value 'refreshStatusTimersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'refreshStatusTimersRef.current' to a variable inside the effect, and use that variable in the cleanup function
Build and test: apps/geolibre-desktop/src/components/panels/LayerPanel.tsx#L1063
The ref value 'refreshTimersRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'refreshTimersRef.current' to a variable inside the effect, and use that variable in the cleanup function
Build and test: apps/geolibre-desktop/src/components/panels/ColumnExplorerDialog.tsx#L93
React Hook useMemo has missing dependencies: 'columns' and 'scopedRows'. Either include them or remove the dependency array
Build and test: apps/geolibre-desktop/src/components/layout/ManagePluginsDialog.tsx#L192
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/DesktopShell.tsx#L1362
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#L1222
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#L67
The 'chat' logical expression could make the dependencies of useEffect Hook (at line 213) change on every render. To fix this, wrap the initialization of 'chat' in its own useMemo() Hook
E2E smoke (Playwright)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/