chore(deps): bump @hono/zod-openapi from 0.11.0 to 0.16.0 #4354
Annotations
10 errors and 1 warning
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; ownerId?: string | string[] | undefined; offset?: 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; ownerId?: string | string[] | undefined; offset?: string | ... 1 more ... | undefined; }; }; out: { ...; }; }, MaybePromise<...>>'.
|
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
api#build: command (/home/runner/work/unkey/unkey/apps/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
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
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
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
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
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
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
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<...>>'.
|
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/
|
Loading