Skip to content

chore: bump ts-essentials from 10.1.1 to 10.2.1#981

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-essentials-10.2.0
Open

chore: bump ts-essentials from 10.1.1 to 10.2.1#981
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-essentials-10.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown

Bumps ts-essentials from 10.1.1 to 10.2.1.

Release notes

Sourced from ts-essentials's releases.

v10.2.1

Patch Changes

  • 4ad58f2: Added PublicInterface<Type> utility type

v10.2.0

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
Changelog

Sourced from ts-essentials's changelog.

10.2.1

Patch Changes

  • 4ad58f2: Added PublicInterface<Type> utility type

10.2.0

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
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-essentials since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2026
@dependabot dependabot Bot requested a review from eratio08 as a code owner June 1, 2026 00:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2026
eratio08
eratio08 previously approved these changes Jun 6, 2026
Bumps [ts-essentials](https://github.com/ts-essentials/ts-essentials) from 10.1.1 to 10.2.1.
- [Release notes](https://github.com/ts-essentials/ts-essentials/releases)
- [Changelog](https://github.com/ts-essentials/ts-essentials/blob/master/CHANGELOG.md)
- [Commits](ts-essentials/ts-essentials@v10.1.1...v10.2.1)

---
updated-dependencies:
- dependency-name: ts-essentials
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump ts-essentials from 10.1.1 to 10.2.0 chore: bump ts-essentials from 10.1.1 to 10.2.1 Jun 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ts-essentials-10.2.0 branch from 7730b91 to add4d94 Compare June 6, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant