chore(deps): bump hono from 4.12.14 to 4.12.15#25
chore(deps): bump hono from 4.12.14 to 4.12.15#25dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
Greptile SummaryBumps Confidence Score: 5/5Safe 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
Sequence DiagramsequenceDiagram
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
Reviews (1): Last reviewed commit: "chore(deps): bump hono from 4.12.14 to 4..." | Re-trigger Greptile |
Bumps hono from 4.12.14 to 4.12.15.
Release notes
Sourced from hono's releases.
Commits
f774f8d4.12.1518fe604fix(jwt): support single-line PEM keys (#4889)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)