AtomicLoans / agent

💥 Atomic Agent
1 stars 3 forks source link

Update extract-zip to the latest version 🚀 #156

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 dependency extract-zip was updated from 1.7.0 to 2.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: malept License: BSD-2-Clause

Release Notes for 2.0.0

Changes

Added

  • Promise-style API (#90)
  • TypeScript definition (#92)

Changed

  • Required Node 10.12 (#89). As a result, the mkdirp dependency was removed.
  • Switched from concat-stream to get-stream (#90) to lower the number of transitive dependencies

Removed

  • Callback-style API (#90)
  • Support for Node < 10.12 (#89)

Internals

  • Heavy refactors for code clarity
  • Switched from tape to AVA for tests (#90)
  • Switched from Travis CI to GitHub Actions
  • Changed files are checked/fixed for lints via a pre-commit hook (#91)

Upgrade Guide

  • This module has dropped support for versions of Node.js < 10.12.0.
  • This module uses a Promise-based API instead of a callback-based API. If you still need to use a callback-based API, look into util.callbackify or similar functions.
  • For TypeScript codebases, remove @types/extract-zip as a TypeScript definition is bundled with the module.
Commits

The new version differs by 8 commits.

  • eb3c1ed 2.0.0
  • 27f3f85 feat: add TypeScript definition (#92)
  • ef3995d build: lint ava tests (#91)
  • e8dae76 docs: add troubleshooting docs
  • af00186 refactor: replace callback-style API with Promise-style API (#90)
  • 7993cb8 feat: require Node 10.12 (#89)
  • 79e0910 doc: clarify that required parameters are paths (#56)
  • cc72c88 build: use package.json files instead of .npmignore

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: