Skip to content

Comments

chore(deps): bump hono from 4.11.7 to 4.11.10 in /server#769

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/server/hono-4.11.10
Open

chore(deps): bump hono from 4.11.7 to 4.11.10 in /server#769
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/server/hono-4.11.10

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps hono from 4.11.7 to 4.11.10.

Release notes

Sourced from hono's releases.

v4.11.10

What's Changed

  • fix: fixed to be more properly timing safe (Merge commit from fork 91def7ca)

Full Changelog: honojs/hono@v4.11.9...v4.11.10

v4.11.9

What's Changed

Full Changelog: honojs/hono@v4.11.8...v4.11.9

v4.11.8

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.11.7...v4.11.8

Commits
  • a40d210 4.11.10
  • 91def7c Merge commit from fork
  • 8b17935 test(types): add regression tests for #4388 (routes before .use() with explic...
  • 4a03f4f doc(jwt): mark options.secret as required in JSDoc (#4718)
  • 7300551 chore(ci): bump typescript-go to the latest (#4716)
  • 4b29780 chore: update Zod import examples to use namespace imports (#4715)
  • 69ad885 4.11.9
  • 3d536ff fix: determine if rendered or not by node.vC[0] instead of referring to `no...
  • 0c1d4c7 fix(url): ignore fragment identifiers in getPath() (#4627)
  • 5ca5c3e 4.11.8
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade server to Hono 4.11.10 to pick up a timing‑safe fix and several minor bug fixes in URL handling, bearer auth, and JSX rendering. Improves security and reliability with no breaking changes.

  • Dependencies
    • Bump hono from 4.11.7 to 4.11.10.
    • Notable fixes: timing‑safe comparisons, ignore URL fragments in getPath(), case‑insensitive bearer auth, JSX render checks and context preservation.

Written for commit 343c590. Summary will update on new commits.

Greptile Summary

This PR updates the hono dependency from version 4.11.7 to 4.11.10 in the server package.

Key Changes

Bug fixes

  • Fixed timing-safe comparison for improved security (v4.11.10)
  • Fixed URL fragment identifier handling in getPath() (v4.11.9)
  • Fixed JSX rendering determination logic using node.vC[0] instead of node.pP (v4.11.9)
  • Fixed JSX context preservation when using await before html helper (v4.11.8)
  • Fixed bearer auth scheme to be case-insensitive (v4.11.8)

This is a standard patch-level dependency update with bug fixes and security improvements. The changes are backward-compatible and include important security enhancements related to timing-safe comparisons.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - standard patch-level dependency update
  • This is an automated dependency update from Dependabot that bumps Hono from 4.11.7 to 4.11.10, a patch-level update with bug fixes and security improvements. The changes include timing-safe comparison fixes (security improvement), JSX rendering improvements, bearer auth case-insensitivity fixes, and URL fragment handling fixes. All changes are backward-compatible with no breaking changes.
  • No files require special attention

Important Files Changed

Filename Overview
server/package.json Updated hono from 4.11.7 to 4.11.10 - includes timing-safe comparison fix, JSX rendering improvements, and bearer auth case-insensitivity fix

Last reviewed commit: 15d1aed

@dependabot dependabot bot requested a review from johnyeocx as a code owner February 19, 2026 20:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@dependabot dependabot bot requested a review from ay-rod as a code owner February 19, 2026 20:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@vercel
Copy link

vercel bot commented Feb 19, 2026

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

Project Deployment Actions Updated (UTC)
autumn-vite Ready Ready Preview, Comment Feb 22, 2026 4:24pm

Request Review

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Bumps [hono](https://github.com/honojs/hono) from 4.11.7 to 4.11.10.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.7...v4.11.10)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.11.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants