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
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 |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
7 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
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>
aa8c1a3 to
18e7684
Compare
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)