From df4287d53b3c16150ef979749e702cf8c696c837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:09:35 +0000 Subject: [PATCH] chore(deps): update dependency ts-essentials to v10.0.4 (#541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
ts-essentials/ts-essentials (ts-essentials) ### [`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` 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` is now assignable to `Partial` - [`dda4def`](https://redirect.github.com/ts-essentials/ts-essentials/commit/dda4def): `Tail` 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` & `MarkWritable` types when `Keys` is `any` - [`d3b56d7`](https://redirect.github.com/ts-essentials/ts-essentials/commit/d3b56d7): Prettify the output of `Mark-*` and `Merge` types
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0a1988d2..f44e71f6 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "storybook-solidjs-vite": "1.0.0-beta.6", "tailwindcss": "3.4.17", "tailwindcss-animate": "1.0.7", - "ts-essentials": "10.0.3", + "ts-essentials": "10.0.4", "typescript": "5.7.2", "typescript-eslint": "8.18.2", "unified": "11.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4a8f300..c007ad1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -283,8 +283,8 @@ importers: specifier: 1.0.7 version: 1.0.7(tailwindcss@3.4.17) ts-essentials: - specifier: 10.0.3 - version: 10.0.3(typescript@5.7.2) + specifier: 10.0.4 + version: 10.0.4(typescript@5.7.2) typescript: specifier: 5.7.2 version: 5.7.2 @@ -4847,8 +4847,8 @@ packages: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} engines: {node: '>=6.10'} - ts-essentials@10.0.3: - resolution: {integrity: sha512-/FrVAZ76JLTWxJOERk04fm8hYENDo0PWSP3YLQKxevLwWtxemGcl5JJEzN4iqfDlRve0ckyfFaOBu4xbNH/wZw==} + ts-essentials@10.0.4: + resolution: {integrity: sha512-lwYdz28+S4nicm+jFi6V58LaAIpxzhg9rLdgNC1VsdP/xiFBseGhF1M/shwCk6zMmwahBZdXcl34LVHrEang3A==} peerDependencies: typescript: '>=4.5.0' peerDependenciesMeta: @@ -10926,7 +10926,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-essentials@10.0.3(typescript@5.7.2): + ts-essentials@10.0.4(typescript@5.7.2): optionalDependencies: typescript: 5.7.2