[PR #383] [MERGED] build(deps): Bump @prisma/client from 7.0.1 to 7.1.0 #403

Closed
opened 2026-02-26 12:41:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/383
Author: @dependabot[bot]
Created: 12/3/2025
Status: Merged
Merged: 12/4/2025
Merged by: @michelroegl-brunner

Base: mainHead: dependabot/npm_and_yarn/prisma/client-7.1.0


📝 Commits (1)

  • b5450bd build(deps): Bump @prisma/client from 7.0.1 to 7.1.0

📊 Changes

2 files changed (+9 additions, -9 deletions)

View changed files

📝 package-lock.json (+8 -8)
📝 package.json (+1 -1)

📄 Description

Bumps @prisma/client from 7.0.1 to 7.1.0.

Release notes

Sourced from @​prisma/client'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/extension-read-replicas@0.4.1
    

For more information, visit the repo

SQL comments

... (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

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/383 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prisma/client-7.1.0` --- ### 📝 Commits (1) - [`b5450bd`](https://github.com/community-scripts/ProxmoxVE-Local/commit/b5450bd221590d674068581e711c08a6746be316) build(deps): Bump @prisma/client from 7.0.1 to 7.1.0 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+8 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.0.1 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prisma/prisma/releases"><code>@​prisma/client</code>'s releases</a>.</em></p> <blockquote> <h2>7.1.0</h2> <p>Today, we are excited to share the <code>7.1.0</code> stable release 🎉</p> <p><strong>🌟 Star this repo for notifications about new releases, bug fixes &amp; features — or <a href="https://pris.ly/x">follow us on X</a>!</strong></p> <p>This release brings quality of life improvements and fixes various bugs.</p> <h2>Prisma ORM</h2> <ul> <li> <p><a href="https://redirect.github.com/prisma/prisma/pull/28735">#28735</a>: <strong>pnpm monorepo issues with prisma client runtime utils</strong> Resolves issues in pnpm monorepos where users would report TypeScript issues related to <code>@prisma/client-runtime-utils</code>.</p> </li> <li> <p><a href="https://redirect.github.com/prisma/prisma/pull/28769">#28769</a>:  <strong>implement sql commenter plugins for Prisma Client</strong> 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 <a href="https://google.github.io/sqlcommenter/">sqlcommenter format</a>.</p> <p>Here’s two related PRs that were also merged:</p> <ul> <li><a href="https://redirect.github.com/prisma/prisma/pull/28796">#28796</a>: <strong>implement query tags for SQL commenter plugin</strong></li> <li><a href="https://redirect.github.com/prisma/prisma/pull/28802">#28802</a>: <strong>add <code>traceContext</code> SQL commenter plugin</strong></li> </ul> </li> <li> <p><a href="https://redirect.github.com/prisma/prisma/pull/28737">#28737</a>: <strong>added error message when constructing client without configs</strong> This commit adds an additional error message when trying to create a new PrismaClient instance without any arguments. Thanks to <a href="https://github.com/xio84"><code>@​xio84</code></a> for this community contribution!</p> </li> <li> <p><a href="https://redirect.github.com/prisma/prisma/pull/28820">#28820</a>: <strong>mark <code>@opentelemetry/api</code> as external in instrumentation</strong> Ensures <code>@opentelemetry/api</code> 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.</p> </li> <li> <p><a href="https://redirect.github.com/prisma/prisma/pull/28694">#28694</a>: <strong>allow <code>env()</code> helper to accept interface-based generics</strong> Updates the <code>env()</code> 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 <a href="https://github.com/SaubhagyaAnubhav"><code>@​SaubhagyaAnubhav</code></a> for this community contribution!</p> </li> </ul> <h2>Read Replicas extension</h2> <ul> <li> <p><a href="https://redirect.github.com/prisma/extension-read-replicas/pull/53">#53</a>: <strong>Add support for Prisma 7</strong> Users of the read-replicas extension can now use the extension in Prisma v7. You can update by installing:</p> <pre lang="bash"><code>npm install @prisma/extension-read-replicas@latest </code></pre> <p>For folks still on Prisma v6, install version <code>0.4.1</code>:</p> <pre lang="bash"><code>npm install @prisma/extension-read-replicas@0.4.1 </code></pre> </li> </ul> <p>For more information, <a href="https://github.com/prisma/extension-read-replicas">visit the repo</a></p> <h2>SQL comments</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prisma/prisma/commit/d00dc11af0859a7c9bc289f5e48df79a72ec046f"><code>d00dc11</code></a> feat: add <code>traceContext</code> SQL commenter plugin (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28802">#28802</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/f2ef286a2d7893152cb8f31577e6b3f94b02974d"><code>f2ef286</code></a> chore(deps): update engines to 7.1.0-6.ab635e6b9d606fa5c8fb8b1a7f909c3c3c1c98...</li> <li><a href="https://github.com/prisma/prisma/commit/32ac48560953bf85b5f640753126ea3eb2b5e99a"><code>32ac485</code></a> feat: implement query tags sqlcommenter plugin (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28796">#28796</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/44cac9f34a5d5bc2925fbe5a9fbc18a6f8dbeeed"><code>44cac9f</code></a> feat: implement sqlcommenter plugins for Prisma Client (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28769">#28769</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/6b81970fcc0fc92c1868c2c48727b970f8f5fdc1"><code>6b81970</code></a> test: re-add integration tests (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28799">#28799</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/6e9438ac84eaaf860eba3292eebaca0077adf937"><code>6e9438a</code></a> fix(test): e2e unsupported edge error (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28722">#28722</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/ba98f988e5bb7c59fb4107a368a40933d7af8cc0"><code>ba98f98</code></a> fix(client): added error message when constructing client without configs (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/2">#2</a>...</li> <li><a href="https://github.com/prisma/prisma/commit/58fec5e43a794832bb4c5ec3f5f3f9513bbaa657"><code>58fec5e</code></a> refactor: refactor schema path loading and fix config relative handling (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28734">#28734</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/08474877dea7f8f9b905c149d34bf2c0f2ef006d"><code>0847487</code></a> fix(client-engine-runtime): abort transaction on <code>maxWait</code> timeout (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28723">#28723</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/08ed4f465e2eef029c913c00e049e5c78ab03b83"><code>08ed4f4</code></a> ci: re-add memory tests (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28710">#28710</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prisma/prisma/commits/7.1.0/packages/client">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/client&package-manager=npm_and_yarn&previous-version=7.0.1&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#403
No description provided.