build(deps-dev): bump prisma from 5.3.1 to 5.5.2
Created by: dependabot[bot]
Bumps prisma from 5.3.1 to 5.5.2.
Release notes
Sourced from prisma's releases.
5.5.2
Today, we are issuing the
5.5.2
patch release.Fix in Prisma CLI
5.5.1
Today, we are issuing the
5.5.1
patch release.Fix in Prisma Client
5.5.0
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release.🌟 Highlights
Serverless database drivers improvements and request for feedback (Preview)
In version 5.4.0, we released
driverAdapters
into Preview. ThedriverAdapter
feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.
In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.
We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:
New flags for the
prisma init
commandThis release introduces 3 new flags you can provide when initializing Prisma in your project using the
prisma init
command:
--generator-provider
: Defines the default generator to use--preview-features
: Specifies the default Preview features to use in your project--output
: Specifies the default output location for the generated clientFixes and improvements
Prisma CLI
... (truncated)
Commits
-
5072f0e
chore(deps): update devdependencies patch (non-major) (#21610) -
23d5ef0
chore(deps): update devdependencies patch (non-major) (#21538) -
ae617ea
chore(deps): update dependency esbuild to v0.19.5 (#21537) -
9de32e9
chore: update package.json meta (#21434) -
db2dc0c
chore: update engines to 5.5.0-6 and integrate changes (#21403) -
8b59ba8
chore: use underscore notation for >= 1000 (#21393) -
ec82094
chore(deps): update esbuild packages (#21145) -
eb9ef4d
feat(cli): introduce multiple flags for init (#21314) -
85ba508
chore(deps): update devdependencies patch (non-major) (#20704) -
50310c8
ci: Check for prettier formatting on GH Actions (#21188) - 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 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)