fix(deps): update dependency zod to v4 #3723
Annotations
10 errors
|
Run pnpm tsc:
src/base.ts#L84
Type 'ZodOptional<ZodString>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L68
Type 'ZodPipe<ZodUnion<readonly [ZodString, ZodObject<{ github: ZodString; npm: ZodString; }, $strip>]>, ZodTransform<{ github: string; npm: string; }, string | { ...; }>>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L65
Type 'ZodObject<{ development: ZodOptional<ZodString>; readme: ZodObject<{ additional: ZodOptional<ZodString>; explainer: ZodOptional<ZodString>; footnotes: ZodOptional<...>; usage: ZodOptional<...>; }, $strip>; }, $strip>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L64
Type 'ZodString' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L60
Type 'ZodDefault<ZodString>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L56
Type 'ZodOptional<ZodArray<ZodObject<{ avatar_url: ZodString; contributions: ZodArray<ZodString>; login: ZodString; name: ZodString; profile: ZodString; }, $strip>>>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L53
Expected 2-3 arguments, but got 1.
|
|
Run pnpm tsc:
src/base.ts#L52
Type 'ZodOptional<ZodUnion<readonly [ZodString, ZodRecord<ZodString, SomeType>]>>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L48
Type 'ZodOptional<ZodString>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
|
Run pnpm tsc:
src/base.ts#L45
Type 'ZodUnion<readonly [ZodLiteral<"public">, ZodLiteral<"restricted">]>' is missing the following properties from type 'ZodType<any, any, any>': _type, _parse, _getType, _getOrReturnCtx, and 7 more.
|
Loading