Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2025

Bumps @prisma/instrumentation from 6.6.0 to 6.18.0.

Release notes

Sourced from @​prisma/instrumentation's releases.

6.18.0

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

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

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:

  • prisma init now creates a prisma.config.ts automatically

When creating a new project with 6.18.0, prisma init will now create a prisma.config.ts file automatically. This prepares new applications for the future of Prisma 7. Some fields that have been historically set in the schema.prisma file are now able to be set in the prisma.config.ts, and we encourage people to migrate over to the new structure before the release of version 7, where this file will become a requirement.

  • Support for defining your datasource in prisma.config.ts

If you’re adopting the new prisma.config.ts setup in your projects, version 6.18.0 brings the ability to set your datasource directly in your config file. Once this is in your config file, any datasource set in your schema.prisma will be ignored. To set the datasource, we also must include the new engine key which we can set to "classic" , which will be required for Prisma v7

import { defineConfig, env } from "prisma/config";
export default defineConfig({
    // The Rust-compiled schema engine 
    engine: "classic",
    datasource: {
        url: env('DATABASE_URL'),
    }
});

Preparing for Prisma v7

While it has been mentioned a few times already, many of the changes in this release are here to prepare folks for the upcoming release of Prisma v7. It’s worth repeating that these changes and the migration to prisma.config.ts will be required for Prisma v7, so we’re releasing this as opt-in features for developers. But come Prisma v7, they will be the new way of configuring your project.

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:

Database Metric in Console

Inside of your database console, you can now view metrics on your database usage and interactions. You can get insights into the follow:

  • Total egress
  • Average response size
  • Average query duration

In addition, you can also get insights into how to improve your query caching and gain better performance.

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 22, 2025
@comp-ai-code-review
Copy link

comp-ai-code-review bot commented Oct 22, 2025

🔒 Comp AI - Security Review

🟡 Risk Level: MEDIUM

OSV scan found 3 vulnerabilities: [email protected] (2 HIGH: GHSA-4r6h-8v6p-xvw6, GHSA-5pgg-2g8v-p4x9) and [email protected] (LOW: GHSA-rwvc-j5jr-mgvh, fixedIn: 5.0.52).


📦 Dependency Vulnerabilities

🟠 NPM Packages (HIGH)

Risk Score: 8/10 | Summary: 2 high, 1 low CVEs found

Package Version CVE Severity CVSS Summary Fixed In
xlsx 0.18.5 GHSA-4r6h-8v6p-xvw6 HIGH N/A Prototype Pollution in sheetJS No fix yet
xlsx 0.18.5 GHSA-5pgg-2g8v-p4x9 HIGH N/A SheetJS Regular Expression Denial of Service (ReDoS) No fix yet
ai 5.0.0 GHSA-rwvc-j5jr-mgvh LOW N/A Vercel’s AI SDK's filetype whitelists can be bypassed when uploading files 5.0.52

🛡️ Code Security Analysis

✅ No security issues detected in code changes.


💡 Recommendations

View 3 recommendation(s)
  1. Update ai in package.json to >= 5.0.52 (per scan: GHSA-rwvc-j5jr-mgvh fixedIn 5.0.52).
  2. Upgrade xlsx from 0.18.5 to a version that addresses GHSA-4r6h-8v6p-xvw6 and GHSA-5pgg-2g8v-p4x9 (edit package.json dependency and reinstall).
  3. If you cannot immediately upgrade, isolate or remove code paths that parse untrusted spreadsheet input with xlsx to avoid prototype pollution and ReDoS exposure.

Powered by Comp AI - AI that handles compliance for you. Reviewed Nov 14, 2025

@vercel
Copy link

vercel bot commented Oct 22, 2025

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

Project Deployment Preview Comments Updated (UTC)
app Error Error Nov 14, 2025 10:01pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
portal Skipped Skipped Nov 14, 2025 10:01pm

@vercel vercel bot temporarily deployed to Preview – portal October 22, 2025 11:29 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from ce2b7d1 to e9a0a2a Compare October 23, 2025 13:44
@vercel vercel bot temporarily deployed to Preview – portal October 23, 2025 13:44 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from e9a0a2a to 004824d Compare October 29, 2025 17:41
@vercel vercel bot temporarily deployed to Preview – portal October 29, 2025 17:41 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 004824d to d0a0930 Compare October 31, 2025 11:21
@vercel vercel bot temporarily deployed to Preview – portal October 31, 2025 11:21 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from d0a0930 to 957e60a Compare November 3, 2025 11:30
@vercel vercel bot temporarily deployed to Preview – portal November 3, 2025 11:30 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 957e60a to 3c212b4 Compare November 5, 2025 11:18
@vercel vercel bot temporarily deployed to Preview – portal November 5, 2025 11:18 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 3c212b4 to 41e5342 Compare November 6, 2025 20:11
@vercel vercel bot temporarily deployed to Preview – portal November 6, 2025 20:11 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 41e5342 to 09651cf Compare November 7, 2025 11:18
@vercel vercel bot temporarily deployed to Preview – portal November 7, 2025 11:18 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 09651cf to cae470a Compare November 7, 2025 17:00
@vercel vercel bot temporarily deployed to Preview – portal November 7, 2025 17:00 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from cae470a to b60953e Compare November 10, 2025 12:23
@vercel vercel bot temporarily deployed to Preview – portal November 10, 2025 12:23 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from b60953e to d0fd170 Compare November 11, 2025 11:19
@vercel vercel bot temporarily deployed to Preview – portal November 11, 2025 11:19 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from d0fd170 to 8caddca Compare November 12, 2025 11:17
@vercel vercel bot temporarily deployed to Preview – portal November 12, 2025 11:17 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 8caddca to decda9c Compare November 12, 2025 20:22
@vercel vercel bot temporarily deployed to Preview – portal November 12, 2025 20:23 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from decda9c to 2345f20 Compare November 13, 2025 11:20
@vercel vercel bot temporarily deployed to Preview – portal November 13, 2025 11:20 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 2345f20 to 9bb845a Compare November 13, 2025 18:35
@vercel vercel bot temporarily deployed to Preview – portal November 13, 2025 18:35 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from 9bb845a to a566d71 Compare November 14, 2025 11:20
@vercel vercel bot temporarily deployed to Preview – portal November 14, 2025 11:20 Inactive
Bumps [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation) from 6.6.0 to 6.18.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.18.0/packages/instrumentation)

---
updated-dependencies:
- dependency-name: "@prisma/instrumentation"
  dependency-version: 6.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.18.0 branch from a566d71 to cde27d8 Compare November 14, 2025 21:58
@vercel vercel bot temporarily deployed to Preview – portal November 14, 2025 21:59 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant