chore(deps): bump the production group across 1 directory with 3 updates - #71
chore(deps): bump the production group across 1 directory with 3 updates#71dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production group with 3 updates in the / directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth), [hono](https://github.com/honojs/hono) and [jose](https://github.com/panva/jose). Updates `better-auth` from 1.6.25 to 1.6.26 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/v1.6.26/packages/better-auth) Updates `hono` from 4.12.32 to 4.13.0 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.32...v4.13.0) Updates `jose` from 6.2.4 to 6.2.8 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.4...v6.2.8) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.6.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: hono dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: jose dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed August 15, 2026, 4:59 AM ET / 08:59 UTC. ClawSweeper reviewWhat this changesUpdates the API worker’s Better Auth, Hono, and JOSE production dependencies and synchronizes their pnpm lockfile resolutions. Merge readinessKeep open: current main and release v0.5.0 still pin the older dependency versions, while this is a narrow, clean update of direct API-worker runtime dependencies. No patch defect was found; it needs normal maintainer validation of the affected auth, JWT, and routing paths before merge. Priority: P3 Review scores
Verification
How this fits togetherThe Cloudflare API worker accepts public flag-evaluation and admin requests. Hono routes those requests, Better Auth manages sessions, and JOSE verifies Cloudflare Access JWTs for administrative access. flowchart LR
Client[Client requests] --> Worker[API worker]
Worker --> Guard[Host and path policy]
Guard --> Router[HTTP routing]
Router --> Auth[Session and OAuth handling]
Router --> JWT[Access JWT verification]
Router --> Responses[Evaluation and admin responses]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Merge the exact manifest and lockfile update after a maintainer validates the API worker’s public routing, session, and JWT paths on the PR head. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a version-only dependency update, not a reported product failure. Current source identifies the runtime paths affected, but the read-only review did not execute the worker on the PR resolution. Is this the best way to solve the issue? Yes. Updating the exact direct pins and generated lockfile is the narrow maintainable approach; focused API-worker validation is the remaining compatibility check. AGENTS.md: not found in the target repository. Codex review notes: model internal, reasoning high; reviewed against 0cc3d3ef7f4a. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (52 earlier review cycles; latest 8 shown)
|
Bumps the production group with 3 updates in the / directory: better-auth, hono and jose.
Updates
better-authfrom 1.6.25 to 1.6.26Release notes
Sourced from better-auth's releases.
Changelog
Sourced from better-auth's changelog.
Commits
a16b30echore: release v1.6.26 (#10521)9ede805fix(rate-limit): await database cleanup by default (#10619)af50c45fix(one-tap): preserve client plugin inference with oneTapClient (#10635)222facffix(jwt): resolve the transaction-scoped adapter when signing (#10623)d8327f1fix(email-otp): verify OTP before revealing whether the email exists (#10605)e7b0ebafix(oauth-proxy): preserve Apple user data (#10599)5a811f1fix(email-otp): pass verification type on sign-up (#10608)e18606bchore(deps): upgrade OpenTelemetry to v2 (#10601)ea38fcafix(db): skip null-parsed session token in findSessions instead of returning ...7552a3bperf(next-js): reuse the next/headers import promise in production (#10467)Updates
honofrom 4.12.32 to 4.13.0Release notes
Sourced from hono's releases.
... (truncated)
Commits
192768f4.13.0b0c2d90Merge pull request #5154 from honojs/next8f07028fix(compress): set Vary: Accept-Encoding on negotiated responses (#5137)8a0b18ffeat(reg-exp-router): throw UnsupportedPathError during route registration (#...3feb355fix(jsx): allow a function component to return an array (#5179)5d911d2feat(utils/headers): add HTTP fields newly registered with IANA (#5153)30277aefeat(jwt,jwk): add a configurable WWW-Authenticate realm (#5141)1f707c5feat(middleware): add method-not-allowed middleware (#5132)2df0b47feat(jsx): add React-compatible overloads to useRef (#5063)3bc96bafeat(cache): add first-class support for QUERY requests (#5119)Updates
josefrom 6.2.4 to 6.2.8Release notes
Sourced from jose's releases.
... (truncated)
Changelog
Sourced from jose's changelog.
... (truncated)
Commits
8b768ebchore(release): 6.2.81500459refactor: name the "alg" source in unsupported algorithm failures714f870fix: reject a non-string "alg" in EmbeddedJWK925f3bbrefactor: index the JWS and JWE registries without a wrapper505c383fix: enforce a single recipient when decrypting dir and ECDH-ES514831dchore(deps): bump the actions group with 3 updates45965dbchore: cleanup after release60b941fchore(release): 6.2.790ab09cfix: require own JOSE properties for presence checks767d7f1refactor: reduce bundle sizeDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions