Skip to content

Replace dependency @material-ui/icons with @mui/icons-material ^5.0.0#12486

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/material-ui-icons-replacement
Open

Replace dependency @material-ui/icons with @mui/icons-material ^5.0.0#12486
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/material-ui-icons-replacement

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change
@material-ui/icons (source) → @mui/icons-material dependencies replacement ^4.9.1^5.0.0

This is a special PR that replaces @material-ui/icons with the community suggested minimal stable replacement version.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 27, 2026
@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Apr 27, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Automatic Review Skipped

Too many files for automatic review.

If you would still like a review, you can trigger one manually by commenting:

@entelligence review

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Apr 27, 2026

🤖 Augment PR Summary

Summary: Replaces the deprecated @material-ui/icons package with @mui/icons-material (^5.0.0) across the Backstage monorepo.

Changes:

  • Updated multiple packages/* manifests to depend on @mui/icons-material instead of @material-ui/icons.
  • Updated a large set of plugins/* manifests with the same dependency replacement.
  • Removes direct references to @material-ui/icons from those package dependency lists.
  • Includes a corresponding lockfile update (not shown in this review).

Technical Notes: @mui/icons-material@5 is part of the MUI v5 ecosystem (peers on @mui/material and React 17), so consumers/builds may need to ensure peer deps are satisfied and source imports are updated accordingly.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1"
"@mui/icons-material": "^5.0.0"
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This switches the dependency to @mui/icons-material, but the repo still imports icons from @material-ui/icons/... (e.g. packages/app-defaults/src/defaults/icons.tsx, packages/app/src/components/Root/Root.tsx), which will become a missing module unless imports/aliasing are updated.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "^5.0.0",
Copy link
Copy Markdown

@augmentcode augmentcode Bot Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mui/icons-material@5.0.0 has peerDependencies on react@^17.0.2 and @mui/material@^5.0.0-rc.0, so this replacement likely drops React 16 compatibility despite the current peerDependencies ranges still allowing it.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@socket-security
Copy link
Copy Markdown

@socket-security
Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: npm typescript under W3C-20150513

License: W3C-20150513 - The applicable license policy does not permit this license (5) (package/ThirdPartyNoticeText.txt)

License: LicenseRef-W3C-Community-Final-Specification-Agreement - The applicable license policy does not permit this license (5) (package/ThirdPartyNoticeText.txt)

License: MIT-Khronos-old - The applicable license policy does not permit this license (5) (package/ThirdPartyNoticeText.txt)

License: CC-BY-4.0 - The applicable license policy does not permit this license (5) (package/ThirdPartyNoticeText.txt)

From: ?npm/@microsoft/api-extractor@7.33.7npm/typescript@4.8.4

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/typescript@4.8.4. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants