deps(commons): bump @prisma/client from 6.19.2 to 7.4.1 in /commons#35
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
deps(commons): bump @prisma/client from 6.19.2 to 7.4.1 in /commons#35dependabot[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.4.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.1/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.4.1 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.
| }, | ||
| "dependencies": { | ||
| "@prisma/client": "^6.9.0", | ||
| "@prisma/client": "^7.4.1", |
There was a problem hiding this comment.
Prisma client and CLI major version mismatch
High Severity
@prisma/client is bumped to ^7.4.1 but the prisma CLI devDependency on line 27 remains at ^6.9.0. These two packages are tightly coupled and must share the same major version. This mismatch will cause prisma generate and other CLI commands to fail, breaking database migrations and client generation.
Additional Locations (1)
Author
|
Superseded by #41. |
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.4.1.
Release notes
Sourced from
@prisma/client's releases.... (truncated)
Commits
533e22achore: port fixes to 7.4 patch branch (#29222)7060f68chore(deps): update engines to 7.4.0-20.ab56fe763f921d033a6c195e7ddeb3e255bdb...91a24a9feat: query plan caching (#29038)b49d446chore(deps): update engines to 7.4.0-18.2997580c8cb38878f73e100453e7b27119e8f...3c99935chore(deps): update engines to 7.4.0-17.57b675f79cd26fbf702d70f9a13d2b7b2fad9...e7504d7chore(deps): update engines to 7.4.0-16.d0314091cdd30494eefc61d346f8c09aca20d...1e6c91cchore(deps): update engines to 7.4.0-15.6129681d45ea4510d3372dd5b28f6b8927584...e1bfd22chore(deps): update engines to 7.4.0-13.e876f7aec6b9be3e5147d061ed521ec45a845...12ca969chore(deps): update engines to 7.4.0-12.aa5ee090ba89988f1dce71be263f4bcd9519b...36b57cbchore(deps): update engines to 7.4.0-11.8583547702bad6d8e7de7d9812f7ec5c22e1c...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
Dependency major-version bump for Prisma Client may introduce runtime/query behavior changes across all consumers of the shared DB layer; requires regression testing around database interactions.
Overview
Upgrades
@prisma/clientincommons/package.jsonfrom^6.9.0to^7.4.1, affecting the Prisma client version used by shared DB utilities and seed code.Written by Cursor Bugbot for commit 59fe306. This will update automatically on new commits. Configure here.