chore(deps): bump the supabase group with 2 updates - #13
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Annotations
6 errors
|
Type check
Process completed with exit code 2.
|
|
Type check:
lib/db/posts.ts#L397
Conversion of type '{ damage_level: 2 | 4 | 3 | 1 | 5; estimated_cost_usd: number | null; created_at: string; 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; 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.
|
|
Type check:
lib/db/posts.ts#L342
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.
|
|
Type check:
lib/db/posts.ts#L321
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.
|
|
Type check:
lib/db/posts.ts#L58
Argument of type 'number' is not assignable to parameter of type 'NonNullable<2 | 4 | 3 | 1 | 5>'.
|
|
Type check:
app/api/export/route.ts#L43
Conversion of type '{ case_number: string; title: string; outcome: string; damage_level: 2 | 4 | 3 | 1 | 5; 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.
|
background
wait
wait-all
cancel
parallel
Loading