Remove deprecated hooks #3247
tests_ci.yml
on: pull_request
Linting
55s
Linting
5m 8s
Package Unit Tests (Jest)
1m 22s
Package Unit Tests (Vitest)
1m 17s
Field CRUD Tests PostgreSQL
1m 23s
Field CRUD Tests SQLite
1m 4s
Field CRUD Tests MySQL
1m 14s
Testing example project
4m 20s
Ensure Next in App directory builds
4m 49s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
12 errors
Linting:
packages/core/src/fields/types/select/index.ts#L102
Argument of type 'ValidateFieldHook<BaseListTypeInfo, "create" | "update" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
|
Linting:
packages/core/src/fields/types/select/index.ts#L103
Argument of type 'ValidateFieldHook<BaseListTypeInfo, "create" | "update" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
|
Linting:
packages/fields-document/src/structure.ts#L51
Type '(args: any) => Promise<any>' has no properties in common with type '{ create?: ResolveInputFieldHook<BaseListTypeInfo, "create", string> | undefined; update?: ResolveInputFieldHook<BaseListTypeInfo, "update", string> | undefined; }'.
|
Linting:
packages/fields-document/src/structure.ts#L51
Parameter 'args' implicitly has an 'any' type.
|
Linting:
packages/fields-document/src/structure.ts#L66
This expression is not callable.
|
Linting
Process completed with exit code 2.
|
Linting:
packages/core/src/fields/types/select/index.ts#L102
Argument of type 'ValidateFieldHook<BaseListTypeInfo, "create" | "update" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
|
Linting:
packages/core/src/fields/types/select/index.ts#L103
Argument of type 'ValidateFieldHook<BaseListTypeInfo, "create" | "update" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
|
Linting:
packages/fields-document/src/structure.ts#L51
Type '(args: any) => Promise<any>' has no properties in common with type '{ create?: ResolveInputFieldHook<BaseListTypeInfo, "create", string> | undefined; update?: ResolveInputFieldHook<BaseListTypeInfo, "update", string> | undefined; }'.
|
Linting:
packages/fields-document/src/structure.ts#L51
Parameter 'args' implicitly has an 'any' type.
|
Linting:
packages/fields-document/src/structure.ts#L66
This expression is not callable.
|
Linting
Process completed with exit code 2.
|