Skip to content

chore(deps-dev): bump hono from 4.11.9 to 4.12.3 in /test/harness in the npm_and_yarn group across 1 directory#595

Merged
patniko merged 1 commit intomainfrom
dependabot/npm_and_yarn/test/harness/npm_and_yarn-eba8826b15
Feb 27, 2026
Merged

chore(deps-dev): bump hono from 4.11.9 to 4.12.3 in /test/harness in the npm_and_yarn group across 1 directory#595
patniko merged 1 commit intomainfrom
dependabot/npm_and_yarn/test/harness/npm_and_yarn-eba8826b15

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm_and_yarn group with 1 update in the /test/harness directory: hono.

Updates hono from 4.11.9 to 4.12.3

Release notes

Sourced from hono's releases.

v4.12.3

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.2...v4.12.3

v4.12.2

Security fix

Fixed incorrect handling of X-Forwarded-For in the AWS Lambda adapter behind ALB that could allow IP-based access control bypass. The detail: GHSA-xh87-mx6m-69f3

Thanks @​EdamAme-x

What's Changed

Full Changelog: honojs/hono@v4.12.1...v4.12.2

v4.12.1

What's Changed

Full Changelog: honojs/hono@v4.12.0...v4.12.1

v4.12.0

Release Notes

Hono v4.12.0 is now available!

This release includes new features for the Hono client, middleware improvements, adapter enhancements, and significant performance improvements to the router and context.

$path for Hono Client

The Hono client now has a $path() method that returns the path string instead of a full URL. This is useful when you need just the path portion for routing or key-based operations:

const client = hc<typeof app>('http://localhost:8787')
// Get the path string
</tr></table>

... (truncated)

Commits
  • 790c57b 4.12.3
  • bda46ac fix(jwt): prevent memory leak by avoiding mutation of options object (#4759)
  • 0f505f4 fix(types): correct middleware types (#4774)
  • eb9c112 fix(types): remove DOM type dependencies from ClientResponse and request meth...
  • b1df304 fix(jwt): fix JwtVariables for ContextVariableMap (#4764)
  • e4602ad fix(jwt): use Math.floor instead of bitwise OR for safe timestamp (#4754)
  • 4bb70fa fix(validator): prevent type diff bug in form data parsing (#4753)
  • df97e5f 4.12.2
  • 212c64f fix(context): revert PR #4707 (#4757)
  • 5cc8f8f ci: apply automated fixes
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /test/harness directory: [hono](https://github.com/honojs/hono).


Updates `hono` from 4.11.9 to 4.12.3
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.9...v4.12.3)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2026 02:57
@patniko patniko enabled auto-merge February 27, 2026 03:34
@patniko patniko disabled auto-merge February 27, 2026 03:35
@patniko patniko merged commit 4612a15 into main Feb 27, 2026
13 checks passed
@patniko patniko deleted the dependabot/npm_and_yarn/test/harness/npm_and_yarn-eba8826b15 branch February 27, 2026 03:35
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.

1 participant