chore(deps): bump hono from 4.12.5 to 4.12.14 (combines #40260, #40258)#40263
chore(deps): bump hono from 4.12.5 to 4.12.14 (combines #40260, #40258)#40263
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.5 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.5...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hono](https://github.com/honojs/hono) from 4.12.5 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.5...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #40263 +/- ##
===========================================
+ Coverage 69.83% 69.84% +0.01%
===========================================
Files 3296 3296
Lines 119173 119173
Branches 21480 21461 -19
===========================================
+ Hits 83219 83236 +17
+ Misses 32645 32642 -3
+ Partials 3309 3295 -14
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/jira ARCH-2083 |
Summary
Combines the two Dependabot PRs that bump hono from
4.12.5(pinned in #40172) to4.12.14:/packages/http-router/apps/meteorBoth are needed together because hono is consumed by both packages. Merging individually would leave one package on the older pinned version.
Context
In #40172 hono was pinned to exactly
4.12.5after we observed CI failures (ABAC, iframe auth) while rolling up several patch-level bumps simultaneously. Subsequent investigation pointed atcron(moment-timezone → luxon) and@noble/ed25519as primary culprits — those were reverted. It's possible hono 4.12.14 now works fine in isolation; this PR tests that hypothesis.Hono changelog highlights (v4.12.6 → v4.12.14)
acceptparserparseBodyremoved from bodyCache; CORS reflects origin on credentials+wildcardTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
honoHTTP routing framework from version 4.12.5 to 4.12.14 across multiple packages in the application stack.Task: ARCH-2111