Skip to content

Conversation

@dependabot
Copy link

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

Bumps prisma from 2.30.3 to 3.0.2.

Release notes

Sourced from prisma'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

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prisma-3.0.2 branch 2 times, most recently from 673c20f to 0fe04bb Compare September 14, 2021 10:28
Bumps [prisma](https://github.com/prisma/prisma) from 2.30.3 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.30.3...3.0.2)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prisma-3.0.2 branch from 0fe04bb to 5612fc8 Compare September 15, 2021 16:27
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2021

Superseded by #166.

@dependabot dependabot bot closed this Sep 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma-3.0.2 branch September 22, 2021 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants