[Snyk] Upgrade prisma from 6.11.1 to 6.12.0 #7
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.
Snyk has created this PR to upgrade prisma from 6.11.1 to 6.12.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 50 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: prisma
-
6.12.0 - 2025-07-15
generator client {
- React Router + Vite + Cloudflare
- React Router + Vite + Node.js
- Nuxt 3 + Vite + Nitro
- Deno Deploy
-
6.12.0-integration-raw-code-fallback-turso.1 - 2025-07-14
-
6.12.0-integration-push-nqqtxovowlmm.3 - 2025-07-14
-
6.12.0-integration-push-nqqtxovowlmm.2 - 2025-07-11
-
6.12.0-integration-push-nqqtxovowlmm.1 - 2025-07-10
-
6.12.0-integration-fix-support-adapter-type-in-prisma-client-constructor-with-edge-runtimes.1 - 2025-07-11
-
6.12.0-integration-fix-regression-accelerate.1 - 2025-07-02
-
6.12.0-integration-fix-mcp-json-response.3 - 2025-07-03
-
6.12.0-integration-fix-mcp-json-response.2 - 2025-07-03
-
6.12.0-integration-fix-mcp-json-response.1 - 2025-07-02
-
6.12.0-integration-feat-investigate-prisma-generate-on-stackblitz.1 - 2025-07-14
-
6.12.0-dev.40 - 2025-07-15
-
6.12.0-dev.39 - 2025-07-15
-
6.12.0-dev.38 - 2025-07-15
-
6.12.0-dev.37 - 2025-07-15
-
6.12.0-dev.36 - 2025-07-15
-
6.12.0-dev.35 - 2025-07-14
-
6.12.0-dev.34 - 2025-07-14
-
6.12.0-dev.33 - 2025-07-14
-
6.12.0-dev.32 - 2025-07-14
-
6.12.0-dev.31 - 2025-07-11
-
6.12.0-dev.30 - 2025-07-10
-
6.12.0-dev.29 - 2025-07-10
-
6.12.0-dev.28 - 2025-07-10
-
6.12.0-dev.27 - 2025-07-10
-
6.12.0-dev.26 - 2025-07-10
-
6.12.0-dev.25 - 2025-07-10
-
6.12.0-dev.24 - 2025-07-10
-
6.12.0-dev.23 - 2025-07-10
-
6.12.0-dev.22 - 2025-07-09
-
6.12.0-dev.21 - 2025-07-09
-
6.12.0-dev.20 - 2025-07-09
-
6.12.0-dev.19 - 2025-07-09
-
6.12.0-dev.18 - 2025-07-04
-
6.12.0-dev.17 - 2025-07-04
-
6.12.0-dev.16 - 2025-07-03
-
6.12.0-dev.15 - 2025-07-03
-
6.12.0-dev.14 - 2025-07-03
-
6.12.0-dev.13 - 2025-07-03
-
6.12.0-dev.12 - 2025-07-03
-
6.12.0-dev.11 - 2025-07-02
-
6.12.0-dev.10 - 2025-07-02
-
6.12.0-dev.9 - 2025-07-02
-
6.12.0-dev.8 - 2025-07-01
-
6.12.0-dev.7 - 2025-07-01
-
6.12.0-dev.6 - 2025-07-01
-
6.12.0-dev.4 - 2025-07-01
-
6.12.0-dev.3 - 2025-07-01
-
6.12.0-dev.2 - 2025-07-01
-
6.12.0-dev.1 - 2025-07-01
-
6.11.1 - 2025-07-03
-
-
from prisma GitHub release notesToday, we are excited to share the
6.12.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ESM-compatible
prisma-clientgenerator now in PreviewWe’re excited to share that our new and more flexible
prisma-clientgenerator is moving into Preview! As a reminder, here’s what it looks like:// Required
provider = "prisma-client" // no
-jsat the end!output = "../src/generated/prisma"
// Optional
runtime = "nodejs"
moduleFormat = "esm"
generatedFileExtension = "ts"
importFileExtension = "ts"
}
This new generator eliminates any headaches that you may have experienced due to magical code generation into
node_modulesand gives you full control over the generated Prisma Client code. With it moving into Preview, we hope that even more of you will try it out and share your feedback with us!In addition to moving it into Preview, we also created a couple of new ready-to-run examples to help you get started with the new generator and your favorite framework:
📚 Learn more in the docs.
Specify
viewsandmigrationsfolder locations inprisma.config.ts(Early Access)As we’re getting closer to the General Availability release of
prisma.config.ts, we’re adding more capabilities to it. In previous versions, the Prisma CLI implicitly used to infer the location for migration and SQL view definition files based on the location of the Prisma schema. In this release, we’re adding two new fields (migrationsandviews) to give you more flexibility and clarity on how to locate these files:📚 Learn more in the docs.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance. With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise
Today, we are issuing a 6.11.1 patch release.
Bug fixes
In Prisma ORM version 6.11.0, we shipped a bug fix for Prisma that allows using Prisma Postgres with direct TCP connections with Prisma Driver Adapters. This fix required refactoring the Prisma Client initialization logic, and while several test cases were added, an edge case was missing, causing #27569.
Namely, using
@ prisma/clientwith@ prisma/extension-accelerateon aprisma+postgres://...connection string, while generating the Prisma Client definitions viaprisma generate, resulted in aPrismaClientInitializationError.This is now fixed, so we highly recommend upgrading to version 6.11.1.
Reminder: when using Prisma Accelerate, we highly encourage you to generate your Prisma Client definitions via
prisma generate --no-engine.We've fixed an issue that would occur when using arrays as aggregation fields with the query compiler. These queries would fail with a confusing data mapping error. They should now work as expected.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: