Skip to content

Add support for pnpm lockfile v6 #503

@annaowens

Description

@annaowens

pnpm version 8 includes an upgrade to lockfile version 6, but we currently only support up to pnpm lockfile v5.

Since we are unable to accurately parse the lockfile v6, we are not correctly detecting development dependencies for pnpm v8.

We need to update our pnpm detector to handle the new v6 lockfile. At the time of writing this issue, there isn't documentation on the lockfile v6 format: pnpm/spec#4.

This is a similar issue to #476 -- we've already seen the same problem with NPM lockfile v3.

AB#2121069

Metadata

Metadata

Assignees

Labels

detector:pnpmThe pnpm detectorstatus:requirementsFull requirements are not yet known, so implementation should not be startedtype:featureFeature (new functionality)

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions