-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve pnpm support #1535
Comments
Hi @bretik, thanks for the suggestions! We will add them to the backlog and if you ever feel like working on this yourself, let us know and we can point you in the right direction. |
I would like to work on this if its available. Would it possibly be easier to parse the |
Hi, yes - it seems that parsing |
- Parse packages section from pnpm-lock.yaml to get transitive dependencies. - Should add support for getting dependencies from pnpm-lock.yaml files that use workspaces. - This is due to the fact all dependencies should get listed under the packages section. Closes anchore#1535 Signed-off-by: Shane Dell <shanedell100@gmail.com>
- Parse packages section from pnpm-lock.yaml to get transitive dependencies. - Should add support for getting dependencies from pnpm-lock.yaml files that use workspaces. - This is due to the fact all dependencies should get listed under the packages section. Closes anchore#1535 Signed-off-by: Shane Dell <shanedell100@gmail.com>
- Parse packages section from pnpm-lock.yaml to get transitive dependencies. - Should add support for getting dependencies from pnpm-lock.yaml files that use workspaces. - This is due to the fact all dependencies should get listed under the packages section. Closes anchore#1535 Signed-off-by: Shane Dell <shanedell100@gmail.com>
What would you like to be added:
react
package is referenced and it has two transitive dependencies, that are not in the output (loose-envify
=>js-tokens
)Why is this needed:
To improve support of pnpm.
Additional context:
The text was updated successfully, but these errors were encountered: