Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update prisma monorepo to v6.17.0#907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
renovate merged 1 commit intomainfromrenovate/prisma-monorepo
Oct 8, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedOct 7, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
@prisma/client (source)6.16.3 ->6.17.0ageconfidence
prisma (source)6.16.3 ->6.17.0ageconfidence

Release Notes

prisma/prisma (@​prisma/client)

v6.17.0

Compare Source

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 theconfig object to configureDefaultAzureCredential:
    import{PrismaMssql}from'@​prisma/adapter-mssql'import{PrismaClient}from'@​prisma/client'constconfig={server:'localhost',port:1433,database:'mydb',authentication:{type:'azure-active-directory-default',},options:{encrypt:true,},}constadapter=newPrismaMssql(config)constprisma=newPrismaClient({ adapter})
    Learn more in thisPR.
  • Relaxed the support package range for@opentelemetry/instrumentation to be compatible with">=0.52.0 <1". Learn more in thisPR.
  • Added Codex CLI detection, ensuring dangerous Prisma operations are not executed by Codex without explicit user consent. Learn more in thisPR.
  • Fixed JSON column handling when using a MariaDB database. Learn more in thisPR.
  • 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 thisPR.
Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join:https://prisma.io/enterprise.


Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added the renovate labelOct 7, 2025
@socket-securitySocket Security
Copy link

Review the following changes in direct dependencies. Learn more aboutSocket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updated@​prisma/​client@​6.16.3 ⏵ 6.17.0100+7100100+16100+4100
Updatedprisma@​6.16.3 ⏵ 6.17.0100+7100100+3100+4100

View full report

@renovaterenovatebot merged commitd557a04 intomainOct 8, 2025
2 checks passed
@renovaterenovatebot deleted the renovate/prisma-monorepo branchOctober 8, 2025 04:35
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@renovate-approverenovate-approve[bot]renovate-approve[bot] approved these changes

@renovate-approve-2renovate-approve-2[bot]renovate-approve-2[bot] approved these changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp