chore(deps): update all non-major dependencies #2801
Annotations
9 errors
Run tests 🧪:
test/types/builder.spec.ts#L70
Expected 1 arguments, but got 0.
|
Run tests 🧪:
test/types/builder.spec.ts#L89
Type '{ test?: string | undefined; testObject?: { subfield?: string | undefined; } | undefined; }[]' does not satisfy the constraint '{ test: string | undefined; testObject: UndefinedAsOptional<SchemaTyper<{ subfield: { type: "string"; }; }, CustomType<string>>> | undefined; }[]'.
|
Run tests 🧪:
test/types/builder.spec.ts#L103
Type '{ test?: number | undefined; bagel?: { subfield?: string | undefined; } | undefined; }[]' does not satisfy the constraint '{ test: number | undefined; bagel: (Partial<Pick<SchemaTyper<{ subfield: { type: "string"; }; }, CustomType<string>>, "subfield">> & Pick<...>) | undefined; }[]'.
|
Run tests 🧪:
test/types/builder.spec.ts#L110
Expected 1 arguments, but got 0.
|
Run tests 🧪:
test/types/builder.spec.ts#L117
Expected 1 arguments, but got 0.
|
Run tests 🧪:
test/types/builder.spec.ts#L126
Expected 1 arguments, but got 0.
|
Run tests 🧪:
test/types/builder.spec.ts#L254
Type '{ _createdAt: string; _updatedAt: string; _id: string; _rev: string; _type: "child"; title?: string | undefined; }[]' does not satisfy the constraint '{ _type: "child"; title: string | undefined; _rev: string; _createdAt: string; _updatedAt: string; _id: string; }[]'.
|
Run tests 🧪:
test/types/fields.ts#L68
Expected 1 arguments, but got 0.
|
Run tests 🧪
Process completed with exit code 2.
|
Loading