Skip to content

Remove deprecated hooks #2339

Remove deprecated hooks

Remove deprecated hooks #2339

Triggered via pull request July 8, 2024 04:56
Status Failure
Total duration 2h 51m 56s
Artifacts

tests_ci.yml

on: pull_request
Linting
1m 10s
Linting
Package Unit Tests
2m 5s
Package Unit Tests
Field CRUD Tests PostgreSQL
1m 40s
Field CRUD Tests PostgreSQL
Field CRUD Tests SQLite
1m 28s
Field CRUD Tests SQLite
Field CRUD Tests MySQL
1m 29s
Field CRUD Tests MySQL
Testing example project
4m 21s
Testing example project
Ensure Next in App directory builds
4m 37s
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

21 errors
Linting: packages/core/src/fields/types/bigInt/index.ts#L107
Object literal may only specify known properties, and 'validateInput' does not exist in type 'FieldHooks<BaseListTypeInfo, string>'.
Linting: packages/core/src/fields/types/bigInt/index.ts#L107
Parameter 'args' implicitly has an 'any' type.
Linting: packages/core/src/fields/types/bigInt/index.ts#L131
Property 'validateInput' does not exist on type 'FieldHooks<ListTypeInfo, ListTypeInfo["fields"]>'.
Linting: packages/core/src/fields/types/bigInt/index.ts#L132
Property 'validateInput' does not exist on type 'FieldHooks<ListTypeInfo, ListTypeInfo["fields"]>'.
Linting: packages/core/src/fields/types/calendarDay/index.ts#L81
Object literal may only specify known properties, and 'validateInput' does not exist in type 'FieldHooks<BaseListTypeInfo, string>'.
Linting: packages/core/src/fields/types/calendarDay/index.ts#L81
Parameter 'args' implicitly has an 'any' type.
Linting: packages/core/src/fields/types/calendarDay/index.ts#L87
Property 'validateInput' does not exist on type 'FieldHooks<ListTypeInfo, ListTypeInfo["fields"]>'.
Linting: packages/core/src/fields/types/decimal/index.ts#L127
Object literal may only specify known properties, and 'validateInput' does not exist in type 'FieldHooks<BaseListTypeInfo, string>'.
Linting: packages/core/src/fields/types/decimal/index.ts#L127
Parameter 'args' implicitly has an 'any' type.
Linting: packages/core/src/fields/types/decimal/index.ts#L143
Property 'validateInput' does not exist on type 'FieldHooks<ListTypeInfo, ListTypeInfo["fields"]>'.
API Tests SQLite (1)
Process completed with exit code 1.
API Tests PostgreSQL (1)
Process completed with exit code 1.
Field CRUD Tests MySQL
Process completed with exit code 1.
Field CRUD Tests SQLite
Process completed with exit code 1.
API Tests MySQL (1)
Process completed with exit code 1.
Field CRUD Tests PostgreSQL
Process completed with exit code 1.
API Tests PostgreSQL (2)
Process completed with exit code 1.
API Tests MySQL (2)
Process completed with exit code 1.
API Tests SQLite (2)
Process completed with exit code 1.
Testing example project
Process completed with exit code 1.
Integration tests for Admin UI (live-reloading.test.ts)
Process completed with exit code 1.