Skip to content

chore(deps): bump hono from 4.12.14 to 4.12.15#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.15
Open

chore(deps): bump hono from 4.12.14 to 4.12.15#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.15

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps hono from 4.12.14 to 4.12.15.

Release notes

Sourced from hono's releases.

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

Commits

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)

Bumps [hono](https://github.com/honojs/hono) from 4.12.14 to 4.12.15.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.14...v4.12.15)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 27, 2026

Greptile Summary

Bumps hono from 4.12.14 to 4.12.15, a patch release that adds support for single-line PEM keys in the JWT middleware. The package.json version specifier is also tightened from ^4.7.0 to ^4.12.15 (standard Dependabot behaviour to pin the lower bound to the resolved version), and the lock file is updated to reflect the new resolved version across all consumers (@hono/node-server, @arkor/cloud-api-client).

Confidence Score: 5/5

Safe to merge — patch-level bump with no breaking changes and a useful JWT fix.

Single patch version bump (4.12.14 → 4.12.15) with only a bug-fix for single-line PEM keys. Lock file and peer-dependency wiring are consistent. No logic changes in the application code.

No files require special attention.

Important Files Changed

Filename Overview
packages/arkor/package.json Bumps hono version specifier from ^4.7.0 to ^4.12.15; no other changes.
pnpm-lock.yaml Lock file updated to resolve hono@4.12.15 and rewire all peer-dependency references (@hono/node-server, @arkor/cloud-api-client) accordingly.

Sequence Diagram

sequenceDiagram
    participant dependabot as Dependabot
    participant pkg as packages/arkor/package.json
    participant lock as pnpm-lock.yaml
    participant hono as hono registry

    dependabot->>pkg: bump specifier ^4.7.0 → ^4.12.15
    dependabot->>lock: resolve hono@4.12.15 (was 4.12.14)
    lock->>hono: fetch hono@4.12.15
    hono-->>lock: integrity sha512-qM0j...
    lock->>lock: update @hono/node-server peer dep → hono@4.12.15
    lock->>lock: update @arkor/cloud-api-client dep → hono@4.12.15
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump hono from 4.12.14 to 4..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants