Remove deprecated hooks #3275
tests_ci.yml
on: pull_request
Linting
56s
Linting
4m 24s
Package Unit Tests (Jest)
1m 22s
Package Unit Tests (Vitest)
1m 10s
Field CRUD Tests PostgreSQL
1m 24s
Field CRUD Tests SQLite
1m 9s
Field CRUD Tests MySQL
1m 6s
Testing example project
4m 25s
Ensure Next in App directory builds
4m 56s
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.
|