fix(dashboard): pin better-auth to 1.6.29 - #211
Merged
Conversation
^1.6.29 resolved to 1.7.2, which dropped genericOAuthClient and broke the dashboard image build (auth-client.ts). Pin the 1.6.x line Dependabot intended. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Santosh kumar <santoshkumarradha@users.noreply.github.com>
2 tasks
cursor Bot
pushed a commit
that referenced
this pull request
Sep 1, 2026
#211 pinned the dashboard. Also pin the customer-app, add a pnpm override, and ignore better-auth >=1.7 in Dependabot so the next grouped update cannot pull 1.7 and break image builds again. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Santosh kumar <santoshkumarradha@users.noreply.github.com>
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.
Summary
#206 bumped dashboard
better-authto^1.6.29.pnpm installresolved 1.7.2, which removedgenericOAuthClientfrombetter-auth/client/plugins. That brokeapps/dashboardimage build (pnpm buildin the Dockerfile) and turned CI Success red.Pin
better-authto 1.6.29 (the 1.6.x bump Dependabot intended) so the dashboard image builds again.Related issue
Follow-up to #206. Unblocks the dashboard image gate on main.
Changes
apps/dashboard/package.json:better-auth^1.6.29→1.6.29pnpm-lock.yaml: dashboard now resolvesbetter-auth@1.6.29(1.7.2 gone)Test plan
genericOAuthClient/magicLinkClientexist on the 1.6.29 client plugins exportNotes for reviewers
better-auth 1.7 is a breaking client-plugin change and should be a dedicated, reviewed upgrade — not a caret slip.