Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency ts-essentials to v10.0.4 (#541)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-essentials](https://redirect.github.com/ts-essentials/ts-essentials) | [`10.0.3` -> `10.0.4`](https://renovatebot.com/diffs/npm/ts-essentials/10.0.3/10.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-essentials/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-essentials/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-essentials/10.0.3/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-essentials/10.0.3/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ts-essentials/ts-essentials (ts-essentials)</summary> ### [`v10.0.4`](https://redirect.github.com/ts-essentials/ts-essentials/blob/HEAD/CHANGELOG.md#1004) [Compare Source](https://redirect.github.com/ts-essentials/ts-essentials/compare/v10.0.3...v10.0.4) ##### Patch Changes - [`ecb490b`](https://redirect.github.com/ts-essentials/ts-essentials/commit/ecb490b): `Head<Type>` no longer includes an extraneous `| undefined` when instantiated with a union of empty and non-empty tuple, like `[] | [1, 2]` - [`859d85c`](https://redirect.github.com/ts-essentials/ts-essentials/commit/859d85c): `MarkOptional<Type, Keys>` is now assignable to `Partial<Type>` - [`dda4def`](https://redirect.github.com/ts-essentials/ts-essentials/commit/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`](https://redirect.github.com/ts-essentials/ts-essentials/commit/d02bf22): Fix `MarkRequired<Type, Keys>` & `MarkWritable<Type, Keys>` types when `Keys` is `any` - [`d3b56d7`](https://redirect.github.com/ts-essentials/ts-essentials/commit/d3b56d7): Prettify the output of `Mark-*` and `Merge` types </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/r4ai/r4ai.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information