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 v5.17.0 #6173

Merged
merged 3 commits into from
Aug 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/adapter-d1 (source) 5.16.1 -> 5.17.0 age adoption passing confidence
@prisma/adapter-pg (source) 5.16.1 -> 5.17.0 age adoption passing confidence
@prisma/client (source) 5.16.1 -> 5.17.0 age adoption passing confidence
@prisma/client (source) 5.15.0 -> 5.17.0 age adoption passing confidence
@prisma/client (source) 5.16.2 -> 5.17.0 age adoption passing confidence
@prisma/client (source) 5.15.1 -> 5.17.0 age adoption passing confidence
@prisma/generator-helper (source) 5.13.0 -> 5.17.0 age adoption passing confidence
@prisma/internals (source) 5.13.0 -> 5.17.0 age adoption passing confidence
prisma (source) 5.16.1 -> 5.17.0 age adoption passing confidence
prisma (source) 5.15.0 -> 5.17.0 age adoption passing confidence
prisma (source) 5.16.2 -> 5.17.0 age adoption passing confidence
prisma (source) 5.15.1 -> 5.17.0 age adoption passing confidence
prisma (source) 5.16.0 -> 5.17.0 age adoption passing confidence

Release Notes

prisma/prisma (@​prisma/adapter-d1)

v5.17.0

Compare Source

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

Highlights

VSCode extension improvements

We’re happy to introduce some cool new features that will make your experience with the Prisma VSCode extension even better!

Find references across schema files

The ability to hop between references of a given symbol is really useful in application code and now with the introduction of multi-file schema, we think it’s the perfect time to bring this feature to the VSCode extension!

With the 5.17.0 release, you’ll now have the ability to use the native “find references” feature to find any usage of a given symbol

references

Added context on hover

When hovering over a symbol that references a view, type, enum, or any other block with multiple values, you’ll now see a handy pop out that shows what is in that block at a glance.

image

Additional quick fixes

We’ve taken some fixes made by the prisma format cli command and made them quick fixes available to the VSCode Extension. Now, when you have forget a back relation or relation scalar field, you’ll now see in real time what is wrong and have the option to fix it via the extension.

image (1)

QueryRaw performance improvements

We’ve changed the response format of queryRaw to decrease its average size which reduces serialization CPU overhead.

When querying large data sets, we expect you to see improved memory usage and up to 2x performance improvements.

Fixes and improvements

Prisma Client
Prisma
Language tools (e.g. VS Code)

Credits

Huge thanks to @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

v5.16.2

Compare Source

Today, we are issuing the 5.16.2 patch release to fix an issue in Prisma client.

Fix in Prisma Client


Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from jharrell and nikolasburk June 29, 2024 03:30
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch from 1e14bde to 022cd8e Compare July 1, 2024 13:55
@renovate renovate bot changed the title chore(deps): update prisma monorepo to v5.16.1 fix(deps): update prisma monorepo to v5.16.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch 3 times, most recently from 84e64e4 to 305569a Compare July 9, 2024 05:47
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch from 305569a to 519372a Compare July 9, 2024 10:49
@renovate renovate bot changed the title fix(deps): update prisma monorepo to v5.16.1 fix(deps): update prisma monorepo to v5.16.2 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch 13 times, most recently from 5d6e460 to 86557dd Compare July 16, 2024 05:27
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch from 86557dd to e02a701 Compare July 16, 2024 15:39
@renovate renovate bot changed the title fix(deps): update prisma monorepo to v5.16.2 fix(deps): update prisma monorepo to v5.17.0 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch 6 times, most recently from 1e2b477 to bc3a453 Compare July 20, 2024 18:59
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch 8 times, most recently from cd5a029 to f207c13 Compare July 30, 2024 08:09
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch 4 times, most recently from d99965c to 0bff386 Compare August 2, 2024 15:50
@renovate renovate bot force-pushed the renovate/prisma-monorepo branch from 0bff386 to 95e791c Compare August 3, 2024 17:17
Copy link
Contributor Author

renovate bot commented Aug 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jharrell jharrell merged commit f0aac39 into latest Aug 4, 2024
52 checks passed
@jharrell jharrell deleted the renovate/prisma-monorepo branch August 4, 2024 16:14
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.

None yet

1 participant