chore(deps): bump hono from 4.12.31 to 4.13.2 - #4457
Conversation
PR SummaryLow Risk Overview The lockfile also shifts versions for packages pulled in through No application source changes—install graph only. Reviewed by Cursor Bugbot for commit 104a9d6. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 66c55c1. Configure here.
| needle@https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {tarball: https://codeload.github.com/clearbit/needle/tar.gz/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b} | ||
| needle@git+https://git@github.com:clearbit/needle.git#84d28b5f2c3916db1e7eb84aeaa9d976cc40054b: | ||
| resolution: {commit: 84d28b5f2c3916db1e7eb84aeaa9d976cc40054b, repo: git@github.com:clearbit/needle.git, type: git} |
There was a problem hiding this comment.
Lockfile forces SSH for needle
High Severity
This lockfile rewrite changes clearbit's needle dependency from a public HTTPS tarball to a git@github.com SSH resolution (git+https://git@github.com:clearbit/needle.git). CI here runs pnpm i --frozen-lockfile without an SSH agent, so installs can fail with publickey errors even though the package is public.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 66c55c1. Configure here.
66c55c1 to
06bf623
Compare
Bumps [hono](https://github.com/honojs/hono) from 4.12.31 to 4.13.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.31...v4.13.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
06bf623 to
104a9d6
Compare


Bumps hono from 4.12.31 to 4.13.2.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
41bdc424.13.26ea514dfeat(secure-headers): add missing W3C Permissions-Policy directives (#5214)329b6f4fix(client): send falsy JSON bodies (#5215)a1e4ac7perf(cors): pre-join static array header options during initialization (#5210)d982f63fix(url): strip trailing question mark correctly for optional params with reg...26de731fix(etag): stabilize digest across stream chunks (#5205)7075369Revert " fix(etag): resolve incorrect incremental hashing for chunked respons...f2a72d3fix(client): serialize multiple cookies correctly (#5202)8a5852dfix(etag): resolve incorrect incremental hashing for chunked responses (#5199)765d13bfix(jsx): render async children of document metadata tags instead of [object ...