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.
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
[core] Add
react-next
workflow in CircleCI #13360[core] Add
react-next
workflow in CircleCI #13360Changes from 24 commits
917e2f2
8d27ad0
0408bbb
7dc4fe2
54a6230
89949e6
f977295
43e241b
4eb5302
a561095
1a56356
c4751d1
1143436
8e294ae
eafbe98
02c00ea
dbee72a
738075a
8d92d02
ab80af3
d312393
0d12ad1
7a85c12
a8be510
5d2e392
f5689b7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it only this entry that warranted the need to duplicate this file instead of using the one from
monorepo
? 🤔Is it necessary though? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's one of the reasons.
Another one was that I wasn't sure if the workspace root would be resolved correctly if using the file from the monorepo: https://github.com/mui/material-ui/blob/f993fe56f59d80c9b255c0585b6b428689dfea18/scripts/useReactVersion.mjs#L15
I'll give it a try
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That script will definitely return the monorepo root.
That was the main reason why the
yarn deduplicate
script didn't work onmui-x
. 🙈https://github.com/mui/material-ui/blob/v5.13.5/scripts/deduplicate.mjs