Skip to content

Commit

Permalink
Merge #3
Browse files Browse the repository at this point in the history
3: Update file-type to the latest version 🚀 r=jniles a=greenkeeper[bot]


## The devDependency [file-type](https://github.com/sindresorhus/file-type) was updated from `13.0.3` to `13.1.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

**Publisher:** [sindresorhus](https://www.npmjs.com/~sindresorhus)
**License:** MIT

<details>
<summary>Release Notes for v13.1.0</summary>

<ul>
<li>Add audio module detections: .it, .s3m &amp; .xm (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="549152921" data-permission-text="Issue title is private" data-url="sindresorhus/file-type#305" data-hovercard-type="pull_request" data-hovercard-url="/sindresorhus/file-type/pull/305/hovercard" href="https://urls.greenkeeper.io/sindresorhus/file-type/pull/305">#305</a>)  <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/sindresorhus/file-type/commit/b824802752fb4e5682a7711d9d9c99cfefd3043b/hovercard" href="https://urls.greenkeeper.io/sindresorhus/file-type/commit/b824802752fb4e5682a7711d9d9c99cfefd3043b"><tt>b824802</tt></a></li>
</ul>
<p><a class="commit-link" href="https://urls.greenkeeper.io/sindresorhus/file-type/compare/v13.0.3...v13.1.0"><tt>v13.0.3...v13.1.0</tt></a></p>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 4 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/sindresorhus/file-type/commit/07b15a35c075aa722a7b40ad07cdc0d4f92be2b7"><code>07b15a3</code></a> <code>13.1.0</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/file-type/commit/fcc259a8db380c2979740d66fce21ce74ccbf447"><code>fcc259a</code></a> <code>Fix typo</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/file-type/commit/b824802752fb4e5682a7711d9d9c99cfefd3043b"><code>b824802</code></a> <code>Add audio module detections: .it, .s3m &amp; .xm (#305)</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/file-type/commit/949acee0a7f1fafeab429d6989f97c6e8fe98aea"><code>949acee</code></a> <code>Document why we cannot support CSV</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/sindresorhus/file-type/compare/0f7b2e8654ea0473be3995b1608a57ab1b7d937b...07b15a35c075aa722a7b40ad07cdc0d4f92be2b7">full diff</a></p>
</details>

---

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴



Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and greenkeeper[bot] authored Feb 15, 2020
2 parents fcc7ddf + 593a33a commit 9757c93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "6.7.2",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.19.1",
"file-type": "13.0.3",
"file-type": "13.1.0",
"release-it": "^12.4.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1416,10 +1416,10 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"

file-type@13.0.3:
version "13.0.3"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-13.0.3.tgz#38ec631acda18103da09d4f1750836932e6711c4"
integrity sha512-fe3+9mnMLbpP8nRQm/cJgehypv375SOFOXFdLYyYe7hWxdWgS5hkDpWnld5At/vvfVEN6rVqKA3EOKMP03tJGg==
file-type@13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-13.1.0.tgz#5cfeade4745fad9504bb1435b5b5003af272b5a8"
integrity sha512-nr4fSvwYSlQl7YmaWS8rsvDrAm6VgCeb2ysHh18+YBSH4RxewhPKUQrj2XRuEMBNnH6E4xw+yWTL7+jiMrh6GA==
dependencies:
readable-web-to-node-stream "^2.0.0"
strtok3 "^5.0.1"
Expand Down

0 comments on commit 9757c93

Please sign in to comment.