Skip to content

Bump @fastify/type-provider-json-schema-to-ts from 2.2.2 to 4.0.0 #979

Bump @fastify/type-provider-json-schema-to-ts from 2.2.2 to 4.0.0

Bump @fastify/type-provider-json-schema-to-ts from 2.2.2 to 4.0.0 #979

Triggered via pull request September 23, 2024 08:22
Status Failure
Total duration 42s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/routes/v0.ts#L137
Argument of type 'unknown' is not assignable to parameter of type '{ zip: string; } | { address: string; }'.
build: src/routes/v0.ts#L151
'request.query' is of type 'unknown'.
build: src/routes/v0.ts#L166
Spread types may only be created from object types.
build: src/routes/v1.ts#L63
'request.query' is of type 'unknown'.
build: src/routes/v1.ts#L64
Argument of type 'unknown' is not assignable to parameter of type '{ zip: string; } | { address: string; }'.
build: src/routes/v1.ts#L69
'request.query' is of type 'unknown'.
build: src/routes/v1.ts#L79
'request.query' is of type 'unknown'.
build: src/routes/v1.ts#L93
Spread types may only be created from object types.
build: src/routes/v1.ts#L122
'request.query' is of type 'unknown'.
build: src/routes/v1.ts#L123
Argument of type 'unknown' is not assignable to parameter of type '{ zip: string; } | { address: string; }'.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/