Skip to content

Commit

Permalink
chore: bump file-type from 19.0.0 to 19.4.1 (#72)
Browse files Browse the repository at this point in the history
Bumps [file-type](https://github.com/sindresorhus/file-type) from 19.0.0
to 19.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/file-type/releases">file-type's
releases</a>.</em></p>
<blockquote>
<h2>v19.4.1</h2>
<ul>
<li>Fix passing options to <code>fileTypeStream</code> in default entry
point (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/653">#653</a>)
ea314a4</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.4.0...v19.4.1">https://github.com/sindresorhus/file-type/compare/v19.4.0...v19.4.1</a></p>
<h2>v19.4.0</h2>
<ul>
<li>Add support for web streams for <code>fileTypeStream()</code> (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/649">#649</a>)
2000141</li>
<li>Fix options in combination with <code>fileTypeStream()</code> (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/650">#650</a>)
bd3b5a4</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.3.0...v19.4.0">https://github.com/sindresorhus/file-type/compare/v19.3.0...v19.4.0</a></p>
<h2>v19.3.0</h2>
<ul>
<li>Add support for Microsoft Visio files (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/647">#647</a>)
2744be7</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.2.0...v19.3.0">https://github.com/sindresorhus/file-type/compare/v19.2.0...v19.3.0</a></p>
<h2>v19.2.0</h2>
<ul>
<li>Add <code>NodeFileTypeParser#fromFile()</code> (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/644">#644</a>)
9d2ee02</li>
<li>Update dependencies (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/645">#645</a>)
6440b3d</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.1.1...v19.2.0">https://github.com/sindresorhus/file-type/compare/v19.1.1...v19.2.0</a></p>
<h2>v19.1.1</h2>
<ul>
<li>Fix Node.js entry point export <code>fileTypeFromTokenizer</code>
(<a
href="https://redirect.github.com/sindresorhus/file-type/issues/639">#639</a>)
20fdba7</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.1.0...v19.1.1">https://github.com/sindresorhus/file-type/compare/v19.1.0...v19.1.1</a></p>
<h2>v19.1.0</h2>
<ul>
<li>Replace Buffer usage with Uint8Array (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/633">#633</a>)
00e051bceaf0791ffc1b08b36aee196ccdd95606</li>
<li>Add support for reading from a web stream (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/635">#635</a>)
b815b5e</li>
</ul>
<p><a
href="https://github.com/sindresorhus/file-type/compare/v19.0.0...v19.1.0">https://github.com/sindresorhus/file-type/compare/v19.0.0...v19.1.0</a></p>
<h2>Release notes</h2>
<ul>
<li>Please note that <a
href="https://github.com/sindresorhus/file-type?tab=readme-ov-file#filetypefromblobblob">fileTypeFromBlob(blob)</a>
is streaming the Blob instead of buffering, which require at least
Node.js ≥ 20.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/file-type/commit/988bf4bc9f9bc98e8f3360da4dfa36e5caa455b3"><code>988bf4b</code></a>
19.4.1</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/ea314a4227faeb7445a48867b47f888c9302ea10"><code>ea314a4</code></a>
Fix passing options to <code>fileTypeStream</code> in default entry
point (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/653">#653</a>)</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/0cfd0bec8fa441a196f27f96956ffbd998c03503"><code>0cfd0be</code></a>
Add funding file</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/31f391176e835049dde7bf95aebe0ee349a65a58"><code>31f3911</code></a>
Test for <code>instanceof</code> Readable as for this class Node.js is
the single suppli...</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/99ee2c50d9d4edff75bdc47515950b866d01528e"><code>99ee2c5</code></a>
Reuse strtok3 typing for different web stream types (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/655">#655</a>)</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/94db1735cc195631be412c1e21d5031eb021e321"><code>94db173</code></a>
19.4.0</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/5034fc1f7025554b1df81ed6cb1d3b32ce239eb2"><code>5034fc1</code></a>
Define type paths in package.json</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/2000141a45410b3d557fec3f4d294e89918c0c59"><code>2000141</code></a>
Add support for web streams for <code>fileTypeStream</code> (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/649">#649</a>)</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/7c3bea15c172677940b857d7983c6cf72dab2cb8"><code>7c3bea1</code></a>
Add logo</li>
<li><a
href="https://github.com/sindresorhus/file-type/commit/bd3b5a4b68d668533346fa8bba499a7ec641cdbb"><code>bd3b5a4</code></a>
Fix options in combination with <code>fileTypeStream()</code> (<a
href="https://redirect.github.com/sindresorhus/file-type/issues/650">#650</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/file-type/compare/v19.0.0...v19.4.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=file-type&package-manager=npm_and_yarn&previous-version=19.0.0&new-version=19.4.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>
Co-authored-by: Nikita <lisqxd@proton.me>
  • Loading branch information
dependabot[bot] and phaux committed Sep 2, 2024
1 parent 2dd3893 commit 32243e8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 83 deletions.
146 changes: 64 additions & 82 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["ES2023"],
"lib": ["ES2023", "DOM"],
"module": "Node16",
"moduleResolution": "Node16",
"noEmit": true,
Expand Down

0 comments on commit 32243e8

Please sign in to comment.