Replies: 1 comment
-
We had several discussions and polls about it prior to making the change in v10. The majority of the users voted for the change. If you don't like it, you can disable the behaviour with dangerouslyAllowAllBuilds set to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pnpm 10 added a lot of friction with the
approve-builds
step, it doesn't really help with security because most dependencies that need a install script run in the server anyway, they can still run any code they want on the host machine.Most dependencies will not work without their install scripts, disabling them by default does not make any sense. It makes the default behaviour broken.
Beta Was this translation helpful? Give feedback.
All reactions