Skip to content

Bump @prisma/internals from 5.22.0 to 6.12.0 in /restapi-server #177

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps @prisma/internals from 5.22.0 to 6.12.0.

Release notes

Sourced from @​prisma/internals's releases.

6.12.0

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

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

Highlights

ESM-compatible prisma-client generator now in Preview

We’re excited to share that our new and more flexible prisma-client generator is moving into Preview! As a reminder, here’s what it looks like:

generator client {
  // Required
  provider = "prisma-client" // no `-js` at the end!
  output   = "../src/generated/prisma"
// Optional
runtime                = "nodejs"
moduleFormat           = "esm"
generatedFileExtension = "ts"
importFileExtension    = "ts"
}

This new generator eliminates any headaches that you may have experienced due to magical code generation into node_modules and gives you full control over the generated Prisma Client code. With it moving into Preview, we hope that even more of you will try it out and share your feedback with us!

Note: The prisma-client generator will become the default in Prisma v7, replacing the current prisma-client-js generator.

In addition to moving it into Preview, we also created a couple of new ready-to-run examples to help you get started with the new generator and your favorite framework:

📚 Learn more in the docs.

Specify views and migrations folder locations in prisma.config.ts (Early Access)

As we’re getting closer to the General Availability release of prisma.config.ts, we’re adding more capabilities to it. In previous versions, the Prisma CLI implicitly used to infer the location for migration and SQL view definition files based on the location of the Prisma schema. In this release, we’re adding two new fields (migrations and views) to give you more flexibility and clarity on how to locate these files:

// prisma.config.ts
export default defineConfig({
  earlyAccess: true,
  migrations: {
    path: './db/migrations'
  },
  views: {
</tr></table> 

... (truncated)

Commits
  • 533dd62 chore(deps): update engines to 6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c8...
  • 150f58c chore(deps): update engines to 6.12.0-14.cf92c4bfad34aa635b071a7d483b78c3975b...
  • 02e63fd feat(client): support Accelerate in ClientEngine (#27594)
  • 4b4215f feat(config): add support for custom path for migrations, views, `typed...
  • 0eab160 feat(config): lift "config.migrate.adapter" into "config.adapter" (#27618)
  • b0ce6dc chore(deps): update engines to 6.12.0-13.c4261e444b23ae1c84edf7bd1b551230d4c6...
  • e9dc21a chore(deps): update engines to 6.12.0-10.7bac10d77abc289ba496f5e0fb810302ddfa...
  • 2ffd987 chore(deps): update engines to 6.12.0-8.1a6322a0d75e102dfa53553afc7987d0de76f...
  • 9ae6cf8 chore(deps): update engines to 6.12.0-7.c238eea7bd55fe78a5fbd21d9119bee49f0ee...
  • c01c649 chore(deps): update engines to 6.12.0-6.926f695f077d876dd197cab5a8cbcfb51053f...
  • Additional commits viewable 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2025
Bumps [@prisma/internals](https://github.com/prisma/prisma/tree/HEAD/packages/internals) from 5.22.0 to 6.12.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.12.0/packages/internals)

---
updated-dependencies:
- dependency-name: "@prisma/internals"
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2025
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.

0 participants