Skip to content

chore(deps): bump drizzle-kit from 0.31.9 to 0.31.10 #262

chore(deps): bump drizzle-kit from 0.31.9 to 0.31.10

chore(deps): bump drizzle-kit from 0.31.9 to 0.31.10 #262

Triggered via pull request April 13, 2026 03:32
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Lint, Typecheck & Test
39s
Lint, Typecheck & Test
Docker Build & Push
0s
Docker Build & Push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L785
Replace `(m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name,⏎······` with `.filter((m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L784
Replace `.getModelList().filter(` with `⏎········.getModelList()`
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L780
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L777
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L754
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L739
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/lib/.server/llm/stream-text.ts#L736
Replace `⏎····streamResult:·Awaited<ReturnType<typeof·_streamText>>,⏎··` with `streamResult:·Awaited<ReturnType<typeof·_streamText>>`
Lint, Typecheck & Test: app/components/chat/AssistantMessage.tsx#L124
Expected a block comment instead of consecutive line comments
Lint, Typecheck & Test: app/components/chat/Artifact.tsx#L257
Replace `(⏎····<div⏎······className={cn('text-xs·overflow-x-auto',·className)}⏎······dangerouslySetInnerHTML={{·__html:·html·}}⏎····/>⏎··)` with `<div·className={cn('text-xs·overflow-x-auto',·className)}·dangerouslySetInnerHTML={{·__html:·html·}}·/>`
Lint, Typecheck & Test: app/components/chat/Artifact.tsx#L244
Replace `<code>{displayCode}</code>` with `⏎··········<code>{displayCode}</code>⏎········`
Lint, Typecheck & Test: app/lib/hooks/usePromptEnhancer.ts#L102
Unexpected empty arrow function