Skip to content

Remove deprecated hooks #3247

Remove deprecated hooks

Remove deprecated hooks #3247

Triggered via pull request February 4, 2025 09:25
Status Failure
Total duration 7m 48s
Artifacts

tests_ci.yml

on: pull_request
Linting
55s
Linting
Linting
5m 8s
Linting
Package Unit Tests (Jest)
1m 22s
Package Unit Tests (Jest)
Package Unit Tests (Vitest)
1m 17s
Package Unit Tests (Vitest)
Field CRUD Tests PostgreSQL
1m 23s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 4s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 14s
Field CRUD Tests MySQL
Testing example project
4m 20s
Testing example project
Ensure Next in App directory builds
4m 49s
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

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.