chore(deps): bump hono from 4.12.9 to 4.12.21#56
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.21. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.9...v4.12.21) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Augment PR SummarySummary: Updates the @agntk/server package to use a newer patch release of Hono. Changes:
Why / Notes: Pulls in upstream security fixes (mount prefix handling, IP restriction comparison, cookie option sanitization, and stricter JWT Authorization scheme validation) plus minor routing-related fixes in the 4.12.19–4.12.21 range. 🤖 Was this summary useful? React with 👍 or 👎 |
| "@hono/node-server": "^1.19.12", | ||
| "@hono/node-ws": "^1.3.0", | ||
| "hono": "^4.12.9" | ||
| "hono": "^4.12.21" |
There was a problem hiding this comment.
Hono v4.12.20+ includes a fix around preserving base paths for mounted route() apps; since this package mounts routes with app.route(...) (and docs show mounting at subpaths), it’s worth sanity-checking route resolution when createAgentRoutes() is mounted under a non-root prefix after this bump.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| "@hono/node-server": "^1.19.12", | ||
| "@hono/node-ws": "^1.3.0", | ||
| "hono": "^4.12.9" | ||
| "hono": "^4.12.21" |
There was a problem hiding this comment.
(PR reviewability) The pnpm-lock.yaml change is large/omitted in the diff here, so it’s hard to confirm what else moved; please double-check the lockfile only reflects the intended hono@4.12.21 resolution (and required transitives) without unexpected unrelated upgrades.
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
Superseded by #58. |
Bumps hono from 4.12.9 to 4.12.21.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
a83ddb84.12.216cbb025Merge commit from forkc831020Merge commit from fork905aedbMerge commit from fork5463db2Merge commit from forkc657a394.12.20eb2d0c2fix(jsx): widen jsx and jsxFn children to Child[] (#4947)dcabbecfix(route): preserve the base path of the mounted route() app (#4942)7e62bcd4.12.19e2f252afix(stream): upgrade@hono/node-serverto v2 and fix abort handling (#4940)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.