chore(deps): bump the supabase group with 2 updates #72
ci.yml
on: pull_request
Lint & Type Check
1m 16s
Format Check
1m 10s
Build
Annotations
6 errors
|
Lint & Type Check
Process completed with exit code 2.
|
|
Lint & 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.
|
|
Lint & 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.
|
|
Lint & 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.
|
|
Lint & Type Check:
lib/db/posts.ts#L58
Argument of type 'number' is not assignable to parameter of type 'NonNullable<2 | 4 | 3 | 1 | 5>'.
|
|
Lint & 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.
|