Skip to content

build(deps-dev): bump ts-essentials from 10.1.1 to 10.2.0#2

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

build(deps-dev): bump ts-essentials from 10.1.1 to 10.2.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-essentials-10.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps ts-essentials from 10.1.1 to 10.2.0.

Release notes

Sourced from ts-essentials's releases.

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.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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ts-essentials](https://github.com/ts-essentials/ts-essentials) from 10.1.1 to 10.2.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 17, 2026
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.

0 participants