chore(deps): update devdependency ts-essentials to v10 (main) #2982
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.4.2
->^10.0.3
Release Notes
ts-essentials/ts-essentials (ts-essentials)
v10.0.3
Compare Source
Patch Changes
cc7b838
:ReadonlyKeys<Type>
andWritableKeys<Type>
now return only the readonly and writable keys, respectively,for arrays and tuples
d6867ea
:Prettify<Type>
returns the same type when the type parameter is a functionbc51ac5
:OptionalKeys<Type>
returnsnever
for primitives and returns only optional indices for arrays and tuplesd0ad79f
: ImprovePaths
performance by limiting the depth of paths to 7 (default)162fd9d
: AddPaths<Type, { anyArrayIndexAccessor: '*' }>
, a string literal representing a catch-all or "wildcard"when indexing on arrays.
v10.0.2
Compare Source
Patch Changes
490712c
: DeprecatedDictionaryValues
in favour ofValueOf
c311536
: Added a support of interfaces forPathValue
v10.0.1
Compare Source
Patch Changes
365612c
: Use key remapping inPickKeys
,OmitProperties
andPickProperties
that reduced the number ofinstantiations by ~20-40% on average
39eb424
: Remove XOR union element with all properties excluded from the intersectionv10.0.0
Compare Source
Major Changes
b127a8a
: Use TypeScript@^4.2.0 because of excessively deep and possibly infinite type instantiation limitation forPathValue
andPaths
26be790
: Fixed assignability of Mark* utility types which required removing support of TypeScript@<4.59935d80
: AddedStrictDeepOmit
andStrictDeepPick
that support generic type and removed generic constraint on thesecond type parameter of
DeepOmit
andDeepPick
Minor Changes
5b7650a
: Add variadic XOR, up to 50 generic typesb127a8a
: ImplementPaths
andPathValue
to access object properties, array/tuple indicesPatch Changes
d2dbcf9
: AddedCONVENTIONS.md
for reliable, consistent and predictable developmented57101
: Add support for types which explicitly extend Array inside types passed toDeepRequired
.25f3f60
: Add support of union types for arrays, tuples, objects and primitive inisExact
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.