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.24.1#1810

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps @prisma/client from 2.14.0 to 2.24.1.

Release notes

Sourced from @​prisma/client's releases.

2.24.1

Today, we are issuing the 2.24.1 patch release.

Fixes

Prisma Client

  • [In 2.24.0 createMany errors with: PANIC in query-engine/connectors/sql-query-connector/src/database/operations/write.rs:95:60called Result::unwrap() on an Err value: ScalarFieldNotFound { name: "updated_at", model: "FundMangerTeamMemberExperience" } #7416](prisma/prisma#7416)
  • [Performance regression with napi for high concurrency #7404](prisma/prisma#7404)
  • [Failed to run future: no available capacity / QueueFull #6683](prisma/prisma#6683)

2.24.0

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

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

Major improvements & new features

MongoDB gets Json and Enum Support

We just added Json and enum support to the MongoDB provider for Prisma Client. Here's an example with both:

datasource db {
  provider = "mongodb"
  url      = env("DATABASE_URL")
}
generator client {
provider        = "prisma-client-js"
previewFeatures = ["mongodb"]
}
model Log {
id      String @​id @​default(dbgenerated()) @​map("_id") @​db.ObjectId
message String
level   Level  @​default(Info)
meta    Json
}
enum Level {
Info
Warn
Error
}

You can then use the generated client like this:

</tr></table> 

... (truncated)

Commits
  • dce3ac9 test(client): snapshot params from middleware (#7441)
  • f62934e fix(deps): update engines to v2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5f...
  • 6c9f02d fix(db,migrate): show download progress during generate closes #6926 (#7436)
  • 12e641b fix(deps): update engines to v2.25.0-6.54f085fd8a8bc6f28dc0d3e3d6e303c5111318...
  • 32117fd fix(client): remove debug export (#7430)
  • fdc5040 fix(deps): update engines to v2.25.0-5.78b0f2b031373a23869ef1ceace79ab171aa9273
  • dec79f5 chore: cleanup middleware implementation (#6969)
  • ed43150 chore(client): prettier (#7420)
  • ffcf09d fix(deps): update engines to v2.25.0-4.c735c0754168e23ac1aa936076bc98cee981d0...
  • 4a1b151 fix(deps): update engines to v2.25.0-1.5554c45c4cb79fd93d7f92ae45d305c4c57abd...
  • 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.24.1.
- [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.24.1)

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

dependabot bot commented on behalf of github Jun 16, 2021

Superseded by #1812.

@dependabot dependabot bot closed this Jun 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-2.24.1 branch June 16, 2021 05:44
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