mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
* test(install): peer dependencies should be resolved correctly * fix(linking): packages should not loose their peer deps When a peer dependency is resolved not from the direct parent, dependent packages should be duplicated with hard links in order to preserve the correct set of resolved peer dependencies. Semi-breaking change. The node_modules structure is changed but doesn't need a complete removal of a node_modules created with previous version of pnpm. * docs: document how peer dependencies are resolved Ref #694, Ref #726 * docs: nicer comments in code blocks * docs: more explanation about peer deps