krzkaczor/ts-essentials (ts-essentials)
### [`v10.0.0`](https://togithub.com/krzkaczor/ts-essentials/blob/HEAD/CHANGELOG.md#1000)
[Compare Source](https://togithub.com/krzkaczor/ts-essentials/compare/v9.4.2...v10.0.0)
##### Major Changes
- [`b127a8a`](https://togithub.com/krzkaczor/ts-essentials/commit/b127a8a): Use TypeScript@^4.2.0 because of excessively deep and possibly infinite type instantiation limitation for
`PathValue` and `Paths`
- [`26be790`](https://togithub.com/krzkaczor/ts-essentials/commit/26be790): Fixed assignability of Mark\* utility types which required removing support of TypeScript@<4.5
- [`9935d80`](https://togithub.com/krzkaczor/ts-essentials/commit/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`](https://togithub.com/krzkaczor/ts-essentials/commit/5b7650a): Add variadic XOR, up to 50 generic types
- [`b127a8a`](https://togithub.com/krzkaczor/ts-essentials/commit/b127a8a): Implement `Paths` and `PathValue` to access object properties, array/tuple indices
##### Patch Changes
- [`d2dbcf9`](https://togithub.com/krzkaczor/ts-essentials/commit/d2dbcf9): Added `CONVENTIONS.md` for reliable, consistent and predictable development
- [`ed57101`](https://togithub.com/krzkaczor/ts-essentials/commit/ed57101): Add support for types which explicitly extend Array inside types passed to `DeepRequired`.
- [`25f3f60`](https://togithub.com/krzkaczor/ts-essentials/commit/25f3f60): Add support of union types for arrays, tuples, objects and primitive in `isExact`
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 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^9.3.2
->^10.0.0
Release Notes
krzkaczor/ts-essentials (ts-essentials)
### [`v10.0.0`](https://togithub.com/krzkaczor/ts-essentials/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://togithub.com/krzkaczor/ts-essentials/compare/v9.4.2...v10.0.0) ##### Major Changes - [`b127a8a`](https://togithub.com/krzkaczor/ts-essentials/commit/b127a8a): Use TypeScript@^4.2.0 because of excessively deep and possibly infinite type instantiation limitation for `PathValue` and `Paths` - [`26be790`](https://togithub.com/krzkaczor/ts-essentials/commit/26be790): Fixed assignability of Mark\* utility types which required removing support of TypeScript@<4.5 - [`9935d80`](https://togithub.com/krzkaczor/ts-essentials/commit/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`](https://togithub.com/krzkaczor/ts-essentials/commit/5b7650a): Add variadic XOR, up to 50 generic types - [`b127a8a`](https://togithub.com/krzkaczor/ts-essentials/commit/b127a8a): Implement `Paths` and `PathValue` to access object properties, array/tuple indices ##### Patch Changes - [`d2dbcf9`](https://togithub.com/krzkaczor/ts-essentials/commit/d2dbcf9): Added `CONVENTIONS.md` for reliable, consistent and predictable development - [`ed57101`](https://togithub.com/krzkaczor/ts-essentials/commit/ed57101): Add support for types which explicitly extend Array inside types passed to `DeepRequired`. - [`25f3f60`](https://togithub.com/krzkaczor/ts-essentials/commit/25f3f60): Add support of union types for arrays, tuples, objects and primitive in `isExact`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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.