Skip to content

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

fix(deps): update dependency ai to ^6.0.224

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

Triggered via pull request July 4, 2026 22:12
Status Failure
Total duration 38s
Artifacts

type-check.yml

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