-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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] Fix failing CI steps #41636
[core] Fix failing CI steps #41636
Conversation
mnajdova
commented
Mar 25, 2024
- I have followed (at least) the PR section of the contributing guide.
Netlify deploy previewhttps://deploy-preview-41636--material-ui.netlify.app/ Bundle size report |
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.
Added a minor question.
Signed-off-by: Marija Najdova <[email protected]>
Co-authored-by: Brijesh Bittu <[email protected]> Signed-off-by: Marija Najdova <[email protected]>
https://app.circleci.com/pipelines/github/mui/material-ui/125013/workflows/46ad0ce4-95a6-41a3-996b-46cc44e9ca7e/jobs/674181/parallel-runs/0/steps/0-105 Can you try to change the command to diff --git a/package.json b/package.json
index f615b64c09..134f118c85 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"stylelint": "stylelint --reportInvalidScopeDisables --reportNeedlessDisables \"docs/**/*.{js,ts,tsx}\"",
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"valelint": "git ls-files | grep -h \".md$\" | xargs vale --filter='.Level==\"error\"'",
- "prettier": "pretty-quick --ignore-path .eslintignore",
+ "prettier": "pretty-quick --ignore-path .eslintignore --branch master",
"prettier:all": "prettier --write . --ignore-path .eslintignore",
"size:snapshot": "node --max-old-space-size=4096 ./scripts/sizeSnapshot/create",
"size:why": "pnpm size:snapshot --analyze", |
Yes, I was trying back and forth locally between master and next and diffed the wrong change 🤦. |
But even that doesn't fail #41637, probably we need to do something else as well. Note, on this PR, I also pushed some changes I got when running |
Do we need to modify this line to use |
Yes, I think so. Ideally we just add a global |
Good catch! I will push the changes in #41637 to validate if it works. On #41637 |
I will merge this branch to unblock the release. Let's continue the discussion in #41637 |
@mnajdova This doesn't look right. It seems that Base UI was somehow downgraded from 5.0.0-beta.40 to 5.0.0-beta.30 |
The |