Daniele Basso

Results 54 comments of Daniele Basso

> Upgrading to Yarn 3 is blocked by the lack of Dependabot support: [dependabot/dependabot-core#1297](https://github.com/dependabot/dependabot-core/issues/1297) That's not true... I didn't enable pnp so there would not be problems with this type...

Now we should understanding what fails on the remaining workflows

> Update. Dependabot had started to support Yarn 2+ since 20 Oct 2022: https://github.blog/changelog/2022-10-20-dependabot-can-now-generate-security-and-version-updates-for-yarn-v2-and-v3/ Also the issue for Yarn 3 support in dependabot is now closed: [dependabot/dependabot-core#5322](https://github.com/dependabot/dependabot-core/issues/5322) > > Edit....

To check if the lockfiles are updated, i use this script (fishshell) ```fish for file in (find . -name "yarn.lock" | grep -v "node_modules") set dir (dirname $file) echo $dir...