What is the current behavior?
As of pnpm 10.19, you can specify versions on dependencies in onlyBuiltDependencies: https://pnpm.io/blog/releases/10.19#versions-in-onlybuiltdependencies But as far as I can tell, we are not set up to handle this yet.
Describe the feature
It would be good to add support for this for both onlyBuiltDependencies and allowBuilds so that we can handle this situation correctly.
What is the current behavior?
As of pnpm 10.19, you can specify versions on dependencies in
onlyBuiltDependencies: https://pnpm.io/blog/releases/10.19#versions-in-onlybuiltdependencies But as far as I can tell, we are not set up to handle this yet.Describe the feature
It would be good to add support for this for both
onlyBuiltDependenciesand allowBuilds so that we can handle this situation correctly.