update yarn to 4.15.0#453
Conversation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
| enableGlobalCache: false | ||
| enableHardenedMode: true | ||
| enableScripts: false | ||
| npmMinimalAgeGate: 2d |
There was a problem hiding this comment.
This is the only change, right? Others are just shuffling order of these; any reason we did so, or was that to align it between repositories?
There was a problem hiding this comment.
Yes to be consistent across repos and in case such PR #450 happens again it will be appended at the right place.
| - code: YN0004 | ||
| level: discard |
There was a problem hiding this comment.
Oh, and this one; https://yarnpkg.com/advanced/error-codes#yn0004---disabled_build_scripts
Would this still be needed (as debug or something), or not useful?
There was a problem hiding this comment.
I disabled this log explicitly because we don't care about build scripts in actions packages. The only warning I got was on devDependencies for esbuild but that's not a breaking change in our workflows.
No description provided.