Skip to content

Commit

Permalink
Bump type-fest from 4.15.0 to 4.18.1 (sergiodxa#360)
Browse files Browse the repository at this point in the history
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.15.0
to 4.18.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>v4.18.1</h2>
<ul>
<li>Fix missing exports (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/876">#876</a>)
ed860e9</li>
</ul>
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.18.0...v4.18.1">https://github.com/sindresorhus/type-fest/compare/v4.18.0...v4.18.1</a></p>
<h2>v4.18.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/or.d.ts"><code>Or</code></a>
909c38e</li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/and.d.ts"><code>And</code></a>
9d628aa</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><code>TsConfigJson</code>: Add <code>preserve</code> module type and
<code>ES2022</code> lib types (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/874">#874</a>)
7096613</li>
<li><code>Opaque</code>: Mark as deprecated (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/867">#867</a>)
ef7b580</li>
<li><code>UnwrapOpaque</code>: Mark as deprecated (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/867">#867</a>)
ef7b580</li>
</ul>
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.17.0...v4.18.0">https://github.com/sindresorhus/type-fest/compare/v4.17.0...v4.18.0</a></p>
<h2>v4.17.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/is-null.d.ts"><code>IsNull</code></a>
d639574</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>Zero</code>: Fix missing export (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/870">#870</a>)
91a2b1e</li>
</ul>
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.16.0...v4.17.0">https://github.com/sindresorhus/type-fest/compare/v4.16.0...v4.17.0</a></p>
<h2>v4.16.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/is-integer.d.ts"><code>IsInteger</code></a></li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/is-float.d.ts"><code>IsFloat</code></a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>Integer</code>: Fix handling of some edge-cases (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/857">#857</a>)
f5b09de</li>
<li><code>Float</code>: Fix handling of some edge-cases (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/857">#857</a>)
f5b09de</li>
</ul>
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.15.0...v4.16.0">https://github.com/sindresorhus/type-fest/compare/v4.15.0...v4.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/a6612048e1bf4c6e787b1a10007dd90c5c9f34e7"><code>a661204</code></a>
4.18.1</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/ed860e9a3c5d29fbe500371af53c952ee6e40868"><code>ed860e9</code></a>
Fix missing exports (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/876">#876</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/fb6c2aa26f72d04eda2ca264b2776d45746b2ed4"><code>fb6c2aa</code></a>
4.18.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/909c38e9973b6153a0a4f4c6abc5c7b434e89183"><code>909c38e</code></a>
Add <code>Or</code> type</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/9d628aa623315497f27ef4bac2aa524201719e64"><code>9d628aa</code></a>
Add <code>And</code> type</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/4a4040459bf59c6ae8ad252c9eed450e00e0c9b8"><code>4a40404</code></a>
Meta tweaks</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/ef7b580ffdc297b0c4947a92d5e8d0d6bf1e05f4"><code>ef7b580</code></a>
Mark <code>Opaque</code> and <code>UnwrapOpaque</code> as deprecated (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/867">#867</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/7096613740abad9ce7ec5e5a5fbfba14ac84f64a"><code>7096613</code></a>
<code>TsConfigJson</code>: Add <code>preserve</code> module type and
<code>ES2022</code> lib types (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/874">#874</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/1fd3ad766b3d35100599e21fe446014419a1a9b0"><code>1fd3ad7</code></a>
4.17.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/d639574de8919d4a606b4f18269e3985ea7929fb"><code>d639574</code></a>
Add <code>IsNull</code> type</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/type-fest/compare/v4.15.0...v4.18.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=type-fest&package-manager=npm_and_yarn&previous-version=4.15.0&new-version=4.18.1)](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>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 6784f93 commit 6811015
Show file tree
Hide file tree
Showing 2 changed files with 8,807 additions and 8,727 deletions.
Loading

0 comments on commit 6811015

Please sign in to comment.