Skip to content

chore: bump version to 1.1.0 #36

chore: bump version to 1.1.0

chore: bump version to 1.1.0 #36

Triggered via push January 6, 2026 13:00
Status Success
Total duration 1m 8s
Artifacts

ci.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test (22)
React Hook useCallback has a missing dependency: 'handleDelete'. Either include it or remove the dependency array
build-and-test (22)
React Hook useCallback has missing dependencies: 'handleCopyToResult' and 'handleDeleteItem'. Either include them or remove the dependency array
build-and-test (22): client/src/components/Routine/RoutineView.tsx#L411
React Hook useMemo has missing dependencies: 'dayTabs' and 'renderRoutineList'. Either include them or remove the dependency array
build-and-test (22): client/src/components/Routine/RoutineView.tsx#L43
The 'yearlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 191) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'yearlyRoutines' in its own useMemo() Hook
build-and-test (22): client/src/components/Routine/RoutineView.tsx#L42
The 'quarterlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 170) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'quarterlyRoutines' in its own useMemo() Hook
build-and-test (22): client/src/components/Routine/RoutineView.tsx#L41
The 'monthlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 140) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'monthlyRoutines' in its own useMemo() Hook
build-and-test (20)
React Hook useCallback has a missing dependency: 'handleDelete'. Either include it or remove the dependency array
build-and-test (20)
React Hook useCallback has missing dependencies: 'handleCopyToResult' and 'handleDeleteItem'. Either include them or remove the dependency array
build-and-test (20): client/src/components/Routine/RoutineView.tsx#L411
React Hook useMemo has missing dependencies: 'dayTabs' and 'renderRoutineList'. Either include them or remove the dependency array
build-and-test (20): client/src/components/Routine/RoutineView.tsx#L43
The 'yearlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 191) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'yearlyRoutines' in its own useMemo() Hook
build-and-test (20): client/src/components/Routine/RoutineView.tsx#L42
The 'quarterlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 170) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'quarterlyRoutines' in its own useMemo() Hook
build-and-test (20): client/src/components/Routine/RoutineView.tsx#L41
The 'monthlyRoutines' logical expression could make the dependencies of useMemo Hook (at line 140) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'monthlyRoutines' in its own useMemo() Hook