This repository was archived by the owner on Jan 13, 2025. It is now read-only.
chore(deps): update all non-major dependencies #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.2.0->^7.3.1^5.2.0->^5.3.1Release Notes
octokit/webhooks (@octokit/webhooks-types)
v7.3.1Compare Source
Bug Fixes
v7.3.0Compare Source
Features
prisma/prisma (@prisma/client)
v5.3.1Compare Source
Today, we are issuing the
5.3.1patch release.Fix in Prisma Client
metricspropertiesv5.3.0Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
In this sprint, we’ve made bug fixes and overall improvements to Prisma Client. We’ve been working on a few projects that will be announced soon. Stay tuned for the upcoming releases for updates!
Improvements and bug fixes
We made the following changes:
Prisma Client improvements
undefinedvalues in arrays inJsonfieldsWe added runtime validation for
undefinedvalues in arrays inJsonfields. Prisma Client will now return an error when an array contains anundefinedvalue. Therefore, we encourage you to add validation that either removes the value or transforms it tonullif you stumble on the runtime validation:This release improves Prisma Client’s memory consumption for models with many
@uniqueconstraints. This was a regression from version 4.10.1, where in some cases, if a model had many unique constraints, Prisma Client would use up a lot of available memory.prisma_pool_connections_openmetric to have a negative value in some cases.Prisma Migrate improvements
prisma db pullwould throw an error. We resolved this, and views are now ignored.PRISMA_SCHEMA_DISABLE_ADVISORY_LOCKenvironment variable that enables you to disable advisory locking.VS Code extension improvements
SetDefaultwithNoActionwhen using MySQL and the default/foreignKeysrelation mode.Fixes and improvements
Prisma Migrate
prisma migrate deploy:MariaDB doesn't yet support 'GET_LOCK in cluster (WSREP_ON=ON)'Prisma Client
prisma_pool_connections_openhas a bug where it goes negativeError: socket hang upon Linux/arm64undefinedfrom Arrays when using Json fields with PostgresLanguage tools (e.g. VS Code)
SetDefaultwithNoActionwhenprovider = "mysql"andrelationMode = "foreignKeys" | defaultCredits
Huge thanks to @alencardc, @Oreilles, @christianledgard, @skyzh, @alula, @michaelpoellath, @RobertCraigie, @stephenwade for helping!
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.
This PR has been generated by Mend Renovate. View repository job log here.