build(deps): bump @fastify/type-provider-typebox from 5.2.0 to 6.1.0 #275
Annotations
19 errors
|
build-and-test (22)
Process completed with exit code 2.
|
|
build-and-test (22):
src/routes/api/users/index.ts#L58
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (22):
src/routes/api/users/index.ts#L45
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (22):
src/routes/api/tasks/index.ts#L318
Argument of type '(this: FastifyInstance<...>, request: FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, { readonly response: { readonly 200: { readonly type: "string"; readonly contentMediaType: "application/gzip"; }; readonly 400: TObject<...>; }; readonly tags: readonly [...]; }, TypeBoxTypeProvider, unknow...' is not assignable to parameter of type 'RouteHandlerMethod<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, RouteGenericInterface, unknown, { ...; }, TypeBoxTypeProvider, FastifyBaseLogger>'.
|
|
build-and-test (22):
src/routes/api/tasks/index.ts#L81
Argument of type '{ author_id: number; status: "new"; name?: string | undefined; assigned_user_id?: number | undefined; }' is not assignable to parameter of type '{ assigned_user_id?: number | undefined; name: string; }'.
|
|
build-and-test (22):
src/routes/api/tasks/index.ts#L31
Argument of type '{ page?: number | undefined; limit?: number | undefined; author_id?: number | undefined; assigned_user_id?: number | undefined; status?: "new" | "in-progress" | "on-hold" | "completed" | "canceled" | "archived" | undefined; order?: "asc" | ... 1 more ... | undefined; }' is not assignable to parameter of type '{ author_id?: number | undefined; assigned_user_id?: number | undefined; status?: "new" | "in-progress" | "on-hold" | "completed" | "canceled" | "archived" | undefined; order?: "asc" | "desc" | undefined; page: number; limit: number; }'.
|
|
build-and-test (22):
src/routes/api/auth/index.ts#L38
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (22):
src/routes/api/auth/index.ts#L34
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (22):
src/routes/api/auth/index.ts#L30
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (24)
The strategy configuration was canceled because "build-and-test._22" failed
|
|
build-and-test (24)
The operation was canceled.
|
|
build-and-test (24):
src/routes/api/users/index.ts#L58
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (24):
src/routes/api/users/index.ts#L45
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (24):
src/routes/api/tasks/index.ts#L318
Argument of type '(this: FastifyInstance<...>, request: FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, { readonly response: { readonly 200: { readonly type: "string"; readonly contentMediaType: "application/gzip"; }; readonly 400: TObject<...>; }; readonly tags: readonly [...]; }, TypeBoxTypeProvider, unknow...' is not assignable to parameter of type 'RouteHandlerMethod<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, RouteGenericInterface, unknown, { ...; }, TypeBoxTypeProvider, FastifyBaseLogger>'.
|
|
build-and-test (24):
src/routes/api/tasks/index.ts#L81
Argument of type '{ author_id: number; status: "new"; name?: string | undefined; assigned_user_id?: number | undefined; }' is not assignable to parameter of type '{ assigned_user_id?: number | undefined; name: string; }'.
|
|
build-and-test (24):
src/routes/api/tasks/index.ts#L31
Argument of type '{ page?: number | undefined; limit?: number | undefined; author_id?: number | undefined; assigned_user_id?: number | undefined; status?: "new" | "in-progress" | "on-hold" | "completed" | "canceled" | "archived" | undefined; order?: "asc" | ... 1 more ... | undefined; }' is not assignable to parameter of type '{ author_id?: number | undefined; assigned_user_id?: number | undefined; status?: "new" | "in-progress" | "on-hold" | "completed" | "canceled" | "archived" | undefined; order?: "asc" | "desc" | undefined; page: number; limit: number; }'.
|
|
build-and-test (24):
src/routes/api/auth/index.ts#L38
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (24):
src/routes/api/auth/index.ts#L34
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
build-and-test (24):
src/routes/api/auth/index.ts#L30
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|