Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Bump @prisma/client from 5.4.1 to 5.6.0 in /packages/generator #31

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps @prisma/client from 5.4.1 to 5.6.0.

Release notes

Sourced from @​prisma/client'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. The driverAdapter 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 command

This 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 client

Fixes and improvements

Prisma CLI

... (truncated)

Commits
  • bfe7bf8 chore(test): temporarily exclude Neon from chunking-query due to recurrent fl...
  • c0da44e test(driver-adapters): unify Driver Adapters assertions in issues/15204 whe...
  • 86b7502 test(metrics): expect 0 or 1 for prisma_pool_connections_idle (#21937)
  • 65d1f06 chore(deps): update engines to 5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adea...
  • 05a02d4 chore(deps): update definitelytyped (#21715)
  • b899c73 test(e2e): add property to pnpm workspaces (#21925)
  • 5acf006 chore(deps): update engines to 5.6.0-30.e0f0b06624240a0fe4fffa1dffbf3a0204cb7...
  • beb099c chore(deps): update devdependencies patch (non-major) (#21716)
  • 0dc314d chore(deps): update engines to 5.6.0-27.0a383f5645e8d5567f55109a60ec45c0c2c8e...
  • 5eac946 chore(deps): update dependency @​types/jest to v29.5.8 (#21837)
  • 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)

Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.4.1 to 5.6.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.6.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 6, 2023

Superseded by #41.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/generator/prisma/client-5.6.0 branch December 6, 2023 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants