9renpoto / backend

🧙‍♂️🔥💰 backend
MIT License
0 stars 0 forks source link

chore(deps): bump @prisma/client from 2.11.0 to 2.24.1 #828

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @prisma/client from 2.11.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)
dependabot[bot] commented 3 years ago

Looks like @prisma/client is no longer a dependency, so this is no longer needed.