Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @prisma/client from 4.15.0 to 4.16.2 #1934

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps @prisma/client from 4.15.0 to 4.16.2.

Release notes

Sourced from @​prisma/client's releases.

4.16.2

Today, we are issuing the 4.16.2 patch release.

Fixes in Prisma Client

4.16.1

Today, we are issuing the 4.16.1 patch release.

Fixes in Prisma Client

4.16.0

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

Highlights

This release promotes the following Preview features to General Availability:

  • Prisma Client extensions
  • Ordering by nulls first and last
  • Count by filtered relation

Prisma Client extensions are Generally Available

Today, we’re very excited to announce that Prisma Client extensions are Generally Available and production-ready! This means you can use the feature without the clientExtensions Preview feature flag.🚀

Prisma Client extensions are a powerful new feature for adding functionality on top of your Prisma Client in a type-safe manner. With this feature, you can create simple, but flexible solutions.

Prisma Client extensions have 4 different types of components that can be included in an extension:

  • Result extensions components: add custom fields and methods to query result objects, for example, virtual/computed fields.
  • Model extensions components: enable you to add new methods to your models alongside existing model methods such as findMany.
  • Query extensions components: let you hook into the lifecycle of a query and perform side effects, modify query arguments, or modify the results in a type-safe way. These are an alternative to middleware that provide complete type safety and can be applied in an ad-hoc manner to different extensions.
  • Client extensions components: allow you to add new top-level methods to Prisma Client. You can use this to extend Prisma Client with functionality that isn’t tied to specific models.
</tr></table> 

... (truncated)

Commits
  • 8089b6c fix: Correctly infer types when select/include are undefined (#20018)
  • 4f33ffe fix(client): extensions with fluent api (#19942)
  • fda93b9 chore(deps): patch 4.16.x 4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81 (...
  • 4f3439a fix(client): Optional composites (#19920)
  • 0ac2a12 fix(client): extensions backwards compatibility (#19896)
  • 199b9e7 fix(client): field references via extensions (#19893)
  • 9b7b43e fix(client): extensions having wrong return types (#19875)
  • 7ddf99d fix(client): Default selection for composite lists (#19887)
  • c6982eb fix(client): Ensure tsc can create a declaration out of extended client (#19885)
  • cd08a44 fix(client): extensions raw query manual typing (#19877)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@prisma/client [>= 4.13.a, < 4.14]
@prisma/client [>= 5.a, < 6]

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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2023
@mojotalantikite
Copy link
Contributor

@dependabot recreate

Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 4.15.0 to 4.16.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/4.16.2/packages/client)

---
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 force-pushed the dependabot/npm_and_yarn/prisma/client-4.16.2 branch from f0bd44f to f148691 Compare September 25, 2023 16:51
@mojotalantikite
Copy link
Contributor

There some type stuff that starts creeping in with this PR -- I think we should just punt and fix it all up with the Prisma 5 upgrade.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-4.16.2 branch September 25, 2023 16:51
@mojotalantikite
Copy link
Contributor

There some type stuff that starts creeping in with this PR -- I think we should just punt and fix it all up with the Prisma 5 upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant