Bump @mui/icons-material from 5.18.0 to 9.0.0#142
Conversation
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>
| "@emotion/styled": "^11.14.0", | ||
| "@formkit/auto-animate": "^0.8.2", | ||
| "@mui/icons-material": "^5.16.13", | ||
| "@mui/icons-material": "^9.0.0", |
There was a problem hiding this comment.
🔴 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.
| "@mui/icons-material": "^9.0.0", | |
| "@mui/icons-material": "^5.16.13", |
Was this helpful? React with 👍 or 👎 to provide feedback.
| "@emotion/styled": "^11.14.0", | ||
| "@formkit/auto-animate": "^0.8.2", | ||
| "@mui/icons-material": "^5.16.13", | ||
| "@mui/icons-material": "^9.0.0", |
There was a problem hiding this comment.
🚩 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
caltech-dev | 4c92593 | Apr 13 2026, 04:41 PM |
Bumps @mui/icons-material from 5.18.0 to 9.0.0.
Release notes
Sourced from
@mui/icons-material's releases.... (truncated)
Changelog
Sourced from
@mui/icons-material's changelog.... (truncated)
Commits
a83fd59v9.0.0 (#48221)e4de3e2[internal] Prepare libraries for v9 stable release (#48206)d7fc1c4[internal] Sort license field to be under descriptione1e43bdV9.0.0 beta.1 (#48178)709d924[icons] Remove legacy*Outlineicons (#48116)e59e5fdv9.0.0-beta.0 (#48090)9e9fda9[code-infra][icons-material] Avoid material utils barrel in createSvg… (#48029)1ff08f6Bump babel monorepo to ^7.29.2 (#48050)ef90aa3v9.0.0-alpha.4 (#48040)2fe9af3Bump code-infra:devDependencies (#47981)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@mui/icons-materialsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)