Skip to content

chore(deps)(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /frontend #821

chore(deps)(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /frontend

chore(deps)(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /frontend #821

Triggered via pull request February 3, 2026 20:58
Status Success
Total duration 4m 58s
Artifacts

ci.yml

on: pull_request
Backend Tests
4m 54s
Backend Tests
Backend Linting
23s
Backend Linting
Frontend Tests
55s
Frontend Tests
Frontend Linting
35s
Frontend Linting
Build Docker Images
Build Docker Images
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Frontend Linting: frontend/src/components/comparison/BarChartView.tsx#L57
Unexpected any. Specify a different type
Frontend Linting: frontend/src/components/common/OfflineIndicator.tsx#L71
`'` can be escaped with `'`, `‘`, `'`, `’`
Frontend Linting: frontend/src/components/charts/__tests__/PatternOverlay.test.tsx#L17
Unexpected any. Specify a different type
Frontend Linting: frontend/src/components/charts/__tests__/PatternOverlay.test.tsx#L13
Unexpected any. Specify a different type
Frontend Linting: frontend/src/components/charts/PatternOverlay.tsx#L92
React Hook useEffect has a missing dependency: 'updateOverlay'. Either include it or remove the dependency array
Frontend Linting: frontend/src/components/charts/DrawingTools.tsx#L224
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Linting: frontend/src/components/charts/DrawingTools.tsx#L154
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Linting: frontend/src/components/charts/DrawingTools.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend Linting: frontend/src/components/charts/AdvancedChart.tsx#L171
React Hook useEffect has a missing dependency: 'createChartOptions'. Either include it or remove the dependency array
Frontend Linting: frontend/src/components/charts/AdvancedChart.tsx#L169
The ref value 'indicatorSeriesRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'indicatorSeriesRef.current' to a variable inside the effect, and use that variable in the cleanup function