-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(prisma): add support for prisma v6 #12319
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@WikiRik is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@auth/express@0.8.4, npm/@auth/unstorage-adapter@2.7.4, npm/@types/express@4.17.21, npm/@types/morgan@1.9.9, npm/express@4.21.1, npm/morgan@1.10.0, npm/pug@3.0.3, npm/tailwindcss@3.4.15, npm/tsx@4.19.2 |
Thanks for the quick update! There's no issues with the syntax of our Prisma adapter? Everything works as expected without any additional changes? EDIT: Looks like the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Syntax didn't change and peer deps still allow v4, v5, etc. so this shouldn't be a breaking change.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12319 +/- ##
=======================================
Coverage 39.52% 39.52%
=======================================
Files 193 193
Lines 30552 30552
Branches 1338 1338
=======================================
Hits 12077 12077
Misses 18475 18475 ☔ View full report in Codecov by Sentry. |
☕️ Reasoning
Prisma v6 was released on November 28 and this PR adds support for that. For more information about v6 you can take a look at their blogpost; https://www.prisma.io/blog/prisma-6-better-performance-more-flexibility-and-type-safe-sql
🧢 Checklist
🎫 Affected issues
📌 Resources