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

⬆️ Bump @prisma/client from 2.14.0 to 2.25.0#1812

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prisma/client-2.25.0
Closed

⬆️ Bump @prisma/client from 2.14.0 to 2.25.0#1812
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prisma/client-2.25.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2021

Bumps @prisma/client from 2.14.0 to 2.25.0.

Release notes

Sourced from @​prisma/client's releases.

2.25.0

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

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

Major improvements & new features

Human-readable drift diagnostics for prisma migrate dev

Database schema drift occurs when your database schema is out of sync with your migration history, i.e. the database schema has drifted away from the source of truth.

With this release, we improve the way how the drift is printed to the console when detected in the prisma migrate dev command. While this is the only command that uses this notation in today's release, we plan to use it in other places where it would be useful for debugging in the future.

Here is an example of how the drift is presented with the new format:

[*] Changed the `Color` enum
  [+] Added variant `TRANSPARENT`
  [-] Removed variant `RED`

[*] Changed the Cat table [-] Removed column color [+] Added column vaccinated

[] Changed the Dog table [-] Dropped the primary key on columns (id) [-] Removed column name [+] Added column weight [] Altered column isGoodDog (arity changed from Nullable to Required, default changed from None to Some(Value(Boolean(true)))) [+] Added unique index on columns (weight)

This file is generated to prisma/schema.prisma:

// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

datasource db { provider = "sqlite" url = env("DATABASE_URL") }

generator client { provider = "prisma-client-js" }

... (truncated)

Commits
  • f6c69f7 fix(client): delete transactionId field in middleware (#7662)
  • b411b83 fix(client): env-var loading (#7669)
  • 2229092 fix(client): ensure autoinstall looks for the correct client (#7670)
  • d320410 fix(seed): add empty export {} for TypeScript --isolatedModules (#7666)
  • 57e38e2 fix(migrate): cleanup datasource printing for SQLServer & default to postgres...
  • bf61b44 fix(cli): remove --provider from init for now (#7667)
  • 8f404eb fix(migrate): Make phrasing of migrate warning messages more accurate (#7664)
  • 14ffc6d fix(deps): update engines to v2.25.0-36.c838e79f39885bc8e1611849b1eb28b5bb5bc...
  • 1594392 chore(deps): update dependency @​prisma/studio-server to v0.400.0 (#7645)
  • 1b4c495 fix(deps): update engines to v2.25.0-35.ec38a348006215c00435291bf23ddf6096ecc...
  • 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 2.25.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Changelog](https://github.com/prisma/prisma/blob/master/docs/releases.md)
- [Commits](prisma/prisma@2.14.0...2.25.0)

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

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 Jun 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2021

Superseded by #1815.

@dependabot dependabot bot closed this Jun 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-2.25.0 branch June 29, 2021 21:12
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