-
Notifications
You must be signed in to change notification settings - Fork 8
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
build(deps): bump prisma from v4 to v6 #316
base: main
Are you sure you want to change the base?
Conversation
This works for me locally: I can sign in and out, and I can list events from the database. However, I'm not sure what jumping 2 major versions might have broken.
|
Turning off type checks gets the build to work, at least. Something seems to have changed that causes With that check removed (temporarily), I can I think the Prisma 6 client works without any code changes, but imported types need to be updated somewhere, maybe? |
|
I had to delete the Docker gutenberg/docker-compose.dev.yml Line 31 in 1d5c580
|
typescript: { | ||
ignoreBuildErrors: true, | ||
}, |
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.
I don't think this should merge to production, by the way. I added it to test whether it was the type check that breaks the build.
This works for me locally: I can sign in and out, and I can list events from the database. However, I'm not sure what jumping 2 major versions might have broken.