Scan link dependencies with the Pnpm detector #130
Labels
detector:pnpm
The pnpm detector
status:ready
Ready to start implementation
type:feature
Feature (new functionality)
The pnpm-lock.ymal file can have entries that refer to modules that are present in the file system ex:
Resolving this path should take us to a folder with a
package.json
file. We could parse this file to get the version of the component.Today the component is not registered by the PnpmDetector but by the NpmDetector. This is a little inconvenient because the NpmDetector cannot create a dependency graph for this component and does not have information if the component is a dev dependency or not.
The text was updated successfully, but these errors were encountered: