fix(deps): update dependency drizzle-zod to ^0.8.0 #1539
Annotations
10 errors
|
lint
dreamsync#check: command (/home/runner/work/prototype/prototype/platforms/dreamSync) /opt/hostedtoolcache/node/22.21.1/x64/bin/pnpm run check exited (2)
|
|
lint
Type 'ZodObject<{ name: ZodString; location: ZodOptional<ZodNullable<ZodString>>; latitude: ZodOptional<ZodNullable<ZodString>>; ... 6 more ...; createdBy: ZodString; }, { ...; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ name: ZodString; userId: ZodString; frequency: ZodString; }, { out: {}; in: {}; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ name: ZodString; userId: ZodString; proficiency: ZodString; }, { out: {}; in: {}; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ userId: ZodString; bio: ZodOptional<ZodNullable<ZodString>>; location: ZodOptional<ZodNullable<ZodString>>; ... 6 more ...; completionPercentage: ZodOptional<...>; }, { ...; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ userId: ZodString; title: ZodString; description: ZodOptional<ZodNullable<ZodString>>; priority: ZodString; status: ZodOptional<...>; }, { ...; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ email: ZodString; password: ZodOptional<ZodNullable<ZodString>>; firstName: ZodOptional<ZodNullable<ZodString>>; lastName: ZodOptional<...>; profileImageUrl: ZodOptional<...>; }, { ...; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Argument of type 'ZodObject<{ [x: string]: any; email?: SomeType | undefined; password?: SomeType | undefined; firstName?: SomeType | undefined; lastName?: SomeType | undefined; profileImageUrl?: SomeType | undefined; }, { ...; }>' is not assignable to parameter of type 'ZodType<any, any, any>'.
|
|
lint
Type 'ZodObject<{ [x: string]: any; email?: SomeType | undefined; password?: SomeType | undefined; firstName?: SomeType | undefined; lastName?: SomeType | undefined; profileImageUrl?: SomeType | undefined; }, { ...; }>' does not satisfy the constraint 'ZodType<any, any, any>'.
|
|
lint
Property '_zod' is missing in type 'ZodString' but required in type 'SomeType'.
|