chore(deps): update hono, @hono/node-server, and fallow - #68
Merged
Conversation
In-range lockfile updates ahead of the better-auth 1.7 group update, so that PR stays focused on the breaking oauth-provider changes. - hono 4.13.1 -> 4.13.5 (bug fixes: router, etag, CSRF, cookies) - @hono/node-server 2.1.0 -> 2.1.1 (perf: lazy request headers) - fallow 3.15.0 -> 3.22.0 (dev dependency)
mroderick
marked this pull request as ready for review
September 2, 2026 05:42
Collaborator
|
Good context in the PR description, @mroderick ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
PR #67 groups five dependency updates together, including the better-auth/oauth-provider 1.7 upgrade, which has breaking changes that need schema and seeder work. The three low-risk updates are stuck behind that.
Change
Lockfile-only, in-range updates for the three low-risk dependencies, split out of #67:
hono4.13.1 → 4.13.5 — bug fixes (router wildcard matching, etag, CSRF, cookies)@hono/node-server2.1.0 → 2.1.1 — perf: lazily materialize request headersfallow3.15.0 → 3.22.0 — dev dependencyNo
package.jsonchanges: all three were already within their^ranges. #67 shrinks to just the two better-auth packages once Dependabot rebases.