Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2021

Bumps @prisma/client from 2.14.0 to 3.0.2.

Release notes

Sourced from @​prisma/client's releases.

3.0.2

Today, we are issuing the 3.0.2 patch release.

Fixes

Prisma CLI

3.0.1

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

As previously announced, Prisma has adopted SemVer strictly and this is the first major release which means it has some breaking changes.

For all the breaking changes, there are guides and documentation to assist you with the upgrade.

This release promotes many Preview features to General Availability. This means that they are ready for production use and have passed rigorous testing both internally and by the community.

We recommend that you read through the breaking changes below carefully and make sure that you've correctly upgraded your application.

🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release.

Major improvements

Today's release is packed with many new features that are now Generally Available!

Here's a summary:

  • Referential Actions
  • Named Constraints
  • Microsoft SQL Server and Azure SQL Connector
  • Seeding with prisma db seed has been revamped
  • Node-API
  • Order by Aggregate in Group By
  • Order by Relation
  • Select Relation Count

Read along to dive deeper into all the new Generally Available improvements.

To read more about what Generally Available means, check out the maturity levels in the Prisma docs.

Referential Actions is now Generally Available

Referential Actions is a feature that allows you to control how relations are handled when an entity with relations is changed or deleted. Typically this is done when defining the database schema using SQL.

Referential Actions allows you to define this behavior from the Prisma schema by passing in the onDelete and onUpdate arguments to the @relation attribute.

For example:

model LitterBox {
</tr></table> 

... (truncated)

Commits
  • 07ab9f6 ci(publish): fix release on patch-dev
  • 8757ced fix(generate): remove misleading "breaking changes" message for 3.0+ (#9177)
  • 0e614e4 chore(deps): update engines to 2.31.0-32.2452cc6313d52b8b9a96999ac0e974d0aedf...
  • 822198e fix(client): safe and unsafe raw queries (#8728)
  • 9c2a817 chore(deps): update engines to 2.31.0-31.2452cc6313d52b8b9a96999ac0e974d0aedf...
  • 08abf03 fix(client): json null filtering (#9074)
  • 3a47b60 Revert "chore(deps): update dependency @​prisma/studio-server to v0.424.0 (#91...
  • aa9fdc5 test(client,sdk): remove/cleanup namedConstraints connectOrCreate (#9131)
  • 731f0f8 chore(deps): update dependency @​prisma/studio-server to v0.424.0 (#9136)
  • 80c8f74 chore(deps): update engines to 2.31.0-29.5fda01bccd0ca46fbc398f0bc73cb0e97b66...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by prismabot, a new releaser for @​prisma/client since your current version.


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 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) from 2.14.0 to 3.0.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Changelog](https://github.com/prisma/prisma/blob/main/docs/releases.md)
- [Commits](prisma/prisma@2.14.0...3.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2021

Superseded by #1838.

@dependabot dependabot bot closed this Sep 21, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-3.0.2 branch September 21, 2021 21:11
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants