Skip to content

chore(deps): bump the supabase group across 1 directory with 2 updates #154

chore(deps): bump the supabase group across 1 directory with 2 updates

chore(deps): bump the supabase group across 1 directory with 2 updates #154

Triggered via pull request August 12, 2026 14:05
Status Failure
Total duration 1m 5s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint & Type Check
Process completed with exit code 2.
Lint & Type Check: lib/db/posts.ts#L563
Conversion of type '{ damage_level: 2 | 4 | 5 | 1 | 3; estimated_cost_usd: number | null; created_at: string; source_published_at: string | null; agents: SelectQueryError<"could not find the relation between posts and agents">; post_tags: SelectQueryError<...>; }[]' to type '{ damage_level: number; estimated_cost_usd: number | null; created_at: string; source_published_at: string | null; agents: { slug: string; name: string; } | null; post_tags: { tags: { slug: string; label: string; } | null; }[]; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Lint & Type Check: lib/db/posts.ts#L422
Conversion of type '{ damage_level: 2 | 4 | 5 | 1 | 3; estimated_cost_usd: number | null; created_at: string; source_published_at: string | null; agents: SelectQueryError<"could not find the relation between posts and agents">; post_tags: SelectQueryError<...>; }[]' to type '{ damage_level: number; estimated_cost_usd: number | null; created_at: string; source_published_at: string | null; agents: { slug: string; name: string; } | null; post_tags: { tags: { slug: string; label: string; } | null; }[]; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Lint & Type Check: lib/db/posts.ts#L367
Conversion of type '{ tags: SelectQueryError<"could not find the relation between post_tags and tags">; posts: SelectQueryError<"could not find the relation between post_tags and posts">; }[]' to type '{ tags: { slug: string; } | null; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Lint & Type Check: lib/db/posts.ts#L346
Conversion of type '{ agents: SelectQueryError<"could not find the relation between posts and agents">; }[]' to type '{ agents: { slug: string; } | null; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Lint & Type Check: lib/db/posts.ts#L66
Argument of type 'number' is not assignable to parameter of type 'NonNullable<2 | 4 | 5 | 1 | 3>'.
Lint & Type Check: app/api/export/route.ts#L43
Conversion of type '{ case_number: string; title: string; outcome: string; damage_level: 2 | 4 | 5 | 1 | 3; estimated_cost_usd: number | null; vote_score: number; created_at: string; is_anonymous: boolean; submitter_handle: string | null; agents: SelectQueryError<...>; post_tags: SelectQueryError<...>; }[]' to type '{ case_number: string; title: string; outcome: string; damage_level: number; estimated_cost_usd: number | null; vote_score: number; created_at: string; is_anonymous: boolean; submitter_handle: string | null; agents: { ...; } | null; post_tags: { ...; }[]; }[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.