deps(commons): bump @prisma/client from 6.19.2 to 7.5.0 in /commons#47
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps(commons): bump @prisma/client from 6.19.2 to 7.5.0 in /commons#47dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.2 to 7.5.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.5.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| "dependencies": { | ||
| "@prisma/client": "^6.9.0", | ||
| "@prisma/client": "^7.5.0", |
There was a problem hiding this comment.
Prisma client/CLI major version mismatch breaks generation
High Severity
@prisma/client is bumped to ^7.5.0 but the prisma CLI devDependency remains at ^6.9.0. Prisma requires both packages to be on the same major version — a cross-major mismatch will cause prisma generate to fail or produce incompatible client code. The official v7 upgrade guide explicitly states both must be updated together. This will break the build pipeline and all prisma:* scripts.
Additional Locations (1)
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.


Bumps @prisma/client from 6.19.2 to 7.5.0.
Release notes
Sourced from
@prisma/client's releases.... (truncated)
Commits
ccce148chore(deps): update engines to 7.5.0-15.280c870be64f457428992c43c1f6d557fab6e...de1c376chore(deps): update engines to 7.5.0-14.d684c195f0a8bfb0ba8ca628416376df0625b...ea93809fix: fix DATE cursor comparison (#29327)f8e742achore(deps): update engines to 7.5.0-13.0f1690a1b5dcd01b5341a4f411f07767f1f76...3e2392dchore(deps): update engines to 7.5.0-11.7b8301120d804d084ab24ec6332a889889514...4b65b60fix(client): fix browser-imported Prisma.DbNull producing empty object (#29286)7a1f497Fix DateTime fields returning Invalid Date with unixepoch-ms (#29274)bee4502fix: use mysql binary protocol to avoid a lossy conversion (#29285)455853dfix: use safeJsonStringify for nested Uint8Array in Json fields (#29268)6586972fix: fix accidental query plan mutation (#29262)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Upgrading Prisma Client is moderately risky because it can change query generation/runtime behavior and may require regenerating the client/migrations to avoid subtle DB interaction regressions.
Overview
Updates
commons/package.jsonto bump@prisma/clientfrom^6.9.0to^7.5.0, bringing the shared DB client dependency in@{{APP_NAME}}/commonsonto Prisma v7.Written by Cursor Bugbot for commit 0d25391. This will update automatically on new commits. Configure here.