chore(deps): update all non-major dependencies #412
Merged
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:
^5.2.0
->^5.3.1
8.9.8
->8.9.11
^6.11.1
->^6.11.2
^0.276.0
->^0.279.0
^5.2.0
->^5.3.1
Release Notes
prisma/prisma (@prisma/client)
v5.3.1
Compare Source
Today, we are issuing the
5.3.1
patch release.Fix in Prisma Client
metrics
propertiesv5.3.0
Compare 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
undefined
values in arrays inJson
fieldsWe added runtime validation for
undefined
values in arrays inJson
fields. Prisma Client will now return an error when an array contains anundefined
value. Therefore, we encourage you to add validation that either removes the value or transforms it tonull
if you stumble on the runtime validation:This release improves Prisma Client’s memory consumption for models with many
@unique
constraints. 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_open
metric to have a negative value in some cases.Prisma Migrate improvements
prisma db pull
would throw an error. We resolved this, and views are now ignored.PRISMA_SCHEMA_DISABLE_ADVISORY_LOCK
environment variable that enables you to disable advisory locking.VS Code extension improvements
SetDefault
withNoAction
when using MySQL and the default/foreignKeys
relation 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_open
has a bug where it goes negativeError: socket hang up
on Linux/arm64undefined
from Arrays when using Json fields with PostgresLanguage tools (e.g. VS Code)
SetDefault
withNoAction
whenprovider = "mysql"
andrelationMode = "foreignKeys" | default
Credits
Huge thanks to @alencardc, @Oreilles, @christianledgard, @skyzh, @alula, @michaelpoellath, @RobertCraigie, @stephenwade for helping!
tanstack/table (@tanstack/react-table)
v8.9.11
Compare Source
Version 8.9.11 - 9/15/2023, 4:49 PM
Changes
Fix
51214a8
) by Tanner LinsleyChore
31871e9
) by @KevinVandyPackages
v8.9.10
Compare Source
Version 8.9.10 - 9/15/2023, 12:09 AM
Changes
Fix
6c8fb5e
) by Joey MillerChore
2f4b211
) by @KevinVandye7608ca
) by @KevinVandyDocs
e80fb3c
) by @mrlubosPackages
v8.9.9
Compare Source
Version 8.9.9 - 9/13/2023, 4:35 PM
Changes
Fix
5fe4bf4
) by Tanner LinsleyPackages
express-rate-limit/express-rate-limit (express-rate-limit)
v6.11.2
Compare Source
Fixed
IncrementResponse
TypeScript type (See#397)
lucide-icons/lucide (lucide-react)
v0.279.0
: New icons 0.279.0Compare Source
New icons 🎨
drama
(#1474) by @MaxTechnicstheater
(#1474) by @MaxTechnicsv0.278.0
: New icons 0.278.0Compare Source
New icons 🎨
bookmark-check
(#1259) by @danielbayleybookmark-x
(#1259) by @danielbayleyv0.277.0
: New icons 0.277.0Compare Source
New icons 🎨
speech
(#1337) by @AirOne01Configuration
📅 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.