Zoltan Kochan
Zoltan Kochan
https://github.com/pnpm/pnpm/blob/main/config/parse-overrides/test/index.ts
We have a lot of commands, so I wonder if we should print all of them. Maybe print the most frequently used ones and have a flag for printing the...
What packages were you installing to get the error?
What is the benefit of this approach?
ok, but we already have this configured for pnpm or is this change for other consumers?
> add a new feature ignoreVulnerabilities which can replace the existing ignoreCVEs and cover both CVEs, GHSAs and future sources sounds good to me
There is another setting for that: [auditConfig.ignoreGhsas](https://pnpm.io/settings#auditconfigignoreghsas)
`jsRuntime` sounds good to me
We should explore one more scenario. What if the consumer of the package wants to use a specific node.js version? They should be able to tell pnpm to run a...
So, in the https://github.com/openjs-foundation/package-metadata-interoperability-collab-space/issues/15 RFC it was suggested that we leverage the already existing "engines" field. Which I don't know if it is a good idea but I think we...