Skip to content

build(deps): bump @prisma/client from 6.19.0 to 7.1.0 - #315

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma/client-7.1.0
Closed

build(deps): bump @prisma/client from 6.19.0 to 7.1.0#315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prisma/client-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 3, 2025

Copy link
Copy Markdown
Contributor

Bumps @prisma/client from 6.19.0 to 7.1.0.

Release notes

Sourced from @​prisma/client's releases.

7.0.1

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

🛠 Fixes

7.0.0

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

🌟 Star this repo for notifications about new releases, bug fixes & features — and follow us on X!

Highlights

Over the past year we focused on making it simpler and faster to build applications with Prisma, no matter what tools you use or where you deploy, with exceptional developer experience at it’s core. This release makes many features introduced over the past year as the new defaults moving forward.

Prisma ORM

ESM Prisma Client as the default

The Rust-free/ESM Prisma Client has been in the works for some time now, all the way back to v6.16.0, with early iterations being available for developers to adopt. Now with version 7.0, we’re making this the default for all new projects. With this, developers are able to get:

  • ~90% smaller bundle sizes
  • Up to 3x faster queries
  • Significantly simpler deployments

Adopting the new client is as simple as swapping the prisma-client-js provider for prisma-client in your main schema.prisma :

// schema.prisma
generator client {
- provider = "prisma-client-js"
+ provider = "prisma-client"
</tr></table> 

... (truncated)

Commits
  • d00dc11 feat: add traceContext SQL commenter plugin (#28802)
  • f2ef286 chore(deps): update engines to 7.1.0-6.ab635e6b9d606fa5c8fb8b1a7f909c3c3c1c98...
  • 32ac485 feat: implement query tags sqlcommenter plugin (#28796)
  • 44cac9f feat: implement sqlcommenter plugins for Prisma Client (#28769)
  • 6b81970 test: re-add integration tests (#28799)
  • 6e9438a fix(test): e2e unsupported edge error (#28722)
  • ba98f98 fix(client): added error message when constructing client without configs (#2...
  • 58fec5e refactor: refactor schema path loading and fix config relative handling (#28734)
  • 0847487 fix(client-engine-runtime): abort transaction on maxWait timeout (#28723)
  • 08ed4f4 ci: re-add memory tests (#28710)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​prisma/client since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 3, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.1.0 branch 2 times, most recently from 28f9a64 to 90f0bdb Compare December 5, 2025 13:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.1.0 branch from 90f0bdb to f5aa897 Compare December 12, 2025 13:16
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.0 to 7.1.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prisma/client-7.1.0 branch from f5aa897 to 59252d1 Compare December 12, 2025 13:17
@dependabot @github

dependabot Bot commented on behalf of github Dec 18, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #336.

@dependabot dependabot Bot closed this Dec 18, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prisma/client-7.1.0 branch December 18, 2025 13: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