Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 26, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
extract-zip ^1.6.7 -> ^2.0.0 age adoption passing confidence

Release Notes

maxogden/extract-zip

v2.0.1: 2.0.1

Compare Source

Fixed
  • stop using deprecated process.umask (#​96)
  • correct minimum Node version (>= 10.17.0) based on fs.promises stability (#​105)

v2.0.0: 2.0.0

Compare Source

Changes

Added
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.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/extract-zip-2.x branch from 3bcf7e4 to f87ee4a Compare May 17, 2020 23:33
@renovate renovate bot force-pushed the renovate/extract-zip-2.x branch from f87ee4a to b06dcd5 Compare July 6, 2020 04:42
@renovate renovate bot force-pushed the renovate/extract-zip-2.x branch from b06dcd5 to 36140df Compare March 7, 2022 09:49
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants