An open index of dependabot pull requests across open source projects.

build(deps-dev): Bump prisma from 5.22.0 to 6.11.0

Closed
Number: #2270
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 01, 2025 at 07:19 PM UTC
(12 months ago)
Updated: July 01, 2025 at 10:21 PM UTC
(12 months ago)
Closed: July 01, 2025 at 10:21 PM UTC
(12 months ago)
Time to Close: about 3 hours
Labels:
dependencies javascript
Description:

Bumps prisma from 5.22.0 to 6.11.0.

Release notes

Sourced from prisma's releases.

6.11.0

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

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

Highlights

Prisma ORM without Rust engines for MySQL/MariaDB, Neon & CockroachDB (Preview)

We are in the process of removing the Rust engines from Prisma ORM. This week, we're adding Preview support for the Rust-free Prisma ORM version for MySQL via a new @prisma/adapter-mariadb driver adapter, as well as for Neon and CockroachDB via the already existing @prisma/adapter-neon and @prisma/adapter-pg adapters.

Note: The mariadb driver is compatible with all MySQL databases. It's the recommended option to use MySQL with Prisma ORM when using driver adapters.

To use it, enable the queryCompiler and driverAdapters feature flags on your generator block, install the driver adapter for your database and start querying!

generator client {
  provider        = "prisma-client-js" // or `prisma-client`
  output          = "../generated/prisma"
  previewFeatures = ["queryCompiler", "driverAdapters"]
}

📚Learn more in the docs.

Stop and remove local Prisma Postgres instances via CLI

You can start a local Prisma Postgres instance using the prisma dev --name mydb command or via the Prisma VS Code extension UI.

If you start a local instance via the Prisma CLI, you can simply kill the process to stop the instance. However, when you start instances via the VS Code extension UI, you could also only stop them via the UI—not via the CLI.

This changes in this release: You can now also stop local Prisma Postgres instances and remove them from your file system via the Prisma CLI:

  • prisma dev stop <globs>: Stops one or more local Prisma Postgres instances
  • prisma dev rm <globs>: Removes one or more local Prisma Postgres instances from your file system

📚Learn more in the docs.

Ready-to-run examples for new prisma-client generator

Our new prisma-client generator is more flexible, provides more control about the generated code, works with various JS runtimes and comes with ESM support out-of-the-box.

To make it easier for you to try it out, we created a few ready-to-run example projects so you can see the new generator in action:

Bug fixes in VS Code embedded Prisma Studio

... (truncated)

Commits
  • 1ea2d4e chore(cli): update mcp sdk dependency (#27551)
  • 8efbdc5 docs: add reference to MCP server repo (#27501)
  • 86dc695 feat(tracking): ORM-1125 only track known top level commands (#27464)
  • 604e937 test(cli): fix version snapshot with custom WASM components (#27444)
  • 42166a0 feat: add RunnableContext object as additional arg passed to dynamic subcomma...
  • 643b4f3 fix: ORM-1006 fix subcommands like init (#27400)
  • 4594b5d feat(CLI): anonymously track all commands, regardless of success/failure. (#2...
  • ee58663 feat(cli): avoid lookup of engines in "prisma version" if possible; showcase ...
  • aa47fc6 feat(client): skip download in getGenerators when queryCompiler is turned...
  • e76c711 feat(cli): skip downloading Query Engine when Query Compiler is turned on, an...
  • 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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+132
Deletions:
-113
Package Dependencies
Package:
prisma
Ecosystem:
npm
Version Change:
5.22.0 → 6.11.0
Update Type:
Major
Technical Details
ID: 2705633
UUID: 2633425912
Node ID: PR_kwDOKKyu2M6c9uP4
Host: GitHub
Repository: AtCoder-NoviSteps/AtCoderNoviSteps
Mergeable: Yes
Merge State: Unstable