Unverified Commit 34398d32 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

pnpm_10: 10.26.1 -> 10.28.0

parent 95315fd0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -141,6 +141,10 @@ in
              jq --sort-keys "del(.. | .checkedAt?)" $f | sponge $f
            done

            # This folder contains symlinks to /build/source which we don't need
            # since https://github.com/pnpm/pnpm/releases/tag/v10.27.0
            rm -rf $storePath/{v3,v10}/projects

            # Ensure consistent permissions
            # NOTE: For reasons not yet fully understood, pnpm might create files with
            # inconsistent permissions, for example inside the ubuntu-24.04
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ let
      hash = "sha256-z4anrXZEBjldQoam0J1zBxFyCsxtk+nc6ax6xNxKKKc=";
    };
    "10" = {
      version = "10.26.1";
      hash = "sha256-6ObkmRKPaAT1ySIjzR8uP2JVcQLAxuJUzJm7KqIpu/k=";
      version = "10.28.0";
      hash = "sha256-mwsE5ueZRVZpF/hBG7b2X9Lz4VkEJpBOhQDhrMSzNWE=";
    };
  };