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.16.1#1725

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2021

Bumps @prisma/client from 2.14.0 to 2.16.1.

Release notes

Sourced from @prisma/client's releases.

2.16.1

Today, we introduce the 2.16.1 patch release.

This fixes a problem some users are having with certain Docker, MariaDB, MySQL or SQL Server configurations, preventing Prisma to connect with localhost. A recent Docker update caused a regression related to IPv6 and name resolution.

Prisma

  • [Prisma can not connect to localhost for MySQL, MariaDB and SQL Server (mostly when running those via Docker) #5499](prisma/prisma#5499)

Prisma Engines

2.16.0

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

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

Major improvements

The Prisma CLI moves from the @prisma/cli to the prisma npm package

Going forward, you can install the Prisma CLI via the prisma npm package:

npm install prisma --save-dev

or

yarn add prisma --dev

The reason for this is that a number of users were experiencing issues when running the npx prisma command. Without a local installation of the @prisma/cli package, this would invoke the Prisma 1 CLI leading to an error message. From now on, npx prisma is always going to work.

We will also deprecate the @prisma/cli package. Please do a find and replace across your codebase to transition over from @prisma/cli to prisma. To make this transition easier, we'll keep publishing updates to both packages for another month and plan to stop updating the @prisma/cli package with release 2.18.0.

There are no changes to the @prisma/client npm package name.

Efficient bulk creates with createMany

Insert data a whole lot faster with createMany. Here's an example:

const result = await prisma.user.createMany({
  data: [
    { email: "alice@prisma.io" },
    { email: "mark@prisma.io" },
    { email: "jackie@prisma.io" },
</tr></table> 

... (truncated)

Commits
  • 7ae3072 test(client): benchmark client compilation (#5301)
  • 957a356 chore(deps): update react-prisma
  • e3bb724 chore(deps): update devdependencies (non-major)
  • e80d5b4 chore(deps): update definitelytyped
  • 22a9059 fix(deps): update engines to v2.17.0-12.4ba8ebbaecb66f6edc2854111e7d73d2f1b16ebe
  • f46a2ad fix(deps): update engines to v2.17.0-11.cf44042a1a61ef0c0b94c79f4ac0997708992...
  • 141fc49 fix(deps): update engines to v2.17.0-10.56b2ee6e2258e4124ed5fd931f89820274886...
  • c23995f ci: Revert "ci: update uri for github actions" (#5480)
  • 7bb9a40 fix(deps): update engines to v2.17.0-9.c94825e56735947003118acdafd46459835561...
  • 353751b fix(deps): update engines to v2.17.0-8.30761c78284f579b6acca7c884a58c3e0a1e43...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 8, 2021
Bumps [@prisma/client](https://github.com/prisma/prisma) from 2.14.0 to 2.16.1.
- [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.16.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prisma/client-2.16.1 branch from 24944d6 to 0eda64b Compare February 9, 2021 12:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2021

Superseded by #1746.

@dependabot dependabot bot closed this Feb 17, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prisma/client-2.16.1 branch February 17, 2021 05:53
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