phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
103 stars 11 forks source link

Support pnpm lockfile v9 #1395

Closed kylewillmon closed 5 months ago

kylewillmon commented 5 months ago

The recent release of pnpm v9.0.0 includes a new lockfile version (v9). The CLI currently only test our parser against v6. We should now add support for v9

Tasks

cd-work commented 5 months ago

Turns out version 6 and 9 are more different than initially assumed. We'll need to adjust our parser.