v4.10.7
honojs/honov4.10.7Nov 26, 2025by yusukebe
AI Summary
This is a minor patch release focused on bug fixes and type improvements. The update addresses issues with validator types, JSX types for hono/jsx/dom, and fixes a TypeError in the Bun adapter. A refactoring also removes unused types which may affect some users.
Key Highlights
- Fixed incomplete types and wrong tests in validator
- Added JSX type support for hono/jsx/dom
- Fixed TypeError in Bun adapter (#4429)
- Deleted unused types `NotSpecified` and `StrictVerifyOptions` as part of type refactoring
- Added config version to bun.lock
Breaking Changes
- The deletion of `NotSpecified` and `StrictVerifyOptions` types may break code that depends on these types
Full Release Notes
## What's Changed * fix(validator): fix incomplete types and wrong tests by @EdamAme-x in https://github.com/honojs/hono/pull/4521 * refactor(types): delete type `NotSpecified` and `StrictVerifyOptions` by @ysknsid25 in https://github.com/honojs/hono/pull/4525 * fix: add JSX type for hono/jsx/dom by @ssssota in https://github.com/honojs/hono/pull/4534 * fix(adapter/bun): fix TypeError: null is not an object (#4429) by @brenc in https://github.com/honojs/hono/pull/4538 * chore: add config version to `bun.lock` by @yusukebe in https://github.com/honojs/hono/pull/4548 ## New Contributors * @ysknsid25 made their first contribution in https://github.com/honojs/hono/pull/4525 * @brenc made their first contribution in https://github.com/honojs/hono/pull/4538 **Full Changelog**: https://github.com/honojs/hono/compare/v4.10.6...v4.10.7