Open renovate[bot] opened 4 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
^1.6.7
->^2.0.0
Release Notes
maxogden/extract-zip
### [`v2.0.1`](https://togithub.com/maxogden/extract-zip/releases/tag/v2.0.1): 2.0.1 [Compare Source](https://togithub.com/maxogden/extract-zip/compare/v2.0.0...v2.0.1) ##### Fixed - stop using deprecated `process.umask` ([#96](https://togithub.com/maxogden/extract-zip/issues/96)) - correct minimum Node version (>= 10.17.0) based on `fs.promises` stability ([#105](https://togithub.com/maxogden/extract-zip/issues/105)) ### [`v2.0.0`](https://togithub.com/maxogden/extract-zip/releases/tag/v2.0.0): 2.0.0 [Compare Source](https://togithub.com/maxogden/extract-zip/compare/v1.7.0...v2.0.0) #### Changes ##### Added - Promise-style API ([#90](https://togithub.com/maxogden/extract-zip/issues/90)) - TypeScript definition ([#92](https://togithub.com/maxogden/extract-zip/issues/92)) ##### Changed - Required Node 10.12 ([#89](https://togithub.com/maxogden/extract-zip/issues/89)). As a result, the `mkdirp` dependency was removed. - Switched from `concat-stream` to `get-stream` ([#90](https://togithub.com/maxogden/extract-zip/issues/90)) to lower the number of transitive dependencies ##### Removed - Callback-style API ([#90](https://togithub.com/maxogden/extract-zip/issues/90)) - Support for Node < 10.12 ([#89](https://togithub.com/maxogden/extract-zip/issues/89)) ##### Internals - Heavy refactors for code clarity - Switched from tape to AVA for tests ([#90](https://togithub.com/maxogden/extract-zip/issues/90)) - Switched from Travis CI to GitHub Actions - Changed files are checked/fixed for lints via a pre-commit hook ([#91](https://togithub.com/maxogden/extract-zip/issues/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`](https://nodejs.org/dist/latest-v12.x/docs/api/util.html#util_util_callbackify_original) or similar functions. - For TypeScript codebases, remove `@types/extract-zip` as a TypeScript definition is bundled with the module.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.