Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Comments

⬆️ Bump @prisma/client from 2.14.0 to 2.21.2#1783

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2021

Bumps @prisma/client from 2.14.0 to 2.21.2.

Release notes

Sourced from @​prisma/client's releases.

2.21.2

Today, we are issuing the 2.21.2 patch release.

Fix

Prisma Client

  • [MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #6584](prisma/prisma#6584)
  • [Netlify Functions deploy fails with Prisma because of size problems, Prisma deploys with 2 QE binaries #6503](prisma/prisma#6503) If the issue persists when deploying to Netlify, we recommend manually clearing Netlify's build cache from the ‘Deploys’ menu. Under ‘Trigger deploy’, you’ll see ‘Clear cache and deploy site’.

2.21.1

Today, we are issuing the 2.21.1 patch release.

Fix

Prisma Studio

2.21.0

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

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

Major improvements & new features

Order by an aggregate in groupBy is now in Preview

Whew, that's a tongue-twister for a neat feature.

Let's say you want to group your users by the city they live in and then order the results by the cities with the most users. In 2.21.0, now you can!

const userRatingsCount = await prisma.user.groupBy({
  by: ['city'],
  count: {
    city: true,
  },
  orderBy: {
    _count: {
      city: 'desc',
    },
  },
})
</tr></table> 

... (truncated)

Commits
  • 56006eb fix(engines): set hooks in parent only (#6592)
  • 94b12e7 fix(netlify): avoid shipping two binaries (#6527)
  • 57fda54 fix(cli): Fix studio `Query engine binary for current platform ... could not ...
  • 8ebff26 fix(deps): update engines to v2.21.0-36.e421996c87d5f3c8f7eeadd502d4ad402c894...
  • aea5506 fix(deps): update engines to v2.21.0-35.f5725d7c413c4a3047385baa85d5c4af719b7...
  • ee68c36 chore: fix commented flag to lowercase [skip ci]
  • 84f5a75 chore(deps): update studio to v0.369.0 (#6217)
  • 3eedede fix: mongo flag (#6541)
  • 4da9785 fix: correct mongodb experimental flag
  • 24df0e7 fix(deps): update engines to v2.21.0-33.99fe93ebec0b021acadc3a0c45fa3b51860d1...
  • 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)

Bumps [@prisma/client](https://github.com/prisma/prisma) from 2.14.0 to 2.21.2.
- [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.21.2)

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

dependabot bot commented on behalf of github May 11, 2021

Superseded by #1796.

@dependabot dependabot bot closed this May 11, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-2.21.2 branch May 11, 2021 05:43
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