donmahallem / renovate-reproduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-----------------------------------------------------

-----------------------------------------------------

➤ ➤ Renovate Purge Deps Reproduction

Currently renovate purges indirect dependencies from other (not only root) package-lock files inside a lerna monorepo if a direct dependency is being updated by renovate. This causes the dependency graph for those packages to be broken.

Example below:

caseinpoint

This causes commander to be missing from the root package.json and not available

See: Discussion

To test run: npm run build:readme

About