fix(deps): update all non-major dependencies #170
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:
2.0.0-beta.32
->2.0.0-beta.33
2.0.0-beta.32
->2.0.0-beta.33
5.2.0
->5.3.0
18.17.12
->18.17.15
2.0.0-beta.32
->2.0.0-beta.33
5.2.0
->5.3.0
Release Notes
blitz-js/blitz (@blitzjs/auth)
v2.0.0-beta.33
Compare Source
🚀 Features
6811eab
: Allow.tsx
&.jsx
file extensions to be used for resolvers🐞 Patches
19898a4
: Fix for tslog errorTypeError: Cannot read properties of undefined (reading 'map')
while using custom errors.022392c
:ts-log
peer dependency to4.9.0
javascript
fromblitz new
menuUpdate Schema
when using blitz generatorprisma/prisma (@prisma/client)
v5.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!
Configuration
📅 Schedule: Branch creation - "before 6am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.