chore(deps): bump hono from 4.11.9 to 4.12.9 #10

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/hono-4.12.9 into main
dependabot[bot] commented 2026-03-26 18:24:48 +09:00 (Migrated from github.com)

Bumps hono from 4.11.9 to 4.12.9.

Release notes

Sourced from hono's releases.

v4.12.9

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.8...v4.12.9

v4.12.8

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.7...v4.12.8

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: https://github.com/honojs/hono/compare/v4.12.6...v4.12.7

v4.12.6

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.12.5...v4.12.6

v4.12.5

What's Changed

... (truncated)

Commits
  • e1ae0eb 4.12.9
  • 66fe9fe fix(cors): reflect request origin when credentials is true with wildcard (#4813)
  • 50e2611 fix(service-worker): make fire() fallback behavior consistent with `handle(...
  • be85106 fix(ssg): pass SSG_CONTEXT to forGetInfoURLRequest (#4810)
  • d1722e3 feat(client): add PickResponseByStatusCode type (#4791)
  • 8bd9ddd fix(request): remove parseBody from bodyCache to prevent TypeError (#4807)
  • fe689ec 4.12.8
  • 0c0bf8d fix(bearer-auth): escape regex metacharacters in bearer auth prefix option (#...
  • 488ea6a fix(utils/mime): Normalize input extension to lowercase before MIME check (#4...
  • b0aba5b 4.12.7
  • 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.
Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.12.9</h2> <h2>What's Changed</h2> <ul> <li>fix(request): remove <code>parseBody</code> from bodyCache to prevent TypeError by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4807">honojs/hono#4807</a></li> <li>feat(client): add <code>PickResponseByStatusCode</code> type by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4791">honojs/hono#4791</a></li> <li>fix(ssg): pass SSG_CONTEXT to forGetInfoURLRequest by <a href="https://github.com/yuintei"><code>@​yuintei</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4810">honojs/hono#4810</a></li> <li>fix(service-worker): make <code>fire()</code> fallback behavior consistent with <code>handle()</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4821">honojs/hono#4821</a></li> <li>fix(cors): reflect request origin when credentials is true with wildcard by <a href="https://github.com/ctonneslan"><code>@​ctonneslan</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4813">honojs/hono#4813</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuintei"><code>@​yuintei</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4810">honojs/hono#4810</a></li> <li><a href="https://github.com/ctonneslan"><code>@​ctonneslan</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4813">honojs/hono#4813</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.8...v4.12.9">https://github.com/honojs/hono/compare/v4.12.8...v4.12.9</a></p> <h2>v4.12.8</h2> <h2>What's Changed</h2> <ul> <li>fix(utils/mime): Normalize input extension to lowercase before MIME check by <a href="https://github.com/TheEssem"><code>@​TheEssem</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4800">honojs/hono#4800</a></li> <li>fix(bearer-auth): escape regex metacharacters in bearer auth prefix option by <a href="https://github.com/otoneko1102"><code>@​otoneko1102</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4750">honojs/hono#4750</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/TheEssem"><code>@​TheEssem</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4800">honojs/hono#4800</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.7...v4.12.8">https://github.com/honojs/hono/compare/v4.12.7...v4.12.8</a></p> <h2>v4.12.7</h2> <h2>Security hardening</h2> <p>Ignore <code>__proto__</code> path segments in parseBody({ dot: true }) to prevent potential prototype pollution when merged with unsafe patterns.</p> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.6...v4.12.7">https://github.com/honojs/hono/compare/v4.12.6...v4.12.7</a></p> <h2>v4.12.6</h2> <h2>What's Changed</h2> <ul> <li>fix(accept): replace regex split to mitigate ReDoS by <a href="https://github.com/EdamAme-x"><code>@​EdamAme-x</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4758">honojs/hono#4758</a></li> <li>fix(jsx): align link hoisting and dedupe with React 19 by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4792">honojs/hono#4792</a></li> <li>chore(builld): tsconfig project references by <a href="https://github.com/BarryThePenguin"><code>@​BarryThePenguin</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4797">honojs/hono#4797</a></li> <li>chore: add <code>tsconfig.spec.json</code> by <a href="https://github.com/yusukebe"><code>@​yusukebe</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4798">honojs/hono#4798</a></li> <li>feat(jsx-renderer): support function-based options by <a href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4780">honojs/hono#4780</a></li> <li>fix(lambda-edge): avoid callback handler deprecation on NODEJS_24_X by <a href="https://github.com/t0waxx"><code>@​t0waxx</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4782">honojs/hono#4782</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/t0waxx"><code>@​t0waxx</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4782">honojs/hono#4782</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.12.5...v4.12.6">https://github.com/honojs/hono/compare/v4.12.5...v4.12.6</a></p> <h2>v4.12.5</h2> <h2>What's Changed</h2> <ul> <li>fix(request): return <code>string | undefined</code> from param() when path type is any by <a href="https://github.com/andrewdamelio"><code>@​andrewdamelio</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4723">honojs/hono#4723</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/e1ae0eb0f5a2dc1001895523016db02141972695"><code>e1ae0eb</code></a> 4.12.9</li> <li><a href="https://github.com/honojs/hono/commit/66fe9feec2bf0dc7bb2b8bcdcb5a380d527e8ae2"><code>66fe9fe</code></a> fix(cors): reflect request origin when credentials is true with wildcard (<a href="https://redirect.github.com/honojs/hono/issues/4813">#4813</a>)</li> <li><a href="https://github.com/honojs/hono/commit/50e26118cb7a802469f566e4e5a6b8a18cb95e07"><code>50e2611</code></a> fix(service-worker): make <code>fire()</code> fallback behavior consistent with `handle(...</li> <li><a href="https://github.com/honojs/hono/commit/be85106d45e74ec5720fd5fc848970daaf1978c8"><code>be85106</code></a> fix(ssg): pass SSG_CONTEXT to forGetInfoURLRequest (<a href="https://redirect.github.com/honojs/hono/issues/4810">#4810</a>)</li> <li><a href="https://github.com/honojs/hono/commit/d1722e3e56a9cf0fdac24982c9a55195e093a3f7"><code>d1722e3</code></a> feat(client): add <code>PickResponseByStatusCode</code> type (<a href="https://redirect.github.com/honojs/hono/issues/4791">#4791</a>)</li> <li><a href="https://github.com/honojs/hono/commit/8bd9dddce20eefe94da7ef9602afc603a8df0f91"><code>8bd9ddd</code></a> fix(request): remove <code>parseBody</code> from bodyCache to prevent TypeError (<a href="https://redirect.github.com/honojs/hono/issues/4807">#4807</a>)</li> <li><a href="https://github.com/honojs/hono/commit/fe689eceb7834db653a64ecae5f8d203d9c23b9a"><code>fe689ec</code></a> 4.12.8</li> <li><a href="https://github.com/honojs/hono/commit/0c0bf8d789949d69d4e5bea244c468d2c7d9986b"><code>0c0bf8d</code></a> fix(bearer-auth): escape regex metacharacters in bearer auth prefix option (#...</li> <li><a href="https://github.com/honojs/hono/commit/488ea6ab3e601d89fc57438db7275734af14a3b3"><code>488ea6a</code></a> fix(utils/mime): Normalize input extension to lowercase before MIME check (<a href="https://redirect.github.com/honojs/hono/issues/4">#4</a>...</li> <li><a href="https://github.com/honojs/hono/commit/b0aba5bd76f11a9f0fef1210a705523fa30172ab"><code>b0aba5b</code></a> 4.12.7</li> <li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.11.9...v4.12.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hono&package-manager=npm_and_yarn&previous-version=4.11.9&new-version=4.12.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/imnyang/imnya.ng/network/alerts). </details>
dependabot[bot] commented 2026-04-08 12:36:00 +09:00 (Migrated from github.com)

Superseded by #14.

Superseded by #14.

Pull request closed

Sign in to join this conversation.
No description provided.