deps(commons): bump @prisma/client from 6.19.2 to 7.4.2 in /commons#41
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
deps(commons): bump @prisma/client from 6.19.2 to 7.4.2 in /commons#41dependabot[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.2. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.4.2/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.4.2 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.2", |
There was a problem hiding this comment.
Prisma CLI and client major version mismatch
High Severity
@prisma/client is bumped to ^7.4.2 but the prisma CLI in devDependencies remains at ^6.9.0. Prisma requires both packages to be at the same major version. Running prisma generate with a v6 CLI will produce client code incompatible with the v7 @prisma/client runtime, causing build or runtime failures.
Additional Locations (1)
Author
|
Superseded by #47. |
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.2.
Release notes
Sourced from
@prisma/client's releases.... (truncated)
Commits
ac2bed1chore: port fixes for 7.4.2 (#29270)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...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-only change, but it upgrades the Prisma client major version, which can alter query behavior/runtime compatibility and requires regenerated client artifacts to match.
Overview
Updates
commons/package.jsonto bump@prisma/clientfrom^6.9.0to^7.4.2(Prisma Client v7). No other code or configuration changes are included.Written by Cursor Bugbot for commit 742b497. This will update automatically on new commits. Configure here.