Skip to content

Bump hono from 4.11.7 to 4.12.7#218

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.7
Open

Bump hono from 4.11.7 to 4.12.7#218
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps hono from 4.11.7 to 4.12.7.

Release notes

Sourced from hono's releases.

v4.12.7

Security hardening

Ignore __proto__ path segments in parseBody({ dot: true }) to prevent potential prototype pollution when merged with unsafe patterns.


Full Changelog: honojs/hono@v4.12.6...v4.12.7

v4.12.6

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.5...v4.12.6

v4.12.5

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.4...v4.12.5

v4.12.4

Security fixes

This release includes fixes for the following security issues:

SSE Control Field Injection

Affects: streamSSE() in Streaming Helper. Fixes injection of unintended SSE fields by rejecting CR/LF characters in event, id, and retry. GHSA-p6xx-57qc-3wxr

Cookie Attribute Injection in setCookie()

Affects: setCookie() from hono/cookie. Fixes cookie attribute manipulation by rejecting ;, \r, and \n in domain and path options. GHSA-5pq2-9x2x-5p6w

... (truncated)

Commits

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2026 01:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hono-4.12.7 branch 2 times, most recently from c73137a to bb3b852 Compare March 16, 2026 18:14
fpfp100 pushed a commit that referenced this pull request Mar 16, 2026
…218)

Systematically rename SourceMetadata -> Channel across the observability
packages to better reflect the domain concept of an invocation channel.
Also renames BaggageBuilder methods (serviceName -> operationSource,
sourceMetadataName -> channelName, sourceMetadataDescription -> channelLink)
and aligns endpoint.port serialization across all scope classes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [hono](https://github.com/honojs/hono) from 4.11.7 to 4.12.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.7...v4.12.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hono-4.12.7 branch from bb3b852 to 3f8ac06 Compare March 16, 2026 20:40
fpfp100 added a commit that referenced this pull request Mar 18, 2026
* Rename SourceMetadata to Channel and serviceName to operationSource (#218)

Systematically rename SourceMetadata -> Channel across the observability
packages to better reflect the domain concept of an invocation channel.
Also renames BaggageBuilder methods (serviceName -> operationSource,
sourceMetadataName -> channelName, sourceMetadataDescription -> channelLink)
and aligns endpoint.port serialization across all scope classes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Address PR review comments

- Add operationSource(value) to BaggageBuilder doc table in design.md
- Update Channel interface JSDoc with channel-appropriate examples
- Consolidate duplicate hosting breaking changes sections in CHANGELOG
- Fix "source metadata" reference in OutputScope changelog entry
- Add endpoint.port tests: numeric value for non-443 ports and omission
  for port 443 across ExecuteToolScope, InferenceScope, InvokeAgentScope

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Address second round of PR review comments

- Fix misleading comment in OutputScope: remove "execution type" reference
  since OutputScope does not set execution type attributes
- Fix TurnContextUtils JSDoc: change "link" to "subchannel description"
  to accurately describe what channelIdSubChannel provides
- Consolidate three separate "### Added" sections into one in CHANGELOG

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: jsl517 <pefan@microsoft.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.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