Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update yarn to latest version (4.4.0) #199

Merged
merged 27 commits into from
Aug 7, 2024
Merged

Conversation

danielpza
Copy link
Member

@danielpza danielpza commented Aug 6, 2024

Updated yarn to the latest version 4.4.0 (yarn berry)
Had to resort to using the yarn pack workaround, there seems to be an issue with yarn file: protocol when the dependency is pointing to the top directory yarnpkg/berry#3580 (comment)

There is a very noticeable performance improvement on CI when running the tests, especially on windows

master yarn 4
image image

@danielpza danielpza changed the title chore: migrate yarn to latest version (4.4.0) chore: update yarn to latest version (4.4.0) Aug 6, 2024
@danielpza danielpza force-pushed the update-yarn-berry branch 3 times, most recently from bd35770 to 81ea96e Compare August 6, 2024 21:15
danielpza added a commit that referenced this pull request Aug 7, 2024
Use the generated tarball from `yarn pack` when running the tests. This
way the dependencies resolution is more accurate to the user environment
and we avoid some "hacks" using link: and file:

Replaced npx calls with yarn

We might not need this workaround in yarn berry
#199
@danielpza danielpza force-pushed the update-yarn-berry branch 3 times, most recently from bf4881d to 9ab8db6 Compare August 7, 2024 02:18
@danielpza danielpza marked this pull request as ready for review August 7, 2024 04:08
@danielpza danielpza merged commit 2581926 into master Aug 7, 2024
10 checks passed
@danielpza danielpza deleted the update-yarn-berry branch August 7, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant