Update dependency hono to v4.12.30 #114

Open
renovate-bot wants to merge 1 commit from renovate/hono-4.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hono (source) 4.12.284.12.30 age adoption passing confidence

Release Notes

honojs/hono (hono)

v4.12.30

Compare Source

What's Changed
  • chore(benchmark/routers): bump deps in #​5107
  • chore(benchmark): remove not used benchmarks in #​5108
  • chore: update to ts6 in prep for ts7 in #​5104
  • fix(cache): deduplicate Cache-Control directives case-insensitively in #​5025
  • fix(compress): do not compress 206 Partial Content responses in #​5020
  • fix(client): replaceUrlParam should not match a param that prefixes another in #​5096
  • fix(method-override): set duplex when forwarding a stream body in query mode in #​5110

Full Changelog: https://github.com/honojs/hono/compare/v4.12.29...v4.12.30

v4.12.29

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.28...v4.12.29


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [hono](https://hono.dev) ([source](https://github.com/honojs/hono)) | [`4.12.28` → `4.12.30`](https://renovatebot.com/diffs/npm/hono/4.12.28/4.12.30) | ![age](https://developer.mend.io/api/mc/badges/age/npm/hono/4.12.30?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hono/4.12.30?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hono/4.12.28/4.12.30?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hono/4.12.28/4.12.30?slim=true) | --- ### Release Notes <details> <summary>honojs/hono (hono)</summary> ### [`v4.12.30`](https://github.com/honojs/hono/releases/tag/v4.12.30) [Compare Source](https://github.com/honojs/hono/compare/v4.12.29...v4.12.30) ##### What's Changed - chore(benchmark/routers): bump deps in [#&#8203;5107](https://github.com/honojs/hono/pull/5107) - chore(benchmark): remove not used benchmarks in [#&#8203;5108](https://github.com/honojs/hono/pull/5108) - chore: update to ts6 in prep for ts7 in [#&#8203;5104](https://github.com/honojs/hono/pull/5104) - fix(cache): deduplicate Cache-Control directives case-insensitively in [#&#8203;5025](https://github.com/honojs/hono/pull/5025) - fix(compress): do not compress 206 Partial Content responses in [#&#8203;5020](https://github.com/honojs/hono/pull/5020) - fix(client): replaceUrlParam should not match a param that prefixes another in [#&#8203;5096](https://github.com/honojs/hono/pull/5096) - fix(method-override): set duplex when forwarding a stream body in query mode in [#&#8203;5110](https://github.com/honojs/hono/pull/5110) **Full Changelog**: <https://github.com/honojs/hono/compare/v4.12.29...v4.12.30> ### [`v4.12.29`](https://github.com/honojs/hono/releases/tag/v4.12.29) [Compare Source](https://github.com/honojs/hono/compare/v4.12.28...v4.12.29) ##### What's Changed - fix(client): merge function headers with per-request headers by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5092](https://github.com/honojs/hono/pull/5092) - chore: fix no-op tsc in test script by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5093](https://github.com/honojs/hono/pull/5093) - fix(lambda-edge): resolve the handler with the value passed to the callback by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5094](https://github.com/honojs/hono/pull/5094) - docs(language): add JSDoc [@&#8203;example](https://github.com/example) to languageDetector by [@&#8203;codebybilal18](https://github.com/codebybilal18) in [#&#8203;5081](https://github.com/honojs/hono/pull/5081) - test(workerd): add `compatibilityDate` by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5100](https://github.com/honojs/hono/pull/5100) - fix(lambda-edge): base64 encode content-encoded response bodies by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5099](https://github.com/honojs/hono/pull/5099) - fix(aws-lambda): treat any non-identity content-encoding as binary by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5101](https://github.com/honojs/hono/pull/5101) - fix(types): strip extra properties from array types in JSONParsed by [@&#8203;Arman-Luthra](https://github.com/Arman-Luthra) in [#&#8203;5103](https://github.com/honojs/hono/pull/5103) - fix(trie-router): match empty wildcard remainder after regexp param by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;5102](https://github.com/honojs/hono/pull/5102) - fix(etag): treat If-None-Match: `*` as a match by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;5084](https://github.com/honojs/hono/pull/5084) ##### New Contributors - [@&#8203;codebybilal18](https://github.com/codebybilal18) made their first contribution in [#&#8203;5081](https://github.com/honojs/hono/pull/5081) - [@&#8203;Arman-Luthra](https://github.com/Arman-Luthra) made their first contribution in [#&#8203;5103](https://github.com/honojs/hono/pull/5103) **Full Changelog**: <https://github.com/honojs/hono/compare/v4.12.28...v4.12.29> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJiYWNrZW5kIiwicmVub3ZhdGUiXX0=-->
renovate-bot force-pushed renovate/hono-4.x from 2c969c5e60 to 274aed655a 2026-07-13 06:02:00 +01:00 Compare
renovate-bot changed title from Update dependency hono to v4.12.29 to Update dependency hono to v4.12.30 2026-07-13 06:02:02 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/hono-4.x:renovate/hono-4.x
git switch renovate/hono-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/hono-4.x
git switch renovate/hono-4.x
git rebase main
git switch main
git merge --ff-only renovate/hono-4.x
git switch renovate/hono-4.x
git rebase main
git switch main
git merge --no-ff renovate/hono-4.x
git switch main
git merge --squash renovate/hono-4.x
git switch main
git merge --ff-only renovate/hono-4.x
git switch main
git merge renovate/hono-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/TicTacToeV2!114
No description provided.