valentinpalkovic / prisma-json-schema-generator

A generator for Prisma 2 to generate a valid JSON Schema (v7)
MIT License
279 stars 33 forks source link

build(deps): bump @prisma/internals from 5.8.1 to 5.9.1 #1426

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps @prisma/internals from 5.8.1 to 5.9.1.

Release notes

Sourced from @​prisma/internals's releases.

5.9.1

Today, we are issuing the 5.9.1 patch release.

Fixes in Prisma Client

In 5.9.0 we have changed our conditional exports in @prisma/client. This resulted in broken types for TypesScript users using certain combinations of module/moduleResolution settings. Additionally, it also caused a regression for Next.js users which have encountered invalid error messages from our side.

You can now try out 5.9.1 and let us know if you find a bug at https://pris.ly/prisma-prisma-bug-report

Note: many issues are duplicates.

5.9.0

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

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

This release brings a number of small improvements as we continue our work on larger features which you will hear more about in the coming weeks:

  • Improve the performance of relation queries by introducing JOINs (see last release).
  • Support deployment to edge functions (already available in Early Access, you can apply for trying it out by taking our survey).

Highlights

Optimized result sets for more efficient queries

We continue our efforts of the performance of Prisma Client queries. In 5.1.0, we introduced the RETURNING keyword for several queries on PostrgeSQL and CockroachDB. We now expanded the use of RETURNING to SQLite and a broader range of queries for existing databases (e.g. delete on PostgreSQL and MongoDB). You can learn more about the optimizations of the result sets in these PRs:

SQL Server: Return proper error for unreachable database

When trying migrate/introspect a SQL server instance that’s unreachable, Prisma ORM now returns the correct P1001 error instead of failing without an error. Learn more in this PR: SQL Server: Migrate/Introspection engine doesn't return P1001 error for unreachable url.

Fixes and improvements

Prisma Client

... (truncated)

Commits
  • fca0b6d chore(deps): update engines to 5.9.0-32.23fdc5965b1e05fc54e5f26ed3de66776b93d...
  • 850ed36 chore(deps): update engines to 5.9.0-31.dbcc905f0ab8f338d47bd9fe6323baffd45ed...
  • 98b31c1 chore(deps): update engines to 5.9.0-29.79f6f09ba683cc77d70f9ea0cf6177a3e35a2...
  • 02784e1 chore(deps): update dependency @​swc/jest to v0.2.31 (#22782)
  • 49dec67 chore(deps): update engines to 5.9.0-27.6248b507d344261d8c98c3096bd082ad09b37...
  • e164844 chore(deps): update engines to 5.9.0-26.c59dc39233ac6fd34392ea55a19de75880919...
  • 2fac4e8 chore(deps): update engines to 5.9.0-25.c1c37743e10f06003dd24aa38a5d259b96f4f...
  • 6cc494f chore(deps): update engines to 5.9.0-23.e086e3adac7f2cc851c32276fd556dc211398...
  • 16aa92a chore(deps): update engines to 5.9.0-22.6d0293276bb77d1f741fc60a25f4153368f5e...
  • 9c14954 feat(client): exports map (#22630)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 6 months ago

Superseded by #1440.