mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-02 03:58:19 -05:00
* test(pnpm): expand dedupePeers test to account for other dependencies in same package Previously, this test only asserted that _other_ monorepo packages were unaffected, but it did not check other dependencies of the _same_ monorepo package. * fix: ensure that recursive update --latest only updates matched packages * fix: move update check to resolveDependendency * refactor: move updateToLatest conditional up in resolveDependency * refactor: make update types mutually exclusive in resolveDependencies * refactor: rename 'in-range' update type to 'compatible' Co-authored-by: Zoltan Kochan <z@kochan.io> * refactor: use update union type in package-requester and store-controller-type * docs: add changesets --------- Co-authored-by: Zoltan Kochan <z@kochan.io>