[PR #382] [MERGED] build(deps): Bump @prisma/adapter-better-sqlite3 from 7.0.1 to 7.1.0 #402

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/382
Author: @dependabot[bot]
Created: 12/3/2025
Status: Merged
Merged: 12/4/2025
Merged by: @MickLesk

Base: mainHead: dependabot/npm_and_yarn/prisma/adapter-better-sqlite3-7.1.0


📝 Commits (1)

  • 46df9dc build(deps): Bump @prisma/adapter-better-sqlite3 from 7.0.1 to 7.1.0

📊 Changes

2 files changed (+13 additions, -27 deletions)

View changed files

📝 package-lock.json (+12 -26)
📝 package.json (+1 -1)

📄 Description

Bumps @prisma/adapter-better-sqlite3 from 7.0.1 to 7.1.0.

Release notes

Sourced from @​prisma/adapter-better-sqlite3'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

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/382 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prisma/adapter-better-sqlite3-7.1.0` --- ### 📝 Commits (1) - [`46df9dc`](https://github.com/community-scripts/ProxmoxVE-Local/commit/46df9dc7c77c53a5bbf70ab55922d168cf83804b) build(deps): Bump @prisma/adapter-better-sqlite3 from 7.0.1 to 7.1.0 ### 📊 Changes **2 files changed** (+13 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+12 -26) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@prisma/adapter-better-sqlite3](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-better-sqlite3) 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/adapter-better-sqlite3</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/ad142b68b560c71b74cb16424094233c540b3fa7"><code>ad142b6</code></a> chore(deps): bump better-sqlite3 (<a href="https://github.com/prisma/prisma/tree/HEAD/packages/adapter-better-sqlite3/issues/28625">#28625</a>)</li> <li>See full diff in <a href="https://github.com/prisma/prisma/commits/7.1.0/packages/adapter-better-sqlite3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@prisma/adapter-better-sqlite3&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#402
No description provided.