Update dependency ts-essentials to v9.4.2 #511
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:
9.1.2
->9.4.2
Release Notes
krzkaczor/ts-essentials (ts-essentials)
v9.4.2
Compare Source
Patch Changes
f88f757
: Add TypeScript 5.3 and 5.4 support (fix a bug withWeakKey
forWeakSet
andWeakMap
)v9.4.1
Compare Source
Patch Changes
bc3c474
: Fix regression in TypeScript 5.1 with CamelCasev9.4.0
Compare Source
Minor Changes
ddb1bea
: Maketypescript
optional as a peer dependencyv9.3.2
Compare Source
Patch Changes
8761667
:DeepPartial
,DeepRequired
,DeepWritable
andDeepReadonly
can update structure ofError
or interfacewhich extends
Error
afccd35
: Fix handling of readonly arrays inisTuple
,DeepNullable
,DeepPartial
, andDeepUndefinable
v9.3.1
Compare Source
Patch Changes
0c215b9
: Changed theTuple
's type implementation to only use a tuple type (instead of a union of a tuple type and anarray type).
544742e
: Fix unique symbol__OPAQUE_TYPE__
inOpaque
that cannot be used outside of ts-essentials4c45165
: Improve the object constraint forNonEmptyObject<T>
to not allow primitives66a6169
: Improve theValueOf
utility type to cover the edge casesv9.3.0
Compare Source
Minor Changes
a86c5b5
: AddReadonlyArrayOrSingle
which is a counterpart toArrayOrSingle
with the array being readonly14cfa7c
: Add utility functioncreateFactoryWithConstraint
Patch Changes
c63e30e
: RefactorTail
to use variadic tuple type8a28c53
: FixDeepReadonly
for a union with an array of itself5989dda
: Add union support to all Mark* methods:MarkRequired
,MarkOptional
,MarkReadonly
andMarkWritable
8abe8a6
: FixStrictExtract
usage for TypeScript@^4.6.0v9.2.0
Compare Source
Minor Changes
5aa1f26
: AddNonEmptyArray
which ensures an array to have at least one itemfa03dda
: AddStrictExclude
, a stricter version ofExclude
6b27ee4
: AddMarkWritable
which unsets readonly for specified keyse76a08a
: AddMarkReadonly
which sets readonly for specific keysPatch Changes
13504d0
: FixDeepPartial
for normal arraysConfiguration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.