tj / consolidate.js

Template engine consolidation library for node.js
3.48k stars 353 forks source link

fix: add undeclared optional peer dependencies #339

Closed merceyz closed 2 years ago

merceyz commented 3 years ago

What's the problem this PR addresses?

consolidate has some undeclared optional peer dependencies causing it to rely on hoisting to be in its favour which is not guaranteed. https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies

How did you fix it?

Add all undeclared dependencies as optional peer dependencies, using the ranges from devDependencies