Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

fix: lock mkdirp dependency at compatible version #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: lock mkdirp dependency at compatible version #88

wants to merge 1 commit into from

Conversation

mgabeler-lee-6rs
Copy link

Prevents this package from pulling in the breaking change 1.0.x release of mkdirp when it is a dependency of some other packages

Hopefully...
fixes #87

Prevents this package from pulling in the breaking change 1.0.x release of `mkdirp` when it is a dependency of some other packages
@sammoore
Copy link

sammoore commented Jan 29, 2020

Please merge this. Pulling in * for the dependency is preventing us from deploying changes to a legacy Node.js v6 app -- not to mention, it is generally irresponsible, and a most welcome change to lock down the dependencies even though Node.js v6 is EOL...

@ndreckshage
Copy link

This is a dependency of https://github.com/lerna/lerna and a few other common packages.. @ahmadnassri can you merge this and publish a patch?

@anthinkingcoder
Copy link

anthinkingcoder commented Mar 9, 2020

please fix this problem @ahmadnassri

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependencies accept breaking change to mkdirp, causing library to fail
5 participants