Skip to content

chore(deps): bump zustand from 3.7.2 to 4.5.2 #929

chore(deps): bump zustand from 3.7.2 to 4.5.2

chore(deps): bump zustand from 3.7.2 to 4.5.2 #929

Triggered via pull request April 1, 2024 12:56
Status Failure
Total duration 1m 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/lib/store.ts#L21
Type '(fn: (draft: Draft<T>) => void) => void' does not satisfy the constraint '[keyof StoreMutators<unknown, unknown>, unknown][]'.
test: src/lib/store.ts#L23
Argument of type '(fn: any) => void' is not assignable to parameter of type 'never'.
test: src/lib/store.ts#L23
Parameter 'fn' implicitly has an 'any' type.
test: src/lib/store.ts#L135
Argument of type 'StateCreator<Store, [], [["zustand/persist", { userId: string; darkMode: boolean; font: string; fontSize: number; fontWt: number; lineHeight: number; isRTL: boolean; isCheckSpellOn: boolean; ... 5 more ...; activities: ActivityRecord; }]]>' is not assignable to parameter of type 'StateCreator<Store, [], [], Store>'.
test: src/lib/store.ts#L145
This expression is not callable.
test: src/lib/store.ts#L145
Parameter 'state' implicitly has an 'any' type.
test: src/lib/store.ts#L157
This expression is not callable.
test: src/lib/store.ts#L157
Parameter 'state' implicitly has an 'any' type.
test: src/lib/store.ts#L180
This expression is not callable.
test: src/lib/store.ts#L180
Parameter 'state' implicitly has an 'any' type.