Skip to content

chore(deps): bump zustand from 3.7.2 to 4.5.1 #905

chore(deps): bump zustand from 3.7.2 to 4.5.1

chore(deps): bump zustand from 3.7.2 to 4.5.1 #905

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

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
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.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/