Skip to content

chore(hono): Update dependency hono to ^4.12.21#8574

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hono-dev-minor
Open

chore(hono): Update dependency hono to ^4.12.21#8574
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/hono-dev-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 17, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hono (source) ^4.12.15^4.12.21 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

honojs/hono (hono)

v4.12.21

Compare Source

Security fixes

This release includes fixes for the following security issues:

app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths

Affects: app.mount(). Fixes prefix stripping using the raw URL pathname instead of the decoded path, where percent-encoded characters in the mount prefix or path could cause the prefix to be removed at the wrong position, resulting in the sub-application receiving an incorrect path. GHSA-2gcr-mfcq-wcc3

IP Restriction bypasses static deny rules for non-canonical IPv6

Affects: hono/ip-restriction. Fixes IP address comparison using string equality, where non-canonical IPv6 representations of a denied address — such as compressed forms or hex-notation IPv4-mapped addresses — could bypass static deny rules. GHSA-xrhx-7g5j-rcj5

Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection

Affects: hono/cookie. Fixes missing validation of sameSite and priority options against injection characters (;, \r, \n), where user-controlled input passed to either option could inject additional attributes into the Set-Cookie response header. GHSA-3hrh-pfw6-9m5x

JWT middleware accepts any Authorization scheme, not only Bearer

Affects: hono/jwt, hono/jwk. Fixes missing scheme validation in the Authorization header, where any two-part header value was accepted regardless of the scheme name, allowing non-Bearer schemes to pass JWT authentication. GHSA-f577-qrjj-4474


Users who use app.mount(), hono/ip-restriction, hono/cookie, or hono/jwt/hono/jwk are encouraged to upgrade to this version.

v4.12.20

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.19...v4.12.20

v4.12.19

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.18...v4.12.19

v4.12.18

Compare Source

v4.12.17

Compare Source

v4.12.16

Compare Source

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v


Configuration

📅 Schedule: (in timezone GMT)

  • Branch creation
    • "before 7am on the first day of the week"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 17, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment May 24, 2026 12:45am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 17, 2026

⚠️ No Changeset found

Latest commit: 76f8ff9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/hono-dev-minor branch from b0d2577 to 76f8ff9 Compare May 24, 2026 00:44
@renovate renovate Bot changed the title chore(hono): Update dependency hono to ^4.12.18 chore(hono): Update dependency hono to ^4.12.21 May 24, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 24, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8574

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8574

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8574

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8574

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8574

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8574

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8574

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8574

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8574

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8574

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8574

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8574

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8574

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8574

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8574

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8574

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8574

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8574

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8574

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8574

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8574

commit: 76f8ff9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants