feat(deps): Bump @prisma/client from 6.15.0 to 7.8.0#21107
feat(deps): Bump @prisma/client from 6.15.0 to 7.8.0#21107dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.15.0 to 7.8.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Reviewed by Cursor Bugbot for commit 84b5b76. Configure here.
| "@nestjs/platform-express": "^11", | ||
| "@prisma/adapter-pg": "7.2.0", | ||
| "@prisma/client": "6.15.0", | ||
| "@prisma/client": "7.8.0", |
There was a problem hiding this comment.
Prisma CLI and client major version mismatch breaks v6 tests
High Severity
Bumping @prisma/client from 6.15.0 to 7.8.0 without also bumping the prisma CLI (still at 6.15.0) creates a cross-major-version mismatch. Prisma enforces that the CLI and client versions match. The prisma-orm-v6 test suite relies on the package.json versions (it has no additionalDependencies override), so it will now try to run prisma generate with CLI v6 against client v7, which fails. Even if it didn't fail at generation time, the test expects v6-specific spans (prisma:client:detect_platform, prisma:engine:connect, etc.) that don't exist in v7.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 84b5b76. Configure here.


Bumps @prisma/client from 6.15.0 to 7.8.0.
Release notes
Sourced from @prisma/client's releases.
... (truncated)
Commits
62b44acchore(deps): update engines to 7.8.0-5.e96eae70cf4ade6a15d7e6064d5b0b4f7d835d...4104864feat: add a query plan cache size parameter (#29503)723ba7bchore(deps): update engines to 7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9a...cadbafechore(deps): update engines to 7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b44...f705533chore(deps): update engines to 7.8.0-1.7b80cc56c645c6e03c7541474e6a7c8d91b70d...fbab4e8Fix 29271 (#29303)6a3c3ccchore: extract parameterization to client-engine-runtime (#29422)5b420f8fix(client): prevent caching of createMany queries to avoid cache bloat and p...30f0af6feat: dmmf streaming with an E2E test (#29377)14c3c2efix: pin E2E typescript to prevent 6 upgrade (#29383)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@prisma/clientsince your current version.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)