Skip to content

Commit bb3552c

Browse files
⬆️ Bump md5-file from 4.0.0 to 5.0.0 (#13)
Bumps [md5-file](https://github.com/roryrjb/md5-file) from 4.0.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/roryrjb/md5-file/releases">md5-file's releases</a>.</em></p> <blockquote> <h2>🚢 5.0.0 / 2020-04-05</h2> <h2>💥 Breaking Changes</h2> <ul> <li> <p>Remove support for callbacks</p> <p>Migration Guide:</p> <p>Instead of passing a callback to <code>md5File</code>, use the returned <code>Promise</code> e.g. by calling <code>.then(...)</code> on it.</p> </li> <li> <p>Drop support for Node.js &lt; 10.13.0</p> <p>Migration Guide:</p> <p>Upgrade to Node.js 10.13.0 or newer for continued support.</p> </li> </ul> <h2>🎉 Enhancements</h2> <ul> <li>Add TypeScript typings</li> </ul> <h2>🌹 Internal Changes</h2> <ul> <li>Cleanup package metadata</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kodie/md5-file/commit/97d2243464f6557ba7cf9cd6790cd58c3470f583"><code>97d2243</code></a> 🚢 5.0.0</li> <li><a href="https://github.com/kodie/md5-file/commit/6cf4f6c93bb157e5031136067401435da34360b8"><code>6cf4f6c</code></a> 🎉 Add TypeScript typings</li> <li><a href="https://github.com/kodie/md5-file/commit/122dd4144ae6341595c6998901217e368e7da268"><code>122dd41</code></a> 💥 Drop support for Node.js &lt; 10.13.0</li> <li><a href="https://github.com/kodie/md5-file/commit/6cddc7ea8ba66b8e07ea627d91042cbd0c8c0413"><code>6cddc7e</code></a> 💥 Remove support for callbacks</li> <li><a href="https://github.com/kodie/md5-file/commit/7a9d927b21faad78a8797c7ce1a2284992bd8f6c"><code>7a9d927</code></a> 🌹 Cleanup package metadata</li> <li><a href="https://github.com/kodie/md5-file/commit/c57a55c5ff08fe58ff70e29d784f96c9e3e9799e"><code>c57a55c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/roryrjb/md5-file/issues/26">#26</a> from Richienb/merge-promise</li> <li><a href="https://github.com/kodie/md5-file/commit/c4d348e500f19d71067a2208899992aece782422"><code>c4d348e</code></a> Merge promise support with callback function</li> <li><a href="https://github.com/kodie/md5-file/commit/19b0b85d11ae39d96d6cac975d2765a0cea9cfc9"><code>19b0b85</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/roryrjb/md5-file/issues/23">#23</a> from BamButz/master</li> <li><a href="https://github.com/kodie/md5-file/commit/079af00049751e6d16125a35c4cec88d0ee6d4b4"><code>079af00</code></a> update README, remove funding</li> <li><a href="https://github.com/kodie/md5-file/commit/905216bdf4cfd9c8b0a7da40b617ac6afe9336cc"><code>905216b</code></a> docs: add typescript declaration reference</li> <li>Additional commits viewable in <a href="https://github.com/roryrjb/md5-file/compare/v4.0.0...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=md5-file&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=5.0.0)](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 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>
1 parent c81f4fa commit bb3552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"koa": "^2.11.0",
6464
"koa-static": "^5.0.0",
6565
"lodash": "^4.17.15",
66-
"md5-file": "^4.0.0",
66+
"md5-file": "^5.0.0",
6767
"mini-event-emitter": "^0.9.1",
6868
"monaco": "^1.201704190613.0+9ac64297a3b2ace5240299ba54b03f5029378397",
6969
"monaco-editor": "^0.25.2",

0 commit comments

Comments
 (0)