comcode-org / hackmud_wiki

https://wiki.hackmud.com/
Other
13 stars 22 forks source link

Upgrade pnpm lockfile version #484

Open danswann opened 1 month ago

danswann commented 1 month ago

Problem

Project is using the old pnpm lockfile version (v6). pnpm v9 introduced a new lockfile version (v9).

Anyone using a fresh install of pnpm (including in our Codespaces on this repo) will attempt to upgrade the lockfile to the new standard whenever adding packages or even just running pnpm install, causing confusion and unnecessary diffs

Context

seanmakesgames commented 1 month ago

let's do it.