Skip to content

Remove deprecated hooks #2716

Remove deprecated hooks

Remove deprecated hooks #2716

Triggered via pull request September 5, 2024 02:43
Status Failure
Total duration 25m 53s
Artifacts

tests_ci.yml

on: pull_request
Linting
1m 4s
Linting
Linting
4m 53s
Linting
Package Unit Tests
2m 12s
Package Unit Tests
Field CRUD Tests PostgreSQL
1m 30s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 11s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 17s
Field CRUD Tests MySQL
Testing example project
4m 17s
Testing example project
Ensure Next in App directory builds
4m 50s
Ensure Next in App directory builds
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Linting: packages/core/src/fields/types/select/index.ts#L102
Argument of type 'ValidateFieldHook<BaseListTypeInfo, "update" | "create" | "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, "update" | "create" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
Linting: packages/fields-document/src/structure.ts#L53
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#L53
Parameter 'args' implicitly has an 'any' type.
Linting: packages/fields-document/src/structure.ts#L68
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, "update" | "create" | "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, "update" | "create" | "delete", string> | undefined' is not assignable to parameter of type '((r: unknown) => MaybePromise<void>) | undefined'.
Linting: packages/fields-document/src/structure.ts#L53
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#L53
Parameter 'args' implicitly has an 'any' type.
Linting: packages/fields-document/src/structure.ts#L68
This expression is not callable.
Linting
Process completed with exit code 2.
Integration tests for Admin UI (live-reloading.test.ts)
Process completed with exit code 1.