Skip to content

chore(deps): bump better-auth 1.6.9 and @convex-dev/better-auth 0.11.5#7

Merged
ramonclaudio merged 2 commits into
mainfrom
chore/bump-better-auth-1.6.9-cba-0.11.5
Apr 24, 2026
Merged

chore(deps): bump better-auth 1.6.9 and @convex-dev/better-auth 0.11.5#7
ramonclaudio merged 2 commits into
mainfrom
chore/bump-better-auth-1.6.9-cba-0.11.5

Conversation

@ramonclaudio

Copy link
Copy Markdown
Owner

Vendor the PR 323 and PR 9345 patches from ramonclaudio/patches into patches/ so the starter installs standalone without needing that repo as a sibling clone. Bump @convex-dev/better-auth and better-auth to the versions those patches target.

Exact pins on both deps because bun keys patchedDependencies on the exact resolved version. Published @convex-dev/better-auth@0.11.5 ships peer >=1.5.0 <1.6.0; the PR 323 patch raises it to >=1.6.9 <1.7.0 in place, so the peer-mismatch warning bun used to print on install is gone.

  • bump @convex-dev/better-auth 0.11.4 to 0.11.5 (PR 323 base, get-convex/better-auth#323)
  • bump better-auth ^1.6.5 to 1.6.9 (PR 9345 base, better-auth/better-auth#9345)
  • add patches/@convex-dev%2Fbetter-auth@0.11.5.patch (vendored from ramonclaudio/patches@026103a, -pr323 suffix stripped per its README)
  • add patches/better-auth@1.6.9.patch (vendored, -pr9345 suffix stripped)
  • drop stale patches/@convex-dev%2Fbetter-auth@0.11.4.patch
  • rewrite patchedDependencies entries to local patches/ paths (no more ../patches/ sibling refs)

Vendor the PR 323 and PR 9345 patches from `ramonclaudio/patches` so the starter installs standalone without needing that repo as a sibling clone. Exact pins keep bun's `patchedDependencies` keys aligned to the patch filenames.

- bump `@convex-dev/better-auth` `0.11.4` to `0.11.5` (PR 323 base)
- bump `better-auth` `^1.6.5` to `1.6.9` (PR 9345 base, exact pin)
- add `patches/@Convex-Dev%2Fbetter-auth@0.11.5.patch`
- add `patches/better-auth@1.6.9.patch`
- drop stale `patches/@Convex-Dev%2Fbetter-auth@0.11.4.patch`
- rewrite `patchedDependencies` to local `patches/` paths
@vercel

vercel Bot commented Apr 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tanvex Ready Ready Preview, Comment Apr 24, 2026 5:47pm

Vercel's default `bun 1.3.6` fails to install the nested `zod@3.x` that `@tanstack/router-generator` declares, so `config.js` resolves `zod` against the hoisted `zod@4.3.6` and crashes on `z.function().returns()` (removed in Zod v4). Pinning bun to 1.3.13 via `bunx` forces correct nested-dep installation.
@ramonclaudio ramonclaudio merged commit a4e06cb into main Apr 24, 2026
2 checks passed
@ramonclaudio ramonclaudio deleted the chore/bump-better-auth-1.6.9-cba-0.11.5 branch April 24, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant