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 all non-major dependencies #253

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@prisma/client (source) ^5.16.2 -> ^5.17.0 age adoption passing confidence dependencies minor
@types/node (source) ^20.14.10 -> ^20.14.11 age adoption passing confidence devDependencies patch
@vladfrangu/async_event_emitter ^2.4.3 -> ^2.4.4 age adoption passing confidence dependencies patch
docker/build-push-action v6.4.0 -> v6.4.1 age adoption passing confidence action patch
eslint-plugin-prettier ^5.1.3 -> ^5.2.1 age adoption passing confidence devDependencies minor
prisma (source) ^5.16.2 -> ^5.17.0 age adoption passing confidence devDependencies minor

Release Notes

prisma/prisma (@​prisma/client)

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!

vladfrangu/async_event_emitter (@​vladfrangu/async_event_emitter)

v2.4.4

Compare Source

🐛 Bug Fixes

  • Accidentally inverted emit error event logic (134ab3c)
docker/build-push-action (docker/build-push-action)

v6.4.1

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from favna as a code owner July 21, 2024 00:11
@favna favna merged commit 9db4a1f into main Jul 21, 2024
6 checks passed
@favna favna deleted the renovate/all-minor-patch branch July 21, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant