Skip to content

chore(deps)(deps): bump numpy from 2.4.0 to 2.4.2 in /data_pipeline #818

chore(deps)(deps): bump numpy from 2.4.0 to 2.4.2 in /data_pipeline

chore(deps)(deps): bump numpy from 2.4.0 to 2.4.2 in /data_pipeline #818

Triggered via pull request February 2, 2026 00:17
Status Success
Total duration 5m 13s
Artifacts

ci.yml

on: pull_request
Backend Tests
5m 8s
Backend Tests
Backend Linting
25s
Backend Linting
Frontend Tests
1m 1s
Frontend Tests
Frontend Linting
38s
Frontend Linting
Build Docker Images
0s
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