Skip to content

build(deps-dev): bump prisma from 4.12.0 to 4.14.1

Thomas Makin requested to merge dependabot/npm_and_yarn/prisma-4.14.1 into main

Created by: dependabot[bot]

Bumps prisma from 4.12.0 to 4.14.1.

Release notes

Sourced from prisma's releases.

4.14.1

Today, we are issuing the 4.14.1 patch release.

Fix in Prisma Client

4.14.0

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

Request for feedback for Preview features

We would appreciate your feedback on a handful of Preview features to help us move them to General Availability soon. The Preview features include:

You can test them by enabling the Preview feature in your Prisma schema and giving them a try already in your Prisma schema, e.g., PostgreSQL extensions, or regenerating Prisma Client and trying them in your queries.

Highlights

Improved Prisma Client startup performance

For the last couple of months, we've been working hard to improve the performance of Prisma Client. We also published a blog post on how How We Sped Up Serverless Cold Starts with Prisma by 9x, which we recommend you give it a read.

This release continues with the same theme by making the size of the generated Prisma Client smaller. We have roughly halved the size of Prisma Client's dependencies.

More Introspection warnings for unsupported features

In 4.13.0, we introduced the first 6 introspection warnings that surface the existence of these features in your database and link to our documentation on how to manually work around the Prisma Schema with unsupported database features.

In this release, we added 3 more introspection warnings for the following features:

On introspecting a database using any of these features, you will get a warning from the Prisma CLI and a comment in your Prisma schema where the feature is being used. The warning will also contain a link to instructions on how to manually use the feature.

Fixes and improvements

Prisma Client

... (truncated)

Commits
  • 72fc580 refactor(cli): better type and error for tryToReadDataFromSchema (#18992)
  • ba05696 fix(generator-helper): Fix DMMF field dbName name and type (#18694)
  • 9f02f22 chore(deps): update jest (#18250)
  • e413a29 ci: replace jest --verbose logging by --silent (#19017)
  • cec59d3 refactor: remove some promisify to fs.promises (#18990)
  • 61caee9 feat(migrate): Remove "please create new issue", a residue of the old `migrat...
  • 56672be perf(client): Replace chalk with kleur/color (#18900)
  • d29c126 docs(cli): add --generator option to the help hint (#18592)
  • e50b0e2 chore(deps): update studio to v0.484.0 (#18636)
  • 047fda8 chore(deps): update engines to 4.13.0-15.f8f78f335fd86dea323d7fbc581fdf500d74...
  • 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)

Merge request reports