Skip to content

chore(deps/api): bump @hono/zod-openapi from 1.2.4 to 1.3.0 in /packages/api#2243

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/api/hono/zod-openapi-1.3.0
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added api dependencies Pull requests that update a dependency file labels 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

Looks like @hono/zod-openapi is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 25, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/api/hono/zod-openapi-1.3.0 branch April 25, 2026 23:33
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