Skip to content

Update dependency @hono/zod-validator to v0.8.0#6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hono-zod-validator-0.x
Open

Update dependency @hono/zod-validator to v0.8.0#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hono-zod-validator-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@hono/zod-validator (source) 0.7.20.8.0 age confidence

Release Notes

honojs/middleware (@​hono/zod-validator)

v0.8.0

Compare Source

Minor Changes
  • #​1881 e90e4fb30877f3e3f4b0588bdb2bbfc337efbf67 Thanks @​T4ko0522! - fix(zod-validator): surface the default 400 failure response so it propagates to the RPC schema (refs honojs/hono#3746).
    • Widen the no-hook overload return type to MiddlewareHandler<E, P, V, TypedResponse<ZodValidatorFailureBody<T>, 400, 'json'>>, so the default c.json(result, 400) body reaches MergeMiddlewareResponse<M_k> on the Hono side and shows up in hc<typeof app> as a typed 400 branch.
    • Intersect the inferred middleware response with Response (Response & TypedResponse<...>) in both ZodValidatorFailureResponse<T> and ExtractValidationResponse<VF> so a zValidator(...) middleware remains assignable to a plain MiddlewareHandler (avoids a TS2322 regression caused by bare TypedResponse).
    • Collapse the no-hook overload to also accept undefined for the hook parameter together with the options.validationFunction, allowing zValidator(target, schema, undefined, { validationFunction }) to match the typed-failure path.
    • Bump peerDependencies.hono to >=4.10.0 because this PR now relies on the 4-argument MiddlewareHandler<E, P, I, R> signature introduced in Hono v4.10.0; on hono <4.10.0, MiddlewareHandler only accepts 3 type arguments and consumers would hit TS2707 even though peer ranges currently allow it.

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update dependency @hono/zod-validator to v0.7.3 fix(deps): update dependency @hono/zod-validator to v0.7.4 Oct 11, 2025
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 398961e to 2ee43ea Compare October 11, 2025 03:45
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 2ee43ea to 0c9f495 Compare October 25, 2025 15:36
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 0c9f495 to 48a7af9 Compare November 16, 2025 19:43
@renovate renovate Bot changed the title fix(deps): update dependency @hono/zod-validator to v0.7.4 fix(deps): update dependency @hono/zod-validator to v0.7.5 Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 48a7af9 to c68615d Compare November 20, 2025 06:55
@renovate renovate Bot changed the title fix(deps): update dependency @hono/zod-validator to v0.7.5 fix(deps): update dependency @hono/zod-validator to v0.7.6 Dec 19, 2025
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from c68615d to 251b901 Compare December 19, 2025 07:40
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 251b901 to 573ef25 Compare February 3, 2026 03:51
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 573ef25 to 687ac29 Compare February 13, 2026 07:55
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 687ac29 to c0dbfe5 Compare March 14, 2026 05:24
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from c0dbfe5 to 85cc776 Compare March 31, 2026 11:13
@renovate renovate Bot changed the title fix(deps): update dependency @hono/zod-validator to v0.7.6 Update dependency @hono/zod-validator to v0.7.6 Apr 15, 2026
@renovate renovate Bot changed the title Update dependency @hono/zod-validator to v0.7.6 Update dependency @hono/zod-validator to v0.8.0 May 10, 2026
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 85cc776 to 3083eb3 Compare May 10, 2026 07:15
@renovate renovate Bot force-pushed the renovate/hono-zod-validator-0.x branch from 3083eb3 to 4f72200 Compare May 22, 2026 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants