Skip to content

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
dependabot/npm_and_yarn/commons/prisma/client-7.4.2
Closed

deps(commons): bump @prisma/client from 6.19.2 to 7.4.2 in /commons#41
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/commons/prisma/client-7.4.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps @prisma/client from 6.19.2 to 7.4.2.

Release notes

Sourced from @​prisma/client's releases.

7.4.2

Today, we are issuing a 7.4.2 patch release focused on bug fixes and quality improvements.

🛠 Fixes

Prisma Client

Driver Adapters

  • @​prisma/adapter-mariadb: Update text column detection to check for a binary collation (prisma/prisma#29238)
  • @​prisma/adapter-mariadb: Correct relationJoins compatibility check for MariaDB 8.x versions (prisma/prisma#29246)

Schema Engine

🙏 Huge thanks to our community

Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!

7.4.1

Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements.

🛠 Fixes

Prisma Client

Driver Adapters

  • @​prisma/adapter-ppg: Handle null values in type parsers for nullable columns (prisma/prisma#29192)

Prisma Schema Language

🙏 Huge thanks to our community

Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!

7.4.0

Today, we are excited to share the 7.4.0 stable release 🎉

... (truncated)

Commits
  • ac2bed1 chore: port fixes for 7.4.2 (#29270)
  • 533e22a chore: port fixes to 7.4 patch branch (#29222)
  • 7060f68 chore(deps): update engines to 7.4.0-20.ab56fe763f921d033a6c195e7ddeb3e255bdb...
  • 91a24a9 feat: query plan caching (#29038)
  • b49d446 chore(deps): update engines to 7.4.0-18.2997580c8cb38878f73e100453e7b27119e8f...
  • 3c99935 chore(deps): update engines to 7.4.0-17.57b675f79cd26fbf702d70f9a13d2b7b2fad9...
  • e7504d7 chore(deps): update engines to 7.4.0-16.d0314091cdd30494eefc61d346f8c09aca20d...
  • 1e6c91c chore(deps): update engines to 7.4.0-15.6129681d45ea4510d3372dd5b28f6b8927584...
  • e1bfd22 chore(deps): update engines to 7.4.0-13.e876f7aec6b9be3e5147d061ed521ec45a845...
  • 12ca969 chore(deps): update engines to 7.4.0-12.aa5ee090ba89988f1dce71be263f4bcd9519b...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.json to bump @prisma/client from ^6.9.0 to ^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.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 28, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 14, 2026

Superseded by #47.

@dependabot dependabot bot closed this Mar 14, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/commons/prisma/client-7.4.2 branch March 14, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants