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

feat(deps)!: update prisma to v2.16.0 #1045

Merged
merged 4 commits into from
Feb 4, 2021
Merged

feat(deps)!: update prisma to v2.16.0 #1045

merged 4 commits into from
Feb 4, 2021

Conversation

lvauvillier
Copy link
Contributor

Fix snapshot and examples

@jorgenskogas
Copy link

@lvauvillier: from the lates prisma release
https://github.com/prisma/prisma/releases/tag/2.16.0

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.

Copy link
Contributor

@jasonkuhrt jasonkuhrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there! Thanks @lvauvillier

examples/blog/package.json Outdated Show resolved Hide resolved
examples/hello-world/package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@lvauvillier
Copy link
Contributor Author

PR updated. Thanks @jorgenskogas @jasonkuhrt

Copy link
Contributor

@jasonkuhrt jasonkuhrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍊

@jasonkuhrt jasonkuhrt changed the title feat(deps): update prisma to v2.16.0 feat(deps)!: update prisma to v2.16.0 Feb 4, 2021
@jasonkuhrt jasonkuhrt merged commit 8fec539 into graphql-nexus:main Feb 4, 2021
@darrylyoung
Copy link

Thanks for stepping in and doing this, @lvauvillier. 🥇

@BjoernRave
Copy link

@lvauvillier yea thanks a lot for that. I was already worried I was stuck on 2.15 for a while.

@lvauvillier lvauvillier deleted the renovate/prisma branch February 17, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants