Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ts-essentials from 9.4.1 to 10.0.4 #1445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps ts-essentials from 9.4.1 to 10.0.4.

Release notes

Sourced from ts-essentials's releases.

v10.0.4

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

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

Patch Changes

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

v10.0.1

Patch Changes

v10.0.0

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

... (truncated)

Changelog

Sourced from ts-essentials's changelog.

10.0.4

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

10.0.3

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.

10.0.2

Patch Changes

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

10.0.1

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

10.0.0

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

... (truncated)

Commits
  • 4233566 Version Packages (#419)
  • d02bf22 Fix: MarkRequired and MarkWritable types when Keys is any (#421)
  • d3b56d7 Feat: Prettify output of Mark-* & Merge types (#422)
  • ecb490b Fix: Head type with union of empty and non-empty tuple (#425)
  • dda4def Fix: Tail with optional, readonly and non-tuple arrays (#424)
  • 859d85c Fix: Make MarkOptional\<Type, Keys extends keyof Type> assignable to `Partia...
  • dcf6179 docs: move som-sm to active contributors
  • 2547305 Fix: Failing test:fix script (#417)
  • bc00a4f test: tsconfig.test.json exclude
  • b34cb49 build: fix 2 versions of prettier in yarn.lock
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 9.4.1 to 10.0.4.
- [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@v9.4.1...v10.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 27, 2024
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