Update dependency @hono/zod-openapi to v1 #227
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~0.19.0→~1.2.0Release Notes
honojs/middleware (@hono/zod-openapi)
v1.2.0Compare Source
Minor Changes
32bc133a58c2a3a79fe386f542eb71fdc5722931Thanks @yusukebe! - feat: introduce$andHonoToOpenAPIHonov1.1.6Compare Source
Patch Changes
64cc1d9b103194d826e8d559104c1191672741a1Thanks @yusukebe! - fix: returnOpenAPIHonofrom onError and onNotFoundv1.1.5Compare Source
Patch Changes
08be39f7d3be7ab53542a35ca82e4af021de2b5eThanks @yusukebe! - fix: correctbasePathtyping fordocanddoc31v1.1.4Compare Source
Patch Changes
#1514
565d0e3e89523da773a3570fd1084f3ed7e41036Thanks @yusukebe! - fix: change middleware type from MiddlewareHandler to HUpdate RouteConfig middleware field type to use H (Handler | MiddlewareHandler union) instead of MiddlewareHandler. This aligns with Hono's on() method type expectations and resolves type errors introduced in Hono v4.10.0+.
The H type is the correct type for handlers passed to Hono's on() method, and this change maintains runtime compatibility while fixing TypeScript compilation errors.
v1.1.3Compare Source
Patch Changes
db68e22a9edee796c8692ef84cdc21be79566718Thanks @BarryThePenguin! - RemoveSimplifyDeepArrayusage, see honojs/hono#4406v1.1.2Compare Source
Patch Changes
5eddc2c0fb7991357ef958c1a5eae9714e0139a8Thanks @eric-poitras! - Use a typeguard for zod to avoid issues when bundling with esbuild.v1.1.1Compare Source
Patch Changes
713a9392f9adf521920d2d814894c4433ae718bf]:v1.1.0Compare Source
Minor Changes
f42a557f47f6e9cba1cbc40ad0cd8c0d798146c0Thanks @yumuranaoki! - Add optional generator options parameter to doc middlewarev1.0.2Compare Source
Patch Changes
e835cf6183fb4717cfdbe156d9b3d423625a0e15Thanks @yusukebe! - fix: correct importingzodv1.0.1Compare Source
Patch Changes
c6a16ab7aa8fba2403d4294e7673f96796020c65]:v1.0.0Compare Source
Major Changes
#1223
845e336ff41d29fa74ec3cf84afc16f5ac0c2c77Thanks @yusukebe! - feat: support Zod v4Zod OpenAPI has been migrated the Zod version from v3 to v4. As a result, the
zodinpeerDependencieshas been updated to 4.0.0 or higher.Although this is not a breaking change, it is a major change, so it is considered a major version upgrade.
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.