chore(deps): bump better-auth 1.6.9 and @convex-dev/better-auth 0.11.5#7
Merged
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
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.
Vendor the PR 323 and PR 9345 patches from
ramonclaudio/patchesintopatches/so the starter installs standalone without needing that repo as a sibling clone. Bump@convex-dev/better-authandbetter-authto the versions those patches target.Exact pins on both deps because bun keys
patchedDependencieson the exact resolved version. Published@convex-dev/better-auth@0.11.5ships peer>=1.5.0 <1.6.0; the PR 323 patch raises it to>=1.6.9 <1.7.0in place, so the peer-mismatch warning bun used to print on install is gone.@convex-dev/better-auth0.11.4to0.11.5(PR 323 base, get-convex/better-auth#323)better-auth^1.6.5to1.6.9(PR 9345 base, better-auth/better-auth#9345)patches/@convex-dev%2Fbetter-auth@0.11.5.patch(vendored fromramonclaudio/patches@026103a,-pr323suffix stripped per its README)patches/better-auth@1.6.9.patch(vendored,-pr9345suffix stripped)patches/@convex-dev%2Fbetter-auth@0.11.4.patchpatchedDependenciesentries to localpatches/paths (no more../patches/sibling refs)