Update dependency remult to v0.27.0 - autoclosed #7
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:
0.26.15
->0.27.0
Release Notes
remult/remult (remult)
v0.27.0
Compare Source
API BREAKING CHANGE - Improved Typescript typing
Typescript version 5.4 included many changes that cause unknown & any to behave differently breaking existing code for some project.
In this version we reviewed the external api and made sure that it matches TS 5.4 while still supporting older version of TS (4.6)
Theses change are likely to cause build errors in existing projects, but in most cases these errors represent potential bugs that should be addressed.
Here's the list of significant changes:
findFirst
,findOne
andfindId
can returnundefined
when the row is not found, if you're sure that the row exists, add a!
after it, for example:Previously you could have the following code:
title
is not a member ofunknown
. To fix that add theEntity
generic definition:FieldMetadata.key
was changed fromstring
tokeyof entityType
making it easier to traverse the object.error
inEntityRef
,FieldRef
andControllerRef
can beundefined
when there is no error= any
to= unknown
in most generic definitionsv0.26.23
Compare Source
v0.26.22
Compare Source
v0.26.21
Compare Source
v0.26.20
Compare Source
v0.26.19
Compare Source
v0.26.18
Compare Source
v0.26.17
Compare Source
v0.26.16
Compare Source
remult-admin
remult-admin
Configuration
📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Paris, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.