fix: widen better-auth peer dependency to >=1.4.9 <1.5.0#245
fix: widen better-auth peer dependency to >=1.4.9 <1.5.0#245ramonclaudio wants to merge 1 commit intoget-convex:mainfrom
Conversation
|
@ramonclaudio is attempting to deploy a commit to the Convex Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThe peer dependency constraint for better-auth in package.json was updated from a fixed version "1.4.9" to a version range ">=1.4.9 <1.5.0", allowing compatible minor patch versions while maintaining backward compatibility. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
87c2110 to
78b4d17
Compare
The peer dependency was pinned to exactly 1.4.9, preventing users from installing better-auth 1.4.10+ which includes bug fixes and improvements. All imports use stable better-auth submodule paths that are compatible across the 1.4.x range. Excludes 1.5.0 which has breaking import path changes that require source updates. Closes get-convex#232
78b4d17 to
6a11f17
Compare
|
Hoping this can be merged soon, we’re blocked on better-auth 1.4.11 support in our project. Thanks for the work on this. |
Summary
better-authpeer dependency from exact1.4.9to>=1.4.9 <1.5.0, covering v1.4.9 through v1.4.18better-authsubmodule paths verified compatible across the entire 1.4.x rangecreateAuthEndpoint/createAuthMiddlewarefrombetter-auth/plugins(moved tobetter-auth/api), removes thebetter-auth/adapters/testexport path, and deletesrunAdapterTestentirelyCloses #232