build(deps-dev): Bump prisma from 5.22.0 to 6.12.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies javascript
Bumps prisma from 5.22.0 to 6.12.0.
Release notes
Sourced from prisma's releases.
6.12.0
Today, we are excited to share the
6.12.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ESM-compatible
prisma-clientgenerator now in PreviewWe’re excited to share that our new and more flexible
prisma-clientgenerator 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_modulesand 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-clientgenerator will become the default in Prisma v7, replacing the currentprisma-client-jsgenerator.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
viewsandmigrationsfolder locations inprisma.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 (migrationsandviews) 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
9e35c80fix(cli): always return valid JSON from MCP server (#27576)0345aa9fix: copy wasm files to output path in prisma-client generator (#27623)4b4215ffeat(config): add support for custompathformigrations,views, `typed...0eab160feat(config): lift "config.migrate.adapter" into "config.adapter" (#27618)cbb9810chore(deps-dev): bump esbuild from 0.25.1 to 0.25.5 (#27581)1ea2d4echore(cli): update mcp sdk dependency (#27551)8efbdc5docs: add reference to MCP server repo (#27501)86dc695feat(tracking): ORM-1125 only track known top level commands (#27464)604e937test(cli): fix version snapshot with custom WASM components (#27444)42166a0feat: add RunnableContext object as additional arg passed to dynamic subcomma...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+129
-110
Package Dependencies
Technical Details
| ID: | 3433733 |
| UUID: | 2668303838 |
| Node ID: | PR_kwDOKKyu2M6fCxXe |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |
| Merge State: | Unknown |