Skip to content

docs: update embedded docs loading and search in index #7

docs: update embedded docs loading and search in index

docs: update embedded docs loading and search in index #7

Triggered via push March 18, 2026 10:19
Status Success
Total duration 50s
Artifacts

ci-master.yml

on: push
Detect changed paths
4s
Detect changed paths
Backend smoke checks
42s
Backend smoke checks
Frontend lint and build
47s
Frontend lint and build
Docs build (docs changes only)
19s
Docs build (docs changes only)
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Detect changed paths
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, dorny/paths-filter@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Docs build (docs changes only)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend smoke checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend lint and build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Frontend lint and build: frontend/src/pages/SettingsPage.jsx#L802
React Hook useEffect has a missing dependency: 'DEFAULTS'. Either include it or remove the dependency array
Frontend lint and build: frontend/src/pages/DaySummary.jsx#L645
React Hook useMemo has unnecessary dependencies: 'idleMinutes' and 'screenMinutes'. Either exclude them or remove the dependency array
Frontend lint and build: frontend/src/pages/DaySummary.jsx#L632
React Hook useEffect has missing dependencies: 'data', 'focusData', 'hourly', 'prevWellbeing', and 'stats'. Either include them or remove the dependency array. If 'setInsights' needs the current value of 'data', you can also switch to useReducer instead of useState and read 'data' in the reducer
Frontend lint and build: frontend/src/pages/AppsPage.jsx#L82
React Hook useEffect has missing dependencies: 'expanded' and 'fetchSites'. Either include them or remove the dependency array
Frontend lint and build: frontend/src/WellbeingDashboard.jsx#L477
React Hook useEffect has missing dependencies: 'applyData', 'data', 'fetchDate', 'onDisconnect', and 'prefetchNeighbors'. Either include them or remove the dependency array. If 'onDisconnect' changes too often, find the parent component that defines it and wrap that definition in useCallback