Skip to content

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

fix(deps): update dependency ai to ^6.0.224

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

Triggered via pull request July 3, 2026 22:11
Status Failure
Total duration 25s
Artifacts

type-check.yml

on: pull_request
TypeScript Type Check
22s
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'.