feat(bulk-import): replace MUI v4 imports and makeStyles with MUI v5 sx prop#3361
Merged
debsmita1 merged 1 commit intoJun 11, 2026
Conversation
…sx prop Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Changed Packages
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3361 +/- ##
==========================================
- Coverage 54.00% 53.99% -0.02%
==========================================
Files 2404 2402 -2
Lines 87604 87571 -33
Branches 24252 24253 +1
==========================================
- Hits 47307 47280 -27
+ Misses 38712 38706 -6
Partials 1585 1585
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




Description
Replace all Material UI v4 (
@material-ui/core) references and deprecatedmakeStylesfrom@mui/stylesin the bulk-import workspace with MUI v5sxprop. Usestss-react/muifor generating scoped class names where external Backstage components require string class names. Adopts theme logos from@red-hat-developer-hub/backstage-plugin-themeand adds an ESLint shared config to guard against future v4 imports.Fixed
UI after changes
Scaffolder Flow
S_.2026-06-11.at.1.19.09.AM.mov
Gitlab
S_.2026-06-11.at.1.12.55.AM.mov
GitHub
S_.2026-06-11.at.12.46.31.AM.mov
✔️ Checklist
Made with Cursor