Skip to content

chore(deps): update devdependency expect-type to v0.19.0 #2460

chore(deps): update devdependency expect-type to v0.19.0

chore(deps): update devdependency expect-type to v0.19.0 #2460

Triggered via pull request February 26, 2024 21:34
Status Failure
Total duration 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
ci: test/types/builder.spec.ts#L69
Expected 1 arguments, but got 0.
ci: test/types/builder.spec.ts#L88
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; }[]'.
ci: test/types/builder.spec.ts#L102
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; }[]'.
ci: test/types/builder.spec.ts#L109
Expected 1 arguments, but got 0.
ci: test/types/builder.spec.ts#L116
Expected 1 arguments, but got 0.
ci: test/types/builder.spec.ts#L125
Expected 1 arguments, but got 0.
ci: test/types/builder.spec.ts#L251
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; }[]'.
ci: test/types/fields.ts#L63
Expected 1 arguments, but got 0.
ci
Process completed with exit code 1.
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.