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

fix(deps): update prisma monorepo to v4 (major) #7671

Merged
merged 9 commits into from
Aug 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/client (source) 3.14.0 -> 4.2.1 age adoption passing confidence
@prisma/generator-helper (source) 3.14.0 -> 4.2.1 age adoption passing confidence
@prisma/migrate (source) 3.14.0 -> 4.2.1 age adoption passing confidence
prisma (source) 3.14.0 -> 4.2.1 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Mend Renovate. View repository job log here.

@vercel

This comment was marked as outdated.

@changeset-bot

This comment was marked as outdated.

@codesandbox-ci

This comment was marked as outdated.

@vercel vercel bot temporarily deployed to Preview June 28, 2022 14:10 Inactive
@renovate renovate bot force-pushed the renovate/major-prisma-monorepo branch from 4a8e853 to a825f6c Compare July 19, 2022 15:09
@vercel vercel bot temporarily deployed to Preview July 19, 2022 15:19 Inactive
@vercel vercel bot temporarily deployed to Preview July 26, 2022 04:20 Inactive
@vercel vercel bot temporarily deployed to Preview July 27, 2022 04:36 Inactive
@vercel vercel bot temporarily deployed to Preview July 27, 2022 04:47 Inactive
@vercel vercel bot temporarily deployed to Preview July 27, 2022 04:53 Inactive
@emmatown emmatown force-pushed the renovate/major-prisma-monorepo branch 2 times, most recently from 1f75ebd to 0a68e82 Compare July 27, 2022 04:57
@vercel vercel bot temporarily deployed to Preview July 27, 2022 05:06 Inactive
@emmatown emmatown requested a review from dcousens July 27, 2022 06:15
@dcousens dcousens self-assigned this Aug 1, 2022
@vercel vercel bot temporarily deployed to Preview August 1, 2022 03:21 Inactive
@dcousens
Copy link
Member

dcousens commented Aug 1, 2022

Breaking Changes

This pull request changes the return type for resolveInput hook for json fields.

Previously you used 'DbNull' or 'JsonNull' as the respective null magic values when interacting with Prisma.
With this change, you can now use a Javascript null value, which is mapped by Keystone to a Prisma.DbNull.

If you need a Prisma.JsonNull, you can import your Prisma client directly and provide that yourself.
You can additionally return an explicit Prisma.DbNull if you prefer.

The cautionary warning for upgrading, is that the strings 'DbNull' and 'JsonNull' are now actual values that may be stored.

@vercel vercel bot temporarily deployed to Preview August 1, 2022 03:37 Inactive
@vercel vercel bot temporarily deployed to Preview August 1, 2022 05:01 Inactive
@dcousens dcousens force-pushed the renovate/major-prisma-monorepo branch from 307be5e to 702e609 Compare August 2, 2022 05:55
@vercel vercel bot temporarily deployed to Preview August 2, 2022 06:00 Inactive
@dcousens dcousens force-pushed the renovate/major-prisma-monorepo branch from 702e609 to 3f990d1 Compare August 3, 2022 00:04
@vercel vercel bot temporarily deployed to Preview August 3, 2022 00:08 Inactive
@dcousens dcousens force-pushed the renovate/major-prisma-monorepo branch from 3f990d1 to 220b6d7 Compare August 22, 2022 04:35
@vercel vercel bot temporarily deployed to Preview August 22, 2022 04:43 Inactive
@vercel vercel bot temporarily deployed to Preview August 22, 2022 04:58 Inactive
@dcousens dcousens merged commit c06c5d6 into main Aug 22, 2022
@dcousens dcousens deleted the renovate/major-prisma-monorepo branch August 22, 2022 06:01
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.

3 participants