bitjson / typescript-starter

Quickly create and configure a new library or Node.js project
https://bitjson.github.io/typescript-starter/
MIT License
3.48k stars 245 forks source link

Update md5-file to the latest version πŸš€ #231

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency md5-file was updated from 4.0.0 to 5.0.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: linusu License: MIT

Release Notes for 🚒 5.0.0 / 2020-04-05

πŸ’₯ Breaking Changes

  • Remove support for callbacks

    Migration Guide:

    Instead of passing a callback to md5File, use the returned Promise e.g. by calling .then(...) on it.

  • Drop support for Node.js < 10.13.0

    Migration Guide:

    Upgrade to Node.js 10.13.0 or newer for continued support.

πŸŽ‰ Enhancements

  • Add TypeScript typings

🌹 Internal Changes

  • Cleanup package metadata
Commits

The new version differs by 11 commits.

  • 97d2243 🚒 5.0.0
  • 6cf4f6c πŸŽ‰ Add TypeScript typings
  • 122dd41 πŸ’₯ Drop support for Node.js < 10.13.0
  • 6cddc7e πŸ’₯ Remove support for callbacks
  • 7a9d927 🌹 Cleanup package metadata
  • c57a55c Merge pull request #26 from Richienb/merge-promise
  • c4d348e Merge promise support with callback function
  • 19b0b85 Merge pull request #23 from BamButz/master
  • 079af00 update README, remove funding
  • 905216b docs: add typescript declaration reference
  • 476ad92 Create FUNDING.yml

See the full diff


FAQ and help 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).

Your Greenkeeper bot :palm_tree: