-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update prisma monorepo to v7 (major) #107
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
base: master
Are you sure you want to change the base?
Conversation
|
Skipped: This PR was opened by one of your excluded authors: ( |
🎭 Playwright E2E Test Results0 tests 0 ✅ 0s ⏱️ Results for commit d75cbb9. ♻️ This comment has been updated with latest results. |
5491cbf to
5e41976
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
326ee5e to
3a780f8
Compare
|
@claude fix this up, error is error: The datasource property |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@claude you tried to fix prisma after the upgrade but there is now this error: @hmcts/postgres:build |
|
@claude this prisma upgrade is still broken even after your changes: @hmcts/postgres:build Tasks: 13 successful, 14 total Error: Process completed with exit code 2. Before committing and pushing, please run the tests to make sure it's working |
|
@claude sort out the merge conflicts on this branch |
Prisma 7 requires database connections to use driver adapters instead of the datasourceUrl parameter. Changes: - Upgrade @prisma/client and prisma to v7.0.0 - Add @prisma/adapter-pg and pg dependencies - Remove url from datasource in schema.prisma (no longer supported in v7) - Update PrismaClient initialization to use PrismaPg adapter - Handle test environments without DATABASE_URL gracefully The adapter is now created with DATABASE_URL when available. For test environments where no database is present, the client is undefined. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
e3d4be1 to
c371834
Compare
This PR contains the following updates:
6.19.0->7.0.06.19.0->7.0.0Release Notes
prisma/prisma (@prisma/client)
v7.0.0Compare Source
prisma/prisma (prisma)
v7.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.