chore(deps): bump hono from 4.12.34 to 4.13.5 in /packages/agent - #812
chore(deps): bump hono from 4.12.34 to 4.13.5 in /packages/agent#812dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.34 to 4.13.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.34...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 92e7d485a5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@sentry/cli": "3.6.0", | ||
| "@huggingface/transformers": "4.2.0", | ||
| "hono": "4.12.34", | ||
| "hono": "4.13.5", |
There was a problem hiding this comment.
Regenerate the frozen lockfile
Any CI or Docker build from this commit will install with bun install --frozen-lockfile (.github/actions/setup-js/action.yml:24-26 and packages/agent/Dockerfile:24,61), but bun.lock:139 still records the agent requirement as 4.12.34 rather than this new 4.13.5 value. Because Bun documents --frozen-lockfile as disallowing lockfile changes, the install cannot reconcile this manifest and the Agent workflow and image build stop before tests or compilation; regenerate and commit bun.lock with the manifest change.
AGENTS.md reference: AGENTS.md:L316-L318
Useful? React with 👍 / 👎.
| "@sentry/cli": "3.6.0", | ||
| "@huggingface/transformers": "4.2.0", | ||
| "hono": "4.12.34", | ||
| "hono": "4.13.5", |
There was a problem hiding this comment.
Raise the repository-wide Hono override
Even after regenerating the lockfile, this declaration will not install Hono 4.13.5 because the root package.json:282 still overrides every Hono dependency to 4.12.30; the current resolution at bun.lock:3893 confirms that the override wins over the agent's exact version. Consequently the advertised security update remains absent from the deployed agent, so update the root override to the intended safe version before regenerating the lockfile.
AGENTS.md reference: AGENTS.md:L316-L318
Useful? React with 👍 / 👎.
Bumps hono from 4.12.34 to 4.13.5.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
06880c44.13.5531e9c5Merge commit from fork3a67f7fMerge commit from fork9c28d72Merge commit from fork017000d4.13.45e5b83dfix(utils/stream): do not let abort listeners crash abort() (#5274)241ae4cfix(cookie): allow parsing signed cookies with empty string values (#5246)c409d85fix(request): serialize cached JSON body in cloneRawRequest (#5288)612b59cfix(request): drop stale content length for cloned FormData (#5282)73794bdfix(client): omit empty query delimiter (#5283)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.