Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2025

Bumps prisma from 6.5.0 to 7.1.0.

Release notes

Sourced from prisma's releases.

7.1.0

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

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

This release brings quality of life improvements and fixes various bugs.

Prisma ORM

  • #28735: pnpm monorepo issues with prisma client runtime utils Resolves issues in pnpm monorepos where users would report TypeScript issues related to @prisma/client-runtime-utils.

  • #28769:  implement sql commenter plugins for Prisma Client This PR implements support for SQL commenter plugins to Prisma Client. The feature will allow users to add metadata to SQL queries as comments following the sqlcommenter format.

    Here’s two related PRs that were also merged:

    • #28796: implement query tags for SQL commenter plugin
    • #28802: add traceContext SQL commenter plugin
  • #28737: added error message when constructing client without configs This commit adds an additional error message when trying to create a new PrismaClient instance without any arguments. Thanks to @​xio84 for this community contribution!

  • #28820: mark @opentelemetry/api as external in instrumentation Ensures @opentelemetry/api is treated as an external dependency rather than bundled. Since it is a peer dependency, this prevents applications from ending up with duplicate copies of the package.

  • #28694: allow env() helper to accept interface-based generics Updates the env() helper’s type definition so it works with interfaces as well as type aliases. This removes the previous constraint requiring an index signature and resolves TS2344 errors when using interface-based env types. Runtime behavior is unchanged. Thanks to @​SaubhagyaAnubhav for this community contribution!

Read Replicas extension

  • #53: Add support for Prisma 7 Users of the read-replicas extension can now use the extension in Prisma v7. You can update by installing:

    npm install @prisma/extension-read-replicas@latest

    For folks still on Prisma v6, install version 0.4.1:

    npm install @prisma/[email protected]

For more information, visit the repo

SQL comments

... (truncated)

Commits
  • 8bb6b7c feat: TML-1618 add ppg local vs remote tracking for studio cli (#28765)
  • f36ad10 fix: TML-1639 adjust utm_medium for init (#28763)
  • 6efbe22 fix: bump prisma dev to fix valibot security issue (#28762)
  • 1608d0a feat: update init cli utms (#28755)
  • 58fec5e refactor: refactor schema path loading and fix config relative handling (#28734)
  • 4f7b38b chore(cli): bump @​prisma/dev resolving hono vulnerabilities. (#28728)
  • 762213c fix(client): broken links in type comments (#28598)
  • 3c695f1 feat(cli): sort tables alphabetically in Studio. (#28702)
  • 3230645 fix: allow any node version higher than 24 (#28600)
  • 8b6e5ca feat: add expired token detection for platform cli calls using the old platfo...
  • 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 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)

Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.5.0 to 7.1.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.1.0/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Any issues related to dependencies javascript Pull requests that update javascript code labels Dec 6, 2025
@vercel
Copy link

vercel bot commented Dec 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
postiz Ignored Ignored Dec 6, 2025 10:17pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Any issues related to dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants