Skip to content

Bump @mui/icons-material from 5.18.0 to 9.0.0#142

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mui/icons-material-9.0.0
Open

Bump @mui/icons-material from 5.18.0 to 9.0.0#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mui/icons-material-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps @mui/icons-material from 5.18.0 to 9.0.0.

Release notes

Sourced from @​mui/icons-material's releases.

v9.0.0

🥳 We're excited to announce the stable release of Material UI v9.0! This major release focuses on accessibility improvements, sx prop performance, and cleanup of deprecated APIs. See the Material UI v9.0 announcement blog posts for more details. Also see the MUI v9 announcement blog posts for the broad ecosystem updates.

Check out the upgrade guide to see how you can move to this version.

@mui/material@9.0.0

Core

🙇‍♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.

v9.0.0-beta.1

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

Docs

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

9.0.0

Apr 7, 2026

A big thanks to the 7 contributors who made this release possible.

🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.

For more details, check out the upgrade guide.

@mui/material@9.0.0

Core

All contributors of this release in alphabetical order: @​brijeshb42, @​mj12albert, @​noraleonte, @​rita-codes, @​sai6855, @​silviuaavram, @​siriwatknp

9.0.0-beta.1

Apr 2, 2026

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mui/icons-material since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.18.0 to 9.0.0.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.0.0/packages/mui-icons-material)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread package.json
"@emotion/styled": "^11.14.0",
"@formkit/auto-animate": "^0.8.2",
"@mui/icons-material": "^5.16.13",
"@mui/icons-material": "^9.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 Major version mismatch: @mui/icons-material v9 requires @mui/material v9, but project uses v5

@mui/icons-material is bumped from ^5.16.13 to ^9.0.0, but @mui/material remains at ^5.16.13. Verified via npm view that @mui/icons-material@9.0.0 declares a peer dependency on @mui/material@^9.0.0. This version mismatch will produce peer dependency errors on install and will likely cause runtime failures, since v9 icons may depend on internal APIs or components from @mui/material v9 that don't exist in v5. Every icon import in the project (Workspace.tsx:7-11,18 and App.tsx:6) would be affected.

Suggested change
"@mui/icons-material": "^9.0.0",
"@mui/icons-material": "^5.16.13",
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread package.json
"@emotion/styled": "^11.14.0",
"@formkit/auto-animate": "^0.8.2",
"@mui/icons-material": "^5.16.13",
"@mui/icons-material": "^9.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🚩 PR contains only a dependency version bump with no corresponding code changes

This PR only changes the @mui/icons-material version in package.json with no accompanying code changes, migration work, or updates to @mui/material. A jump from v5 to v9 is a 4-major-version leap that would typically require migrating @mui/material as well (v5 → v6 → ... → v9) and potentially updating component APIs, theme configuration, and import paths. The lack of any code changes alongside this bump suggests this may have been an accidental or automated version bump.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 13, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
caltech-dev 4c92593 Apr 13 2026, 04:41 PM

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants