[PR #347] [CLOSED] build(deps): Bump @prisma/client from 6.19.0 to 7.0.1 #378

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/347
Author: @dependabot[bot]
Created: 11/25/2025
Status: Closed

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


📝 Commits (1)

  • 5d4c364 build(deps): Bump @prisma/client from 6.19.0 to 7.0.1

📊 Changes

2 files changed (+88 additions, -40 deletions)

View changed files

📝 package-lock.json (+87 -39)
📝 package.json (+1 -1)

📄 Description

Bumps @prisma/client from 6.19.0 to 7.0.1.

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

Rust-free Prisma Client as the default

The Rust-free 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
  • ESM-first Prisma Client
  • Significantly simpler deployments

Adopting the new Rust-free 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"
</tr></table> 

... (truncated)

Commits
  • 4122383 feat: 7.0.1 release (#28711)
  • bc09f97 feat(client): made accelerateUrl and adapter mutually exclusive at type level...
  • 3bf3163 chore: update engines to 6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513
  • bdb03a5 fix(client): remove and fix remains of QE runtime bundles (#28533)
  • 3576780 feat(cli,migrate)!: resolve datasource paths relative to the config (#28514)
  • 41837be fix: fix usage of prisma init with corepack (#28504)
  • 1fb6761 feat(config): remove support for engine: 'js' | 'classic'; remove experimen...
  • d1cb099 refactor: remove legacy cruft from GetPrismaClientOptions (#28496)
  • fc75dbc fix: fix 21136 extension test (#28497)
  • df11516 feat(client): [breaking] remove postinstall hook, remove "auto-install" on ...
  • 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)

🔄 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/347 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prisma/client-7.0.1` --- ### 📝 Commits (1) - [`5d4c364`](https://github.com/community-scripts/ProxmoxVE-Local/commit/5d4c3647728b8b14eea83a1ed8cfee1a182cf3c9) build(deps): Bump @prisma/client from 6.19.0 to 7.0.1 ### 📊 Changes **2 files changed** (+88 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+87 -39) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.19.0 to 7.0.1. <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.0.1</h2> <p>Today, we are issuing a 7.0.1 patch release focused on quality of life improvements, and bug fixes.</p> <h2>🛠 Fixes</h2> <ul> <li> <p><strong>Prisma Studio</strong>:</p> <ul> <li>Support Deno &gt;= 1.4 &lt;2.2 and Bun &gt;= 1 (via <a href="https://redirect.github.com/prisma/prisma/pull/28583">prisma/prisma#28583</a>)</li> <li>Fix collisions between user and internal Studio columns when querying (via <a href="https://redirect.github.com/prisma/prisma/pull/28677">prisma/prisma#28677</a>)</li> <li>Warn when SQLite file doesn't exist (via <a href="https://redirect.github.com/prisma/prisma/pull/28711/commits/c33a1ea9e5a94e6a5c876bc4567915cc5f354658">prisma/prisma#28711</a>)</li> <li>Fix <a href="https://redirect.github.com/prisma/studio/issues/1363">prisma/studio#1363</a> (via <a href="https://redirect.github.com/prisma/prisma/pull/28711/commits/07224d4651d043f4b08735eeaa144aa9d75f9fe3">prisma/prisma#28711</a>)</li> <li>Sort tables alphabetically (via <a href="https://redirect.github.com/prisma/prisma/pull/28702">prisma/prisma#28702</a>)</li> </ul> </li> <li> <p><strong>Prisma CLI</strong></p> <ul> <li>Fix potential vulnerabilities in installed dependencies (via <a href="https://redirect.github.com/prisma/prisma/pull/28592">prisma/prisma#28592</a>)</li> <li>Fix <a href="https://redirect.github.com/prisma/prisma/issues/28240">prisma/prisma#28240</a>, an exit code regression affecting <code>prisma migrate diff</code> (via <a href="https://redirect.github.com/prisma/prisma-engines/pull/5699">prisma/prisma-engines#5699</a>)</li> <li>Show informative message when <code>prisma db seed</code> is run, but no <code>migrations.seed</code> command is specified in the Prisma config file (via <a href="https://redirect.github.com/prisma/prisma/pull/28711">prisma/prisma#28711</a>)</li> <li>Relax <code>engines</code> check in <code>package.json</code>, to let Node.js 25+ users adopt Prisma, although Node.js 25+ isn't considered stable yet (via <a href="https://redirect.github.com/prisma/prisma/pull/28600">prisma/prisma#28600</a>). Thanks <a href="https://github.com/Sajito"><code>@​Sajito</code></a>!</li> </ul> </li> <li> <p><strong>Prisma Client</strong></p> <ul> <li>Restore <code>cockroachdb</code> support in <code>prisma-client-js</code> generator, after it was accidentally not shipped in Prisma 7.0.0 (via <a href="https://redirect.github.com/prisma/prisma/pull/28690">prisma/prisma#28690</a>)</li> </ul> </li> <li> <p><strong><code>@​prisma/better-sqlite3</code></strong></p> <ul> <li>Bump underlying version of <code>better-sqlite3</code> to <code>^12.4.5</code>, fixing <a href="https://redirect.github.com/prisma/prisma/issues/28624">prisma/prisma#28624</a> (via <a href="https://redirect.github.com/prisma/prisma/pull/28625">prisma/prisma#28625</a>). Thank you <a href="https://github.com/bhbs"><code>@​bhbs</code></a>!</li> </ul> </li> </ul> <h2>7.0.0</h2> <p>Today, we are excited to share the <code>7.0.0</code> stable release 🎉</p> <p><strong>🌟 Star this repo for notifications about new releases, bug fixes &amp; features — and <a href="https://pris.ly/x">follow us on X</a>!</strong></p> <h1>Highlights</h1> <p>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.</p> <h2>Prisma ORM</h2> <h3>Rust-free Prisma Client as the default</h3> <p>The Rust-free Prisma Client has been in the works for some time now, all the way <a href="https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6">back to v6.16.0</a>, 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:</p> <ul> <li>~90% smaller bundle sizes</li> <li>Up to 3x faster queries</li> <li>ESM-first Prisma Client</li> <li>Significantly simpler deployments</li> </ul> <p>Adopting the new Rust-free client is as simple as swapping the <code>prisma-client-js</code> provider for <code>prisma-client</code> in your main <code>schema.prisma</code> :</p> <pre lang="diff"><code>// schema.prisma generator client { - provider = &quot;prisma-client-js&quot; &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prisma/prisma/commit/4122383564085e544352bb93e83d1fff195e34f9"><code>4122383</code></a> feat: 7.0.1 release (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28711">#28711</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/bc09f97a58b216e085518946a097b0bbca99f350"><code>bc09f97</code></a> feat(client): made accelerateUrl and adapter mutually exclusive at type level...</li> <li><a href="https://github.com/prisma/prisma/commit/3bf31638093b4933bd6166d21228a502e15be226"><code>3bf3163</code></a> chore: update engines to 6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513</li> <li><a href="https://github.com/prisma/prisma/commit/bdb03a5de2fbff639e69a1da938ae27f3fff7469"><code>bdb03a5</code></a> fix(client): remove and fix remains of QE runtime bundles (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28533">#28533</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/357678025df2e9913d916bdb3fb9ff216b8d5f09"><code>3576780</code></a> feat(cli,migrate)!: resolve datasource paths relative to the config (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28514">#28514</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/41837be00c4e48545a4c03f0c29b416b53bd693e"><code>41837be</code></a> fix: fix usage of prisma init with corepack (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28504">#28504</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/1fb67619a2d01a5e755bf921151f2127c51672d2"><code>1fb6761</code></a> feat(config): remove support for <code>engine: 'js' | 'classic'</code>; remove experimen...</li> <li><a href="https://github.com/prisma/prisma/commit/d1cb099085d5f5ca346b9c5750384b64a516ec9b"><code>d1cb099</code></a> refactor: remove legacy cruft from <code>GetPrismaClientOptions</code> (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28496">#28496</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/fc75dbc9e0630e93c85df0679f239af592a31def"><code>fc75dbc</code></a> fix: fix 21136 extension test (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/client/issues/28497">#28497</a>)</li> <li><a href="https://github.com/prisma/prisma/commit/df115166abf79abe930d51aefa83ea4397b0d7ed"><code>df11516</code></a> feat(client): [breaking] remove <code>postinstall</code> hook, remove &quot;auto-install&quot; on ...</li> <li>Additional commits viewable in <a href="https://github.com/prisma/prisma/commits/7.0.1/packages/client">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​prisma/client</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/client&package-manager=npm_and_yarn&previous-version=6.19.0&new-version=7.0.1)](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:10 +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#378
No description provided.