Skip to content

chore(deps): bump @hono/zod-openapi from 1.2.4 to 1.3.0 in the hono group#2234

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-7011481188
Closed

chore(deps): bump @hono/zod-openapi from 1.2.4 to 1.3.0 in the hono group#2234
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/hono-7011481188

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the hono group with 1 update: @hono/zod-openapi.

Updates @hono/zod-openapi from 1.2.4 to 1.3.0

Release notes

Sourced from @​hono/zod-openapi's releases.

@​hono/zod-openapi@​1.3.0

Minor Changes

  • #1752 fe0f8e4b44ca8e78d2ed60ed8591f415cd85eaa9 Thanks @​destroSunRay! - This PR adds two new utilities to improve route definition and registration in @hono/zod-openapi:

    • defineOpenAPIRoute: Provides explicit type safety for route definitions
    • openapiRoutes: Enables batch registration of multiple routes with full type safety
    • Registering many routes individually was repetitive and verbose
    • Type inference for complex route configurations was challenging
    • Organizing routes across multiple files was difficult
    • No built-in support for conditional route registration
    • RPC type safety was hard to maintain across scattered route registrations
    • defineOpenAPIRoute: Wraps route definitions with explicit types for better IDE support and type checking
    • openapiRoutes: Accepts an array of route definitions and registers them all at once
    • Supports addRoute flag for conditional registration
    • Maintains full type safety and RPC support through recursive type merging
    • Enables clean modular organization of routes
    • ✅ Reduced boilerplate code
    • ✅ Better type inference and IDE autocomplete
    • ✅ Easier code organization and maintainability
    • ✅ Declarative conditional routes
    • ✅ Full backward compatibility

    See the updated README for usage examples.

    • All existing tests pass (102/102)
    • Added tests for new functionality
    • Verified type inference works correctly
    • Updated package README with usage examples
Changelog

Sourced from @​hono/zod-openapi's changelog.

1.3.0

Minor Changes

  • #1752 fe0f8e4b44ca8e78d2ed60ed8591f415cd85eaa9 Thanks @​destroSunRay! - This PR adds two new utilities to improve route definition and registration in @hono/zod-openapi:

    • defineOpenAPIRoute: Provides explicit type safety for route definitions
    • openapiRoutes: Enables batch registration of multiple routes with full type safety
    • Registering many routes individually was repetitive and verbose
    • Type inference for complex route configurations was challenging
    • Organizing routes across multiple files was difficult
    • No built-in support for conditional route registration
    • RPC type safety was hard to maintain across scattered route registrations
    • defineOpenAPIRoute: Wraps route definitions with explicit types for better IDE support and type checking
    • openapiRoutes: Accepts an array of route definitions and registers them all at once
    • Supports addRoute flag for conditional registration
    • Maintains full type safety and RPC support through recursive type merging
    • Enables clean modular organization of routes
    • ✅ Reduced boilerplate code
    • ✅ Better type inference and IDE autocomplete
    • ✅ Easier code organization and maintainability
    • ✅ Declarative conditional routes
    • ✅ Full backward compatibility

    See the updated README for usage examples.

    • All existing tests pass (102/102)
    • Added tests for new functionality
    • Verified type inference works correctly
    • Updated package README with usage examples
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the hono group with 1 update: [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi).


Updates `@hono/zod-openapi` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.3.0/packages/zod-openapi)

---
updated-dependencies:
- dependency-name: "@hono/zod-openapi"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hono
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 20, 2026
@github-actions github-actions Bot added the api label Apr 20, 2026
andrew-bierman added a commit that referenced this pull request Apr 24, 2026
Tier 1 (safe patches / devDeps):
- embla-carousel-react 8.5.1 → 8.6.0 (guides, landing, web-ui) — PR #2242
- prettier-plugin-tailwindcss ^0.5.11 → ^0.7.2 (expo devDep) — PR #2228
- @types/node ^22.15.33 → ^25.6.0 (landing devDep) — PR #2245
- @hono/zod-openapi already at catalog: ^1.3.0 — PRs #2243/#2234 superseded

Tier 2 (web-only majors — tsc + biome clean):
- @hookform/resolvers ^3.10.0 → ^5.2.2 (landing, guides) — PRs #2249/#2248
- tailwind-merge ^2.5.5 → ^3.5.0 (guides, landing, expo, admin, web-ui — all workspaces bumped together for manypkg consistency) — PR #2240

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 25, 2026

None of your dependencies match this group anymore, you may need to update your configuration file to remove it or change its rules.

@dependabot dependabot Bot closed this Apr 25, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/hono-7011481188 branch April 25, 2026 23:32
andrew-bierman added a commit that referenced this pull request May 14, 2026
Tier 1 (safe patches / devDeps):
- embla-carousel-react 8.5.1 → 8.6.0 (guides, landing, web-ui) — PR #2242
- prettier-plugin-tailwindcss ^0.5.11 → ^0.7.2 (expo devDep) — PR #2228
- @types/node ^22.15.33 → ^25.6.0 (landing devDep) — PR #2245
- @hono/zod-openapi already at catalog: ^1.3.0 — PRs #2243/#2234 superseded

Tier 2 (web-only majors — tsc + biome clean):
- @hookform/resolvers ^3.10.0 → ^5.2.2 (landing, guides) — PRs #2249/#2248
- tailwind-merge ^2.5.5 → ^3.5.0 (guides, landing, expo, admin, web-ui — all workspaces bumped together for manypkg consistency) — PR #2240

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants