Skip to content

Commit

Permalink
chore(deps): update dependency ts-essentials to v10.0.4 (#541)
Browse files Browse the repository at this point in the history
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
renovate[bot] authored Dec 26, 2024
1 parent 2d59f88 commit df4287d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df4287d

Please sign in to comment.