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

Use both key and version when sorting lockfile entries #4541

Merged
merged 2 commits into from Apr 12, 2023

Commits on Apr 12, 2023

  1. Use both key and version when sorting lockfile entries

    This will make the sorting deterministic so the hash is stable
    mehulkar committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3e8c0e2 View commit details
    Browse the repository at this point in the history
  2. add unit test for pnpm fix (#4542)

    Extends one of the testing fixtures to reproduce the hash instability
    and adding a unit test that that checks that the sorting of the
    transitive closure is stable.
    chris-olszewski committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9c49ba7 View commit details
    Browse the repository at this point in the history