-
Notifications
You must be signed in to change notification settings - Fork 161
Upgrade to yarn 4 #3546
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
Open
johnayeni
wants to merge
30
commits into
main
Choose a base branch
from
upgrade-to-yarn4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+16,235
−11,395
Open
Upgrade to yarn 4 #3546
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cd9ff8f
chore(yarn): upgrade to yarn 4
johnayeni 29a4753
chore(yarn): update github workflows with corepack enable command
johnayeni 72bfe71
chore(yarn): update github workflows with corepack enable command
johnayeni f68dd54
chore(yarn): update yarn install scripts in github actions
johnayeni 5f6d292
chore(yarn): update yarn install script
johnayeni 3c580e0
chore(yarn): update build chunkSizeWarningLimit for storybook
johnayeni cb1c992
chore(yarn): add test match to playwright config
johnayeni dbf63e1
chore(yarn): update e2e workflow
johnayeni b033d1c
chore(yarn): update e2e workflow
johnayeni 0c1139c
chore(yarn): update automated ally workflow
johnayeni b14a29f
chore(yarn): update github workflows to cache nodemodules
johnayeni bbdfa09
chore(yarn): cache node modules of size limit workflow
johnayeni 35259fd
chore(github-action): simplify unit tests workflow
johnayeni d61b294
chore(github-action): rename workflow job
johnayeni 21472d0
chore(github-action): cache playwright deps
johnayeni 57b3eb0
chore(github-action): update node modules cache flow
johnayeni 3cebd9d
chore(github-action): add node version to playwright cache
johnayeni 3d4c599
chore(github-action): remove cache for size limit task
johnayeni 743042e
chore(github-action): always install project dependencies when browse…
johnayeni eee8072
chore(github-action): always install project dependencies when browse…
johnayeni 7018cb9
chore(github-action): always install project dependencies when browse…
johnayeni ee186e7
chore(github-action): make browser part of playwright cache
johnayeni d4f8d27
chore(github-action): install missing library for webkit playwright c…
johnayeni 91b39e9
chore(github-action): retry tests only once on CI
johnayeni a26b36e
chore(github-action): update size limit workflow
johnayeni 7d980f3
chore(playwright): retry e2e tests 2 times on CI
johnayeni 8db3c52
chore(playwright): add cache for size limit workflow
johnayeni 44d9e98
chore(size-limit): remove cache for size limit workflow
johnayeni 4ee164c
chore(github-actions): remove restore keys from workflows cache
johnayeni 1d1f68e
Merge branch 'main' into upgrade-to-yarn4
johnayeni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules | ||
m1aw marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
}, | ||
"resolutions": { | ||
"tar-fs": "^3.0.9", | ||
"**/estimo/nanoid": "^5.1.5", | ||
"cheerio": "1.0.0-rc.12" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.