Skip to content

dashboard: improve #6287

dashboard: improve

dashboard: improve #6287

Triggered via pull request August 4, 2026 18:44
Status Success
Total duration 46s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
autofix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-control-regex): packages/theme-store/src/custom-theme.ts#L13
Unexpected control characters
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L19
Identifier 'durationDowntimeMs' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L17
Type 'WeightedInterval' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L10
Type 'CoverageSegment' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L5
Identifier 'LEGACY_IMPACT_WEIGHT' is imported but never used.
eslint(no-unused-vars): packages/api/src/router/statusPage.utils.ts#L4
Identifier 'impactUptimeWeight' is imported but never used.
react-hooks(exhaustive-deps): apps/dashboard/src/components/controls-search/popover-date.tsx#L108
React Hook useEffect has missing dependencies: 'range.to', 'setTo', 'setFrom', and 'range.from'
react-hooks(exhaustive-deps): apps/web/src/app/(landing)/play/cdn-checker/client.tsx#L192
React Hook useEffect has missing dependencies: 'urlParam', and 'runCheck'