Files
pnpm/packages/lockfile-file/test
Martin Štekl 1e5482da4c fix(lockfile): change sorting of keys in lockfile (#5151)
* fix(lockfile): change sorting of keys in lockfile

Make it more deterministic and prevent unnecessary churn in the lockfile.
It is useful when looking for affected projects after changes to the lockfile.
When the changes happen among various developers using various locale,
the locale specific sorting causes changes in the lockfile for extraneous projects.
Therefore, it could cause running unnecessary CI jobs, builds, releases and other
work that would not be needed otherwise.

* chore: add comment

Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-08-04 03:18:36 +03:00
..