Skip to content

chore(deps): bump @hono/zod-openapi from 0.11.0 to 0.16.2 #4617

chore(deps): bump @hono/zod-openapi from 0.11.0 to 0.16.2

chore(deps): bump @hono/zod-openapi from 0.11.0 to 0.16.2 #4617

Triggered via pull request September 26, 2024 17:52
Status Failure
Total duration 39m 44s
Artifacts 1

pr.yaml

on: pull_request
Matrix: Test Packages / test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 12 warnings
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis/:apiId/keys", { in: { param: { apiId: string; }; }; out: { param: { apiId: string; }; }; } & { in: { query: { limit?: string | string[] | undefined; offset?: string | string[] | undefined; ownerId?: string | ... 1 more ... | undefined; }; }; out: { ...; }; }>) => Promise<...>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis/:apiId/keys", { in: { param: { apiId: string; }; }; out: { param: { apiId: string; }; }; } & { in: { query: { limit?: string | string[] | undefined; offset?: string | string[] | undefined; ownerId?: string | ... 1 more ... | undefined; }; }; out: { ...; }; }, MaybePromise<...>>'.
Build / Build
api#build: command (/home/runner/work/unkey/unkey/apps/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/keys", { in: { json: { apiId: string; name?: string | undefined; ratelimit?: { limit: number; refillInterval: number; refillRate: number; type?: "fast" | "consistent" | undefined; } | undefined; ... 5 more ...; prefix?: string | undefined; }; }; out: { ...; }; }>) => Promise<...>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/keys", { in: { json: { apiId: string; name?: string | undefined; ratelimit?: { limit: number; refillInterval: number; refillRate: number; type?: "fast" | "consistent" | undefined; } | undefined; ... 5 more ...; prefix?: string | undefined; }; }; out: { ...; }; }, MaybePromise<...>>'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/keys/verify", { in: { json: { key: string; apiId?: string | undefined; }; }; out: { json: { key: string; apiId?: string | undefined; }; }; }>) => Promise<JSONRespondReturn<...> | JSONRespondReturn<...>>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/keys/verify", { in: { json: { key: string; apiId?: string | undefined; }; }; out: { json: { key: string; apiId?: string | undefined; }; }; }, MaybePromise<RouteConfigToTypedResponse<{ deprecated: true; operationId: string; ... 4 more ...; responses: { ...; }; } & { ...; }>>>'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis.createApi", { in: { json: { name: string; }; }; out: { json: { name: string; }; }; }>) => Promise<JSONRespondReturn<{ apiId: `api_${string}`; name: string; }, 200 | 400 | 401 | ... 4 more ... | 500>>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis.createApi", { in: { json: { name: string; }; }; out: { json: { name: string; }; }; }, MaybePromise<RouteConfigToTypedResponse<{ tags: string[]; operationId: string; method: "post"; path: "/v1/apis.createApi"; security: { ...; }[]; request: { ...; }; responses: { ...; }; } & { ...; }>>>'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis.deleteApi", { in: { json: { apiId: string; }; }; out: { json: { apiId: string; }; }; }>) => Promise<JSONRespondReturn<{}, 200 | 400 | 401 | 403 | 404 | 409 | 429 | 500>>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis.deleteApi", { in: { json: { apiId: string; }; }; out: { json: { apiId: string; }; }; }, MaybePromise<RouteConfigToTypedResponse<{ tags: string[]; operationId: string; method: "post"; path: "/v1/apis.deleteApi"; security: { ...; }[]; request: { ...; }; responses: { ...; }; } & { ...; }>>>'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis.deleteKeys", { in: { json: { apiId: string; permanent?: boolean | undefined; }; }; out: { json: { apiId: string; permanent?: boolean | undefined; }; }; }>) => Promise<...>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis.deleteKeys", { in: { json: { apiId: string; permanent?: boolean | undefined; }; }; out: { json: { apiId: string; permanent?: boolean | undefined; }; }; }, MaybePromise<RouteConfigToTypedResponse<{ ...; } & { ...; }>>>'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis.getApi", { in: { query: { apiId: string | string[]; }; }; out: { query: { apiId: string; }; }; }>) => Promise<JSONRespondReturn<{ id: string; workspaceId: string; name: string; }, 200 | ... 6 more ... | 500>>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis.getApi", { in: { query: { apiId: string | string[]; }; }; out: { query: { apiId: string; }; }; }, MaybePromise<RouteConfigToTypedResponse<{ tags: string[]; operationId: string; method: "get"; path: "/v1/apis.getApi"; security: { ...; }[]; request: { ...; }; responses: { ...; }; } & { ...; ...'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/apis.listKeys", { in: { query: { apiId: string | string[]; decrypt?: string | string[] | undefined; limit?: string | string[] | undefined; ownerId?: string | string[] | undefined; externalId?: string | ... 1 more ... | undefined; cursor?: string | ... 1 more ... | undefined; revalidateKeysC...' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/apis.listKeys", { in: { query: { apiId: string | string[]; decrypt?: string | string[] | undefined; limit?: string | string[] | undefined; ownerId?: string | string[] | undefined; externalId?: string | ... 1 more ... | undefined; cursor?: string | ... 1 more ... | undefined; revalidateKeysCache...'.
Build / Build
Argument of type '(c: Context<HonoEnv, "/v1/identities.createIdentity", { in: { json: { externalId: string; meta?: Record<string, unknown> | undefined; ratelimits?: { name: string; limit: number; duration: number; }[] | undefined; }; }; out: { ...; }; }>) => Promise<...>' is not assignable to parameter of type 'Handler<HonoEnv, "/v1/identities.createIdentity", { in: { json: { externalId: string; meta?: Record<string, unknown> | undefined; ratelimits?: { name: string; limit: number; duration: number; }[] | undefined; }; }; out: { ...; }; }, MaybePromise<...>>'.
Test API / API Test Local
Process completed with exit code 17.
Test Packages / Test ./internal/id
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build / Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./internal/encryption
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./internal/resend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./internal/keys
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./internal/billing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./packages/hono
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./packages/nextjs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./packages/api
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./packages/cache
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./packages/rbac
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Packages / Test ./internal/hash
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
11057592453-4617-api.logs
138 Bytes