[PR #403] [MERGED] Bump hono from 4.11.7 to 4.11.10 #325

Closed
opened 2026-03-22 21:17:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/403
Author: @dependabot[bot]
Created: 2/20/2026
Status: Merged
Merged: 2/20/2026
Merged by: @gschier

Base: mainHead: dependabot/npm_and_yarn/hono-4.11.10


📝 Commits (1)

  • bc0ca07 Bump hono from 4.11.7 to 4.11.10

📊 Changes

2 files changed (+12 additions, -6 deletions)

View changed files

📝 package-lock.json (+11 -5)
📝 plugins-external/mcp-server/package.json (+1 -1)

📄 Description

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

v4.11.9

What's Changed

Full Changelog: https://github.com/honojs/hono/compare/v4.11.8...v4.11.9

v4.11.8

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/403 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/hono-4.11.10` --- ### 📝 Commits (1) - [`bc0ca07`](https://github.com/mountain-loop/yaak/commit/bc0ca07246664be51baadd38fea5900c4556717c) Bump hono from 4.11.7 to 4.11.10 ### 📊 Changes **2 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -5) 📝 `plugins-external/mcp-server/package.json` (+1 -1) </details> ### 📄 Description Bumps [hono](https://github.com/honojs/hono) from 4.11.7 to 4.11.10. <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.11.10</h2> <h2>What's Changed</h2> <ul> <li>fix: fixed to be more properly timing safe (Merge commit from fork 91def7ca)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.11.9...v4.11.10">https://github.com/honojs/hono/compare/v4.11.9...v4.11.10</a></p> <h2>v4.11.9</h2> <h2>What's Changed</h2> <ul> <li>fix(url): ignore fragment identifiers in getPath() by <a href="https://github.com/sano-suguru"><code>@​sano-suguru</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4627">honojs/hono#4627</a></li> <li>fix: determine if rendered or not by <code>node.vC[0]</code> instead of referring to <code>node.pP</code> by <a href="https://github.com/usualoma"><code>@​usualoma</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4663">honojs/hono#4663</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.11.8...v4.11.9">https://github.com/honojs/hono/compare/v4.11.8...v4.11.9</a></p> <h2>v4.11.8</h2> <h2>What's Changed</h2> <ul> <li>fix(jsx): preserve context when using await before html helper by <a href="https://github.com/kaigritun"><code>@​kaigritun</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4662">honojs/hono#4662</a></li> <li>fix(bearer-auth): make auth-scheme case-insensitive by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/4659">honojs/hono#4659</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kaigritun"><code>@​kaigritun</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/4662">honojs/hono#4662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.11.7...v4.11.8">https://github.com/honojs/hono/compare/v4.11.7...v4.11.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/a40d210834adfa4f24cc42faaed5661cd025e6af"><code>a40d210</code></a> 4.11.10</li> <li><a href="https://github.com/honojs/hono/commit/91def7cab654bad5eecc9270e6620d577971ff5e"><code>91def7c</code></a> Merge commit from fork</li> <li><a href="https://github.com/honojs/hono/commit/8b179354c10f13eaca87a24507d909886c39f124"><code>8b17935</code></a> test(types): add regression tests for <a href="https://redirect.github.com/honojs/hono/issues/4388">#4388</a> (routes before .use() with explic...</li> <li><a href="https://github.com/honojs/hono/commit/4a03f4f9cded9f0ed95aeefe7ed95e8a5170260b"><code>4a03f4f</code></a> doc(jwt): mark <code>options.secret</code> as required in JSDoc (<a href="https://redirect.github.com/honojs/hono/issues/4718">#4718</a>)</li> <li><a href="https://github.com/honojs/hono/commit/730055133f2579ee56d2d8327bf0040c310293ae"><code>7300551</code></a> chore(ci): bump typescript-go to the latest (<a href="https://redirect.github.com/honojs/hono/issues/4716">#4716</a>)</li> <li><a href="https://github.com/honojs/hono/commit/4b2978060888718351941140a7e8e028b2e9d69b"><code>4b29780</code></a> chore: update Zod import examples to use namespace imports (<a href="https://redirect.github.com/honojs/hono/issues/4715">#4715</a>)</li> <li><a href="https://github.com/honojs/hono/commit/69ad8857df4eeef1a02e628ab8f5b2b60e643f19"><code>69ad885</code></a> 4.11.9</li> <li><a href="https://github.com/honojs/hono/commit/3d536ff38d5c24ca584866a7f01cf5691b96e983"><code>3d536ff</code></a> fix: determine if rendered or not by <code>node.vC[0]</code> instead of referring to `no...</li> <li><a href="https://github.com/honojs/hono/commit/0c1d4c76cf6b2aace8bbef745d375c2cc176d99f"><code>0c1d4c7</code></a> fix(url): ignore fragment identifiers in getPath() (<a href="https://redirect.github.com/honojs/hono/issues/4627">#4627</a>)</li> <li><a href="https://github.com/honojs/hono/commit/5ca5c3e9764486b31ad7db4c0c19b2c926753ae3"><code>5ca5c3e</code></a> 4.11.8</li> <li>Additional commits viewable in <a href="https://github.com/honojs/hono/compare/v4.11.7...v4.11.10">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.7&new-version=4.11.10)](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/mountain-loop/yaak/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 21:17:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#325