-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @hono/zod-openapi to ^0.18.0 #22
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Walkthrough
Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
fcc14ce
to
7fbc346
Compare
7fbc346
to
42438ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
9-9
: 依存関係の更新を承認しますが、アプリケーションの機能に影響がないか確認してください。
@hono/zod-openapi
のバージョンが^0.11.0
から^0.16.0
に更新されました。新しいバージョンには新機能や修正が含まれている可能性がありますので、アプリケーションが正常に機能するかテストを行うことをお勧めします。
42438ac
to
9b9d785
Compare
9b9d785
to
ddeadd7
Compare
This PR contains the following updates:
^0.11.0
->^0.18.0
Release Notes
honojs/middleware (@hono/zod-openapi)
v0.18.0
Compare Source
Minor Changes
ebd70a0e03c5bb78ba2d39613e10bdc28fe7822b
Thanks @yusukebe! - feat: supportenum
v0.17.1
Compare Source
Patch Changes
bbb48ef368d8277b89cb938207093462addf4be3
Thanks @daniel-pedersen! - infer env type parameter from middlewarev0.17.0
Compare Source
Minor Changes
2eec6f6fd90b00e130db5f0b3cfeff806132d98a
Thanks @oberbeck! - introduce routeMiddleware Env inferencev0.16.4
Compare Source
@hono/zod-openapi
0.16.3
Patch Changes
f6d642afddb31ffb379e71398f6fef534a6621f3
Thanks @lucaschultz! - fix: add target property to parameter of validation hook0.16.2
Patch Changes
98d4ceab9c3eef30d14a457844ce94c3da95b9e9
Thanks @yusukebe! - chore: bump@hono/zod-validator
0.16.1
Patch Changes
eda35847916cf7f7e84289eba29a8e5517615c6b
]:0.16.0
Minor Changes
dadf5ce3c2c134b83420702ca8fe13d6fb8d9390
Thanks @ameinhardt! - Allow multiple mime type response0.15.3
Patch Changes
c3d48868003ebd215074777a4846af208ddab123
Thanks @yusukebe! - fix: supportsrequired
for JSON and Form body0.15.2
Patch Changes
a6ec008fbd8235368b796d2c0edb6adfe8c03cc5
Thanks @yusukebe! - fix: don't validate the body if content-type is mismatched0.15.1
Patch Changes
a04ab70c2c4254eed24efd81d6e5a31553553ec9
Thanks @adjsky! - fix(zod-openapi): infer OpenAPIObjectConfig0.15.0
Minor Changes
f38a6166f6ced37ebea3f7cfcefe91d001b0c3b3
Thanks @DavidHavl! - Support other json content-types such as application/vnd.api+json, application/problem+json, etc.0.14.9
Patch Changes
a405d0870998f131dbc05a44fae0e6df7ff82521
Thanks @paolostyle! - exposeextendZodWithOpenApi
fromzod-to-openapi
0.14.8
Patch Changes
834a97a7b069fe5301f305f18bf271f3842af647
Thanks @yusukebe! - fix: supportcoerce
0.14.7
Patch Changes
b06bde6ef59368e00c7c75f5866687df2ce47bd9
Thanks @yusukebe! - fix: support a base path0.14.6
Patch Changes
375c98b145560c855f9000c523734bb2d31990c9
Thanks @yusukebe! - fix: remove the type error for the hook0.14.5
Patch Changes
053a85c722833b1f670fe667fb80b3cbe88f9a4d
Thanks @yusukebe! - fix: bump@asteasolutions/zod-to-openapi
0.14.4
Patch Changes
9a9de504942358be5a77236231e20f5016b6d1a9
Thanks @yusukebe! - fix: useJSONParsed
for creating a response type0.14.3
Patch Changes
ef9f45ab692c81e1474cfb054f55a2c9fc39bdf8
Thanks @yusukebe! - fix: relax types to support.refine()
for an object0.14.2
Patch Changes
69e53644647c156e5f6df0d981eabcd490c4e60b
Thanks @arjunyel! - Fix OpenAPI yaml with route middleware0.14.1
Patch Changes
aa055494974eb911ec784e6462691aafefd98125
]:0.14.0
Minor Changes
a595e4e260040decd871e271c60c5a07c6db4086
Thanks @taku-hatano! - extract range definitions to StatusCode0.13.0
Minor Changes
eeccd4fc2fd63c9d79d7a4911f80fa94d1680983
Thanks @akineko! - feat(zod-openapi): export RouteConfig type0.12.2
Patch Changes
0a43d2c562f5adb12009f6bdd0e7fb7c06a625e6
Thanks @akineko! - fix(zod-openapi): update RouteHandler type to support MaybePromise0.12.1
Patch Changes
2d5ef8255861482cd62deee3d6616a2e21016d53
Thanks @alexzhang1030! - fix(zod-openapi): return type of handler should be MaybePromise0.12.0
Minor Changes
b03484ba056215f0506894f9156cb1e2963cb450
Thanks @yusukebe! - feat(zod-openapi): support "status code"0.11.1
Patch Changes
88113fae8b5bd5d0a7662a1cca426f522da109b7
Thanks @taku-hatano! - Add Promise to Hook0.11.0
Minor Changes
4660092b9ae446e3a6da32628e1bead361769e8a
Thanks @RomanNabukhotnyi! - Add 'middleware' property for route0.10.1
Patch Changes
110e27246015cac60c8a07cd078c3245b7ddbeeb
Thanks @fumieval! - Make getRoutingPath property of a RouteConfig non-enumerable0.10.0
Minor Changes
1e0d857ef9f756d1217eaccf37a028be7a107d78
Thanks @yusukebe! - feat: bumpzod-to-openapi
supports ESM0.9.10
Patch Changes
9fc8591960ca547cb26a8d32d8f1e2c2f3568b95
Thanks @yusukebe! - fix: bump@hono/zod-validator
0.9.9
Patch Changes
b1f8a5325c3ad5eaa029ca5a82e7ef7adc7e6660
Thanks @hmnd! - fix: base path not included in client types0.9.8
Patch Changes
4875e1c53146d2c67846b8159d3630d465c2a310
]:0.9.7
Patch Changes
d4ca1ce98f33ae67100986613144e9d12fb933b3
Thanks @DavidHavl! - fix: Fix basePath method disregarding defaultHook0.9.6
Patch Changes
168a0a6d684a0750ab95802d6316e562061f786c
Thanks @yusukebe! - fix: handleConflicting names for parameter
0.9.5
Patch Changes
5eeb555
Thanks @yusukebe! - fix: supports named params in nested routes0.9.4
Patch Changes
b8219d9
Thanks @WildEgo! - change: Export Hook in @hono/zod-openapi0.9.3
Patch Changes
7ded22a
Thanks @yusukebe! - fix: bump Hono for peerDependencies and add tests0.9.2
Patch Changes
8178ba0
Thanks @fahchen! - use z.input to infer input types of the request0.9.1
Patch Changes
1568b92
Thanks @yusukebe! - fix: Strict type checking of return values0.9.0
Minor Changes
d4aa8ec
Thanks @Karibash! - Make context accessible in the doc route0.8.6
Patch Changes
ba83a26
Thanks @Karibash! - Make it possible to do method chaining even for doc methods0.8.5
Patch Changes
368c352
Thanks @Karibash! - Fix a bug that slashes were duplicated when mounting a path using the route method0.8.4
Patch Changes
129f468
Thanks @Karibash! - Fix incorrect specification of the exports field in package.json0.8.3
Patch Changes
73ab82a
Thanks @yusukebe! - fix: import types correctly0.8.2
Patch Changes
a80c84b
Thanks @yusukebe! - fix: bump Hono forpeerDependencies
0.8.1
Patch Changes
6ca8e8d
Thanks @yusukebe! - fix: relax input types0.8.0
Minor Changes
2d2fdd0
Thanks @yusukebe! - feat: allows the response to beResponse
not justTypedResponse
.0.7.2
Patch Changes
58167f3
Thanks @yusukebe! - fix: publish as cjs by default0.7.1
Patch Changes
9aefddc
Thanks @ZerNico! - properly convert openapi path type to hono0.7.0
Minor Changes
9c45dbc
Thanks @msutkowski! - Add defaultHook as an option for OpenAPIHonoPatch Changes
#179
047eca5
Thanks @yusukebe! - fix(zod-openapi): enablebasePath()
#176
fb63ef4
Thanks @yusukebe! - fix(zod-openapi): make multiple routes types correct forhc
Updated dependencies [
a9123dd
]:0.6.0
Minor Changes
dbebf74
Thanks @exsjabe! - Export types that allow for separate declaratins of route handlers and hooks0.5.1
Patch Changes
62a97fd
Thanks @yusukebe! - fix(zod-openapi): usez.output
for types after validation0.5.0
Minor Changes
05b8e9a
Thanks @naporin0624! - Add getRoutingPath to the return value of createRoute.0.4.0
Minor Changes
#153
430088e
Thanks @mikestopcontinues! - Merge subapps' spec definitions into main app#153
430088e
Thanks @mikestopcontinues! - Support v3.1 spec output#153
430088e
Thanks @mikestopcontinues! - OpenAPIHono constructor supports init object0.3.1
Patch Changes
804caac
Thanks @yusukebe! - fix(zod-openapi): support multiple params0.3.0
Minor Changes
1006cbc
Thanks @yusukebe! - feat(zod-openapi): makeapp.openAPIRegistry
publicPatch Changes
1bfd648
Thanks @yusukebe! - fix(zod-openapi): fix a type error0.2.0
Minor Changes
f334e99
Thanks @yusukebe! - feat: supportheaders
andcookies
0.1.2
Patch Changes
991b859
Thanks @yusukebe! - fix: bump up Hono version0.1.1
Patch Changes
2dbc823
Thanks @yusukebe! - fix path param format:id
to{id}
0.1.0
Minor Changes
e6b20c6
Thanks @yusukebe! - feat(zod-openapi): support RPC-mode0.0.1
Patch Changes
#121
1233c00
Thanks @yusukebe! - docs: fixed readme#118
7b89803
Thanks @yusukebe! - introduce Zod OpenAPIv0.16.3
Compare Source
Patch Changes
f6d642afddb31ffb379e71398f6fef534a6621f3
Thanks @lucaschultz! - fix: add target property to parameter of validation hookv0.16.2
Compare Source
Patch Changes
98d4ceab9c3eef30d14a457844ce94c3da95b9e9
Thanks @yusukebe! - chore: bump@hono/zod-validator
v0.16.1
Compare Source
Patch Changes
eda35847916cf7f7e84289eba29a8e5517615c6b
]:v0.16.0
Compare Source
Minor Changes
dadf5ce3c2c134b83420702ca8fe13d6fb8d9390
Thanks @ameinhardt! - Allow multiple mime type responsev0.15.3
Compare Source
Patch Changes
c3d48868003ebd215074777a4846af208ddab123
Thanks @yusukebe! - fix: supportsrequired
for JSON and Form bodyv0.15.2
Compare Source
Patch Changes
a6ec008fbd8235368b796d2c0edb6adfe8c03cc5
Thanks @yusukebe! - fix: don't validate the body if content-type is mismatchedv0.15.1
Compare Source
Patch Changes
a04ab70c2c4254eed24efd81d6e5a31553553ec9
Thanks @adjsky! - fix(zod-openapi): infer OpenAPIObjectConfigv0.15.0
Compare Source
Minor Changes
f38a6166f6ced37ebea3f7cfcefe91d001b0c3b3
Thanks @DavidHavl! - Support other json content-types such as application/vnd.api+json, application/problem+json, etc.v0.14.9
Compare Source
Patch Changes
a405d0870998f131dbc05a44fae0e6df7ff82521
Thanks @paolostyle! - exposeextendZodWithOpenApi
fromzod-to-openapi
v0.14.8
Compare Source
Patch Changes
834a97a7b069fe5301f305f18bf271f3842af647
Thanks @yusukebe! - fix: supportcoerce
v0.14.7
Compare Source
Patch Changes
b06bde6ef59368e00c7c75f5866687df2ce47bd9
Thanks @yusukebe! - fix: support a base pathv0.14.6
Compare Source
Patch Changes
375c98b145560c855f9000c523734bb2d31990c9
Thanks @yusukebe! - fix: remove the type error for the hookv0.14.5
Compare Source
Patch Changes
053a85c722833b1f670fe667fb80b3cbe88f9a4d
Thanks @yusukebe! - fix: bump@asteasolutions/zod-to-openapi
v0.14.4
Compare Source
Patch Changes
9a9de504942358be5a77236231e20f5016b6d1a9
Thanks @yusukebe! - fix: useJSONParsed
for creating a response typev0.14.3
Compare Source
Patch Changes
ef9f45ab692c81e1474cfb054f55a2c9fc39bdf8
Thanks @yusukebe! - fix: relax types to support.refine()
for an objectv0.14.2
Compare Source
Patch Changes
69e53644647c156e5f6df0d981eabcd490c4e60b
Thanks @arjunyel! - Fix OpenAPI yaml with route middlewarev0.14.1
Compare Source
Patch Changes
aa055494974eb911ec784e6462691aafefd98125
]:v0.14.0
Compare Source
Minor Changes
a595e4e260040decd871e271c60c5a07c6db4086
Thanks @taku-hatano! - extract range definitions to StatusCodev0.13.0
Compare Source
Minor Changes
eeccd4fc2fd63c9d79d7a4911f80fa94d1680983
Thanks @akineko! - feat(zod-openapi): export RouteConfig typev0.12.2
Compare Source
Patch Changes
0a43d2c562f5adb12009f6bdd0e7fb7c06a625e6
Thanks @akineko! - fix(zod-openapi): update RouteHandler type to support MaybePromisev0.12.1
Compare Source
Patch Changes
2d5ef8255861482cd62deee3d6616a2e21016d53
Thanks @alexzhang1030! - fix(zod-openapi): return type of handler should be MaybePromisev0.12.0
Compare Source
Minor Changes
b03484ba056215f0506894f9156cb1e2963cb450
Thanks @yusukebe! - feat(zod-openapi): support "status code"v0.11.1
Compare Source
Patch Changes
88113fae8b5bd5d0a7662a1cca426f522da109b7
Thanks @taku-hatano! - Add Promise to HookConfiguration
📅 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.