Skip to content

chore: update dependencies and improve TypeScript types #5

chore: update dependencies and improve TypeScript types

chore: update dependencies and improve TypeScript types #5

Triggered via push December 17, 2025 13:22
Status Success
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: app/page.tsx#L46
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L166
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L155
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/maintenance/MaintenanceClient.tsx#L58
React function component "MaintenanceClient" should be wrapped with React.memo(...)
Lint: app/boards/new/CreateBoardForm.tsx#L131
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/boards/new/CreateBoardForm.tsx#L104
Avoid creating a new function call for className on each render. Prefer a stable string, template literal, or a memoized result of a classnames utility
Lint: app/boards/new/CreateBoardForm.tsx#L39
React function component "CreateBoardForm" should be wrapped with React.memo(...)
Lint: app/boards/BoardsLayoutClient.tsx#L18
React function component "BoardsLayoutClient" should be wrapped with React.memo(...)
Lint: app/board/[id]/BoardPageClient.tsx#L40
React function component "BoardPageClient" should be wrapped with React.memo(...)
Lint: app/board/BoardLayoutClient.tsx#L18
React function component "BoardLayoutClient" should be wrapped with React.memo(...)