symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 199 forks source link

Update yarn used for test_apps to latest version #1259

Closed karpilin closed 5 months ago

karpilin commented 9 months ago

This updates yarn cjs files for testing_apps workflow and locks it to the current version which means we don't have to update on every yarn release

karpilin commented 8 months ago

@stof maybe we should lock the yarn version in test_apps workflow so we don't need to do this every time new version is released?

ie - yarn set version 4.1.1 instead of yarn set version berry ?

karpilin commented 7 months ago

Merging this PR will fix issues with dependabot updates #1261 #1262 #1263 @weaverryan

karpilin commented 5 months ago

@stof @fabpot @nicolas-grekas? can we please merge this? It will resolve all dependabot PR failing checks (#1261, #1262, #1263) as well as any other dependency updates like in #1258.