[PR #294] [MERGED] build(deps-dev): Bump prisma from 6.18.0 to 6.19.0 #327

Closed
opened 2025-11-20 04:14:07 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/294
Author: @dependabot[bot]
Created: 11/7/2025
Status: Merged
Merged: 11/10/2025
Merged by: @michelroegl-brunner

Base: mainHead: dependabot/npm_and_yarn/prisma-6.19.0


📝 Commits (1)

  • 08fe6a7 build(deps-dev): Bump prisma from 6.18.0 to 6.19.0

📊 Changes

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

View changed files

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

📄 Description

Bumps prisma from 6.18.0 to 6.19.0.

Release notes

Sourced from prisma's releases.

6.19.0

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

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

Highlights

This release brings a lot of bug fixes and improvements to both the ORM and Prisma Postgres.

Prisma ORM

Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s release brings a bunch of new bug fixes and overall improvements:

  • #5675: When dropping a model from a schema, do not append the default schema to the migration.
  • #5656: Align naming conventions for fields and relation fields
  • #28341: Add biome ignore comments to generated client files. This was a community contribution from @​lonelyevil, thank you!

Prisma Postgres

Prisma Postgres is our fully managed Postgres service, designed with the same philosophy of great DX that has guided Prisma for close to a decade. With this release, we are introducing the following improvements:

Connection pooling with Prisma Postgres

We added support for direct connections in 6.17, opening Prisma Postgres up to working with any tool in the wider Postgres ecosystem. Now, you can confirm that connection to support connection pooling by appending the query parameter pool=true to the connection string.

postgres://555555..../postgres?sslmode=require&pool=true

VS Code extension

A frequently requested feature is to be able to use a local Prisma Postgres database within our VS Code Extension without having to log in. In this release, we’re happy to share that this is now supported! Now you can work on your project without having to connect to the database remotely.

#1924: previewFeatures = "" suggestion results in "[]" value

Preparing for Prisma v7

Prisma v7 is almost here, and we’ve been making many of the feature in it available ahead of its release. If you haven’t been keeping your version of prisma, @prisma/client up to date, now is the time to do so before the release. Many of the changes we’ve introduced over the 6.x release cycle will become the default in v7.

  • Unified Prisma Config for project configuration
  • Move from prisma-client-js prisma-client
  • New engine and datasource keys in prisma.config.ts

Open roles at Prisma

Interested in joining Prisma? We’re growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that’s right for you.

... (truncated)

Commits
  • 2ca964d chore(deps): update engines to 6.19.0-8.7b3c6b2f5cf8948c3c32b2898731d3222f349...
  • See full diff 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/294 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prisma-6.19.0` --- ### 📝 Commits (1) - [`08fe6a7`](https://github.com/community-scripts/ProxmoxVE-Local/commit/08fe6a784392d0e35bd640c7e87b63a2d80e734d) build(deps-dev): Bump prisma from 6.18.0 to 6.19.0 ### 📊 Changes **2 files changed** (+40 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+39 -36) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 6.18.0 to 6.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prisma/prisma/releases">prisma's releases</a>.</em></p> <blockquote> <h2>6.19.0</h2> <p>Today, we are excited to share the <code>6.19.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> <h1>Highlights</h1> <p>This release brings a lot of bug fixes and improvements to both the ORM and Prisma Postgres.</p> <h2><a href="https://www.prisma.io/orm">Prisma ORM</a></h2> <p>Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s release brings a bunch of new bug fixes and overall improvements:</p> <ul> <li><a href="https://redirect.github.com/prisma/prisma-engines/pull/5675">#5675</a>: When dropping a model from a schema, do not append the default schema to the migration.</li> <li><a href="https://redirect.github.com/prisma/prisma-engines/pull/5656">#5656</a>: Align naming conventions for fields and relation fields</li> <li><a href="https://redirect.github.com/prisma/prisma/pull/28341">#28341</a>: Add biome ignore comments to generated client files. This was a community contribution from <a href="https://github.com/lonelyevil"><code>@​lonelyevil</code></a>, thank you!</li> </ul> <h2><a href="https://www.prisma.io/postgres">Prisma Postgres</a></h2> <p><a href="https://www.prisma.io/postgres">Prisma Postgres</a> is our fully managed Postgres service, designed with the same philosophy of great DX that has guided Prisma for close to a decade. With this release, we are introducing the following improvements:</p> <h3>Connection pooling with Prisma Postgres</h3> <p>We added support for direct connections in 6.17, opening Prisma Postgres up to working with any tool in the wider Postgres ecosystem. Now, you can confirm that connection to support connection pooling by appending the query parameter <code>pool=true</code> to the connection string.</p> <pre><code>postgres://555555..../postgres?sslmode=require&amp;pool=true </code></pre> <h2>VS Code extension</h2> <p>A frequently requested feature is to be able to use a <a href="https://www.prisma.io/docs/postgres/database/local-development">local Prisma Postgres database</a> within our VS Code Extension without having to log in. In this release, we’re happy to share that this is now supported! Now you can work on your project without having to connect to the database remotely.</p> <!-- raw HTML omitted --> <p><a href="https://redirect.github.com/prisma/language-tools/pull/1924">#1924</a>: previewFeatures = &quot;&quot; suggestion results in &quot;[]&quot; value</p> <h3>Preparing for Prisma v7</h3> <p>Prisma v7 is almost here, and we’ve been making many of the feature in it available ahead of its release. If you haven’t been keeping your version of <code>prisma</code>, <code>@prisma/client</code> up to date, now is the time to do so before the release. Many of the changes we’ve introduced over the 6.x release cycle will become the default in v7.</p> <ul> <li>Unified Prisma Config for project configuration</li> <li>Move from <code>prisma-client-js</code> <code>prisma-client</code></li> <li>New <code>engine</code> and <code>datasource</code> keys in <code>prisma.config.ts</code></li> </ul> <h2>Open roles at Prisma</h2> <p>Interested in joining Prisma? We’re growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our <a href="https://www.prisma.io/careers#current">Careers page</a> and find the role that’s right for you.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prisma/prisma/commit/2ca964d0a81ce251f970fa40821b31f692771d32"><code>2ca964d</code></a> chore(deps): update engines to 6.19.0-8.7b3c6b2f5cf8948c3c32b2898731d3222f349...</li> <li>See full diff in <a href="https://github.com/prisma/prisma/commits/6.19.0/packages/cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prisma&package-manager=npm_and_yarn&previous-version=6.18.0&new-version=6.19.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>
saavagebueno added the pull-request label 2025-11-20 04:14:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#327