Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lockfile): change sorting of keys in lockfile #5151

Merged
merged 2 commits into from Aug 4, 2022

Commits on Aug 3, 2022

  1. 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.
    stekycz committed Aug 3, 2022
    Copy the full SHA
    e4228ef View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. chore: add comment

    zkochan committed Aug 4, 2022
    Copy the full SHA
    e8cb298 View commit details
    Browse the repository at this point in the history