Skip to content

chore(deps): update all biome dependencies to v2.3.13 (#8044) #11

chore(deps): update all biome dependencies to v2.3.13 (#8044)

chore(deps): update all biome dependencies to v2.3.13 (#8044) #11

Triggered via push February 5, 2026 12:23
Status Success
Total duration 4m 38s
Artifacts

test_fe.yaml

on: push
changes
7s
changes
🧹 Lint frontend
2m 30s
🧹 Lint frontend
🧪 Test frontend
4m 24s
🧪 Test frontend
📦 Build frontend
1m 49s
📦 Build frontend
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🧹 Lint frontend: frontend/src/components/editor/chrome/panels/outline/useActiveOutline.tsx#L78
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
🧹 Lint frontend: frontend/src/components/editor/cell/useShouldShowInterrupt.ts#L18
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
🧹 Lint frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L406
This effect only uses props. Consider lifting the logic up to the parent
🧹 Lint frontend: frontend/src/components/editor/cell/code/cell-editor.tsx#L253
React Hook useMemo has a missing dependency: 'userConfig.ai?.inline_tooltip'. Either include it or remove the dependency array
🧹 Lint frontend: frontend/src/components/editor/alerts/startup-logs-alert.tsx#L36
React Hook useEffect has a missing dependency: 'handleClear'. Either include it or remove the dependency array
🧹 Lint frontend: frontend/src/components/editor/ai/ai-completion-editor.tsx#L157
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🧹 Lint frontend: frontend/src/components/editor/actions/useHideAllMarkdownCode.ts#L52
React Hook useCallback has a missing dependency: 'saveCellConfig'. Either include it or remove the dependency array
🧹 Lint frontend: frontend/src/components/data-table/SearchBar.tsx#L36
Avoid adjusting state when a prop changes. Instead, adjust the state directly during render, or refactor your state to avoid this need entirely
🧹 Lint frontend: frontend/src/components/chat/acp/agent-panel.tsx#L879
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
🧹 Lint frontend: frontend/src/components/chat/acp/agent-panel.tsx#L753
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior