Commit a1ef036
authored
chore(deps): bump type-fest from 5.3.1 to 5.4.1 (#1366)
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 5.3.1
to 5.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/type-fest/releases">type-fest's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.1</h2>
<ul>
<li><code>MergeDeep</code>: Remove extra <code>undefined</code> from
optional properties (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1319">#1319</a>)
a6af489</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v5.4.0...v5.4.1">https://github.com/sindresorhus/type-fest/compare/v5.4.0...v5.4.1</a></p>
<h2>v5.4.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/object-merge.d.ts"><code>ObjectMerge</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1324">#1324</a>)
ac06066</li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/unwrap-partial.d.ts"><code>UnwrapPartial</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1296">#1296</a>)
99b0b07</li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/array-reverse.d.ts"><code>ArrayReverse</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1266">#1266</a>)
dfbefad</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v5.3.1...v5.4.0">https://github.com/sindresorhus/type-fest/compare/v5.3.1...v5.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/8df92e4d2ed8807dfc202f2391c9ba48a754a020"><code>8df92e4</code></a>
5.4.1</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/a6af489dad3dfe0f9d4c92d7988b231295bbd8e9"><code>a6af489</code></a>
<code>MergeDeep</code>: Remove extra <code>undefined</code> from
optional properties (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/0028cc5ede59f9e96b472b6f0c7aaf7af87f6ba9"><code>0028cc5</code></a>
5.4.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/3f821921be73aba629a73c84bcf82c93639432e6"><code>3f82192</code></a>
Tweaks</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/ac060668e61e18a98ee3a8fe7d144efc58ee962c"><code>ac06066</code></a>
Add <code>ObjectMerge</code> type (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1324">#1324</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/850b33c4dd292e0ff8cff039ee167d69be324fce"><code>850b33c</code></a>
Ignore temporary <code>.d.ts</code> files from <code>fixtures</code> in
<code>xo.config.js</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1326">#1326</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/fe88ad8e4cee79dcb64f1c26f648319bfbcc4308"><code>fe88ad8</code></a>
Add linting to validate types specified via twoslash
(<code>//=></code>) inside JSDoc co...</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/99b0b07b59db86552abe1c3b42836bc5a3165e35"><code>99b0b07</code></a>
Add <code>UnwrapPartial</code> type (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1296">#1296</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/dfbefadd274b78ae890f07ac0f42596a63e43bb5"><code>dfbefad</code></a>
Add <code>ArrayReverse</code> type (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1266">#1266</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/b3ecd07b5a88378a60ae3c3ef9c356ea06378211"><code>b3ecd07</code></a>
Chore: Deduplicate test fixture identifiers (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1313">#1313</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/type-fest/compare/v5.3.1...v5.4.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 50b03b7 commit a1ef036
2 files changed
+37
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments