build(deps-dev): Bump prisma from 5.22.0 to 6.11.1
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(12 months ago)
(12 months ago)
(12 months ago)
dependencies javascript
Bumps prisma from 5.22.0 to 6.11.1.
Release notes
Sourced from prisma's releases.
6.11.1
Today, we are issuing a 6.11.1 patch release.
Bug fixes
In Prisma ORM version 6.11.0, we shipped a bug fix for Prisma that allows using Prisma Postgres with direct TCP connections with Prisma Driver Adapters. This fix, however, required refactoring the of the Prisma Client initialization logic, and while several test cases were added, an edge case was missing, causing prisma/prisma#27569. Namely, using
@prisma/clientwith@prisma/extension-accelerateon aprisma+postgres://...connection string, while generating the Prisma Client definitions viaprisma generate, resulted in aPrismaClientInitializationError.This is now fixed, so we highly recommend upgrading to version 6.11.1.
Reminder: when using Prisma Accelerate, we highly encourage you to generate your Prisma Client definitions via
prisma generate --no-engine.We've fixed an issue that would occur when using arrays as aggregation fields with the query compiler. These queries would fail with a confusing data mapping error. They should now work as expected.
6.11.0
Today, we are excited to share the
6.11.0stable 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-mariadbdriver adapter, as well as for Neon and CockroachDB via the already existing@prisma/adapter-neonand@prisma/adapter-pgadapters.Note: The
mariadbdriver 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
queryCompileranddriverAdaptersfeature flags on yourgeneratorblock, 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 mydbcommand 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
... (truncated)
Commits
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...643b4f3fix: ORM-1006 fix subcommands like init (#27400)4594b5dfeat(CLI): anonymously track all commands, regardless of success/failure. (#2...ee58663feat(cli): avoid lookup of engines in "prisma version" if possible; showcase ...aa47fc6feat(client): skip download ingetGeneratorswhenqueryCompileris turned...e76c711feat(cli): skip downloading Query Engine when Query Compiler is turned on, an...- 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 2795606 |
| UUID: | 3200269457 |
| Node ID: | PR_kwDOKKyu2M6dUQZQ |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |