Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @prisma/instrumentation from 6.6.0 to 6.17.1.

Release notes

Sourced from @​prisma/instrumentation's releases.

6.17.1

Today, we are issuing a patch release to address a regression in v6.17.0 that affected diffing of unsupported types, leading to unnecessary or incorrect changes when creating new migrations or running db pull. This update is recommended for all users who have any fields marked as Unsupported in their schema files.

Changes

6.17.0

Today, we are excited to share the 6.17.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 number of bug fixes and improvements to Prisma ORM.

Bug fixes and improvements

  • Added support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the config object to configure DefaultAzureCredential:
    import { PrismaMssql } from '@prisma/adapter-mssql'
    import { PrismaClient } from '@prisma/client'
    const config = {
    server: 'localhost',
    port: 1433,
    database: 'mydb',
    authentication: {
    type: 'azure-active-directory-default',
    },
    options: {
    encrypt: true,
    },
    }
    const adapter = new PrismaMssql(config)
    const prisma = new PrismaClient({ adapter })

    Learn more in this PR.
  • Relaxed the support package range for @opentelemetry/instrumentation to be compatible with ">=0.52.0 <1". Learn more in this PR.
  • Added Codex CLI detection, ensuring dangerous Prisma operations are not executed by Codex without explicit user consent. Learn more in this PR.
  • Fixed JSON column handling when using a MariaDB database. Learn more in this PR.
  • Restored the original behaviour of group-by aggregations where they would refer to columns with explicit table names which fixes a regression that would result in ambiguous column errors. Learn more in this PR.

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:

New usage workspace metrics available in your Console Dashboard

The Dashboard in your Prisma Console account now displays new metrics about your Prisma Postgres usage:

... (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 13, 2025
@vercel
Copy link

vercel bot commented Oct 13, 2025

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

Project Deployment Preview Comments Updated (UTC)
app Ready Ready Preview Comment Oct 17, 2025 3:23pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
portal Skipped Skipped Oct 17, 2025 3:23pm

@vercel vercel bot temporarily deployed to Preview – portal October 13, 2025 12:05 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.17.1 branch from bdab07d to b3ac2db Compare October 13, 2025 22:00
@vercel vercel bot temporarily deployed to Preview – portal October 13, 2025 22:00 Inactive
@comp-ai-code-review
Copy link

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

🔒 Comp AI - Security Review

🟢 Risk Level: LOW

OSV/npm scan found no known vulnerabilities in the scanned packages or apps/app/package.json.


📦 Dependency Vulnerabilities

✅ No known vulnerabilities detected in dependencies.


🛡️ Code Security Analysis

✅ No security issues detected in code changes.


Powered by Comp AI - AI that handles compliance for you. Reviewed Oct 17, 2025

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.17.1 branch from b3ac2db to 550672f Compare October 14, 2025 14:40
@vercel vercel bot temporarily deployed to Preview – portal October 14, 2025 14:40 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.17.1 branch from 550672f to 9771aa4 Compare October 14, 2025 14:49
@vercel vercel bot temporarily deployed to Preview – portal October 14, 2025 14:49 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/prisma/instrumentation-6.17.1 branch from 9771aa4 to 637663e Compare October 14, 2025 17:23
@vercel vercel bot temporarily deployed to Preview – portal October 14, 2025 17:23 Inactive
Bumps [@prisma/instrumentation](https://github.com/prisma/prisma/tree/HEAD/packages/instrumentation) from 6.6.0 to 6.17.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.17.1/packages/instrumentation)

---
updated-dependencies:
- dependency-name: "@prisma/instrumentation"
  dependency-version: 6.17.1
  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.17.1 branch from 637663e to 3ae345c Compare October 17, 2025 15:19
@vercel vercel bot temporarily deployed to Preview – portal October 17, 2025 15:19 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

Superseded by #1678.

@dependabot dependabot bot closed this Oct 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/prisma/instrumentation-6.17.1 branch October 22, 2025 11:29
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