Skip to content

Update dependency ts-essentials to v10 - #557

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ts-essentials-10.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ts-essentials-10.x

Conversation

@renovate

@renovate renovate Bot commented May 4, 2024 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ts-essentials ^9.4.0 → ^10.0.0 age confidence

Release Notes

ts-essentials/ts-essentials (ts-essentials)

v10.2.1

Compare Source

Patch Changes
  • 4ad58f2: Added PublicInterface<Type> utility type

v10.2.0

Compare Source

Minor Changes
  • a0a0cc2: Add NonUnion utility type
  • e9b7366: Deprecated NonNever and renamed it to OmitNeverProperties
  • 34f52e0: Added RequireAtLeastOne utility type
  • 675a244: Added UnionKeys utility type
  • 34f52e0: Added RequireAtMostOne utility type
  • bceeef1: Deprecated Exact and renamed it to IsExact
  • 88bfc52: Add JsonValue, JsonPrimitive, JsonObject and JsonArray utility types
  • bb7d19f: Add OverrideDeepReadonlyOptions to DeepReadonly<Type, OverrideDeepReadonlyOptions?> to allow configuring
    passthrough behaviour for built-in types (Date, Error, RegExp) per use-case
Patch Changes
  • afa25a9: Fix Prettify<Type> type when Type is a class with private/protected members
  • 16e427d: Fix IsTuple<Type> type when Type is a tuple with both optional elements and a rest element, like
    [string?, ...number[]]
  • 77767a1: Deprecated NonEmptyArray and renamed it to AnyNonEmptyArray
  • 44dbae4: Fix DeepPartial<Type> when Type is an array containing rest element, like [string, ...number[]]
  • a105b07: Added Iterable support for DeepReadonly and DeepWritable
  • b83d62b: Fix assignability for UnionKeys
  • b83d62b: Fix assignability for UnionToIntersection

v10.1.1

Compare Source

Patch Changes
  • 8ae038e: Fix DeepReadonly<Type> & DeepRequired<Type> types when Type is an array containing rest element, like
    [string, ...number[]]

v10.1.0

Compare Source

Minor Changes
  • 39d315e: Implement DeepMarkRequired utility type that constructs a type by picking all properties from type Type
    where properties by paths KeyPathUnion are set as required
  • f7c2c36: Implement DeepMarkOptional utility type that constructs a type by picking all properties from type Type
    where properties by paths KeyPathUnion are set as optional

v10.0.4

Compare Source

Patch Changes
  • ecb490b: Head<Type> no longer includes an extraneous | undefined when instantiated with a union of empty and
    non-empty tuple, like [] | [1, 2]
  • 859d85c: MarkOptional<Type, Keys> is now assignable to Partial<Type>
  • dda4def: Tail<Type> now works with readonly arrays and also correctly returns the tail for tuples with all optional
    members. Additionally, it now acts as an identity for non-tuple arrays, i.e., it returns Type when Type is a
    non-tuple array, such as string[], number[], etc.
  • d02bf22: Fix MarkRequired<Type, Keys> & MarkWritable<Type, Keys> types when Keys is any
  • d3b56d7: Prettify the output of Mark-* and Merge types

v10.0.3

Compare Source

Patch Changes
  • cc7b838: ReadonlyKeys<Type> and WritableKeys<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 function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard"
    when indexing on arrays.

v10.0.2

Compare Source

Patch Changes
  • 490712c: Deprecated DictionaryValues in favour of ValueOf
  • c311536: Added a support of interfaces for PathValue

v10.0.1

Compare Source

Patch Changes
  • 365612c: Use key remapping in PickKeys, OmitProperties and PickProperties that reduced the number of
    instantiations by ~20-40% on average
  • 39eb424: Remove XOR union element with all properties excluded from the intersection

v10.0.0

Compare Source

Major Changes
  • b127a8a: Use TypeScript@^4.2.0 because of excessively deep and possibly infinite type instantiation limitation for
    PathValue and Paths
  • 26be790: Fixed assignability of Mark* utility types which required removing support of TypeScript@<4.5
  • 9935d80: Added StrictDeepOmit and StrictDeepPick that support generic type and removed generic constraint on the
    second type parameter of DeepOmit and DeepPick
Minor Changes
  • 5b7650a: Add variadic XOR, up to 50 generic types
  • b127a8a: Implement Paths and PathValue to access object properties, array/tuple indices
Patch Changes
  • d2dbcf9: Added CONVENTIONS.md for reliable, consistent and predictable development
  • ed57101: Add support for types which explicitly extend Array inside types passed to DeepRequired.
  • 25f3f60: Add support of union types for arrays, tuples, objects and primitive in isExact

v9.4.2

Compare Source

Patch Changes
  • f88f757: Add TypeScript 5.3 and 5.4 support (fix a bug with WeakKey for WeakSet and WeakMap)

v9.4.1

Compare Source

Patch Changes
  • bc3c474: Fix regression in TypeScript 5.1 with CamelCase

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/ts-essentials-10.x branch from a29099a to 8caee44 Compare August 10, 2025 14:06
@renovate
renovate Bot force-pushed the renovate/ts-essentials-10.x branch from 8caee44 to 740e861 Compare April 29, 2026 19:02
@renovate
renovate Bot force-pushed the renovate/ts-essentials-10.x branch from 740e861 to 9dc2f47 Compare June 6, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants