Skip to content

fix(deps): update dependency ai to ^6.0.224 #2285

fix(deps): update dependency ai to ^6.0.224

fix(deps): update dependency ai to ^6.0.224 #2285

Triggered via pull request June 16, 2026 01:05
Status Failure
Total duration 35s
Artifacts

type-check.yml

on: pull_request
TypeScript Type Check
26s
TypeScript Type Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
TypeScript Type Check
Process completed with exit code 2.
TypeScript Type Check: src/features/assistant/contexts/chat-context.tsx#L65
Argument of type 'UIMessage<unknown, UIDataTypes, UITools>[]' is not assignable to parameter of type 'UIMessage<unknown, UIDataTypes, UITools>[] | ((messages: UIMessage<unknown, UIDataTypes, UITools>[]) => UIMessage<unknown, UIDataTypes, UITools>[])'.
TypeScript Type Check: src/features/assistant/contexts/chat-context.tsx#L43
Type '(messages: UIMessage<unknown, UIDataTypes, UITools>[] | ((messages: UIMessage<unknown, UIDataTypes, UITools>[]) => UIMessage<unknown, UIDataTypes, UITools>[])) => void' is not assignable to type '(messages: UIMessage<unknown, UIDataTypes, UITools>[]) => void'.