deps(npm): bump the mui group across 1 directory with 2 updates#5279
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
deps(npm): bump the mui group across 1 directory with 2 updates#5279dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
7b38e5f to
d560707
Compare
Bumps the mui group in /app with 2 updates: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) and [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material). Updates `@mui/icons-material` from 7.3.9 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) Updates `@mui/material` from 7.3.9 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-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mui - dependency-name: "@mui/material" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: mui ... Signed-off-by: dependabot[bot] <support@github.com>
d560707 to
6ccd1fc
Compare
MarkusNeusinger
added a commit
that referenced
this pull request
Apr 23, 2026
- @mui/material and @mui/icons-material: 7.3.9 → 9.0.0 - FilterBar.tsx: Menu.PaperProps → slotProps.paper (v9 removed top-level PaperProps) - FilterBar.tsx: ListItemText primary/secondaryTypographyProps → slotProps with sx nesting (v9 removed top-level font-style props on TypographyProps) Local verification: tsc --noEmit clean, yarn build succeeds, 340 unit tests pass. Supersedes #5279 (dependabot couldn't include the breaking-change codemod). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
|
Superseded by 66a3fe9 on main — Dependabot's branch only contained the version bump, but MUI v9 has breaking changes in FilterBar.tsx (Menu.PaperProps → slotProps.paper, ListItemText primary/secondaryTypographyProps → slotProps with sx nesting). Applied fix + bump together as one commit. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the mui group with 2 updates in the /app directory: @mui/icons-material and @mui/material.
Updates
@mui/icons-materialfrom 7.3.9 to 9.0.0Release 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)Updates
@mui/materialfrom 7.3.9 to 9.0.0Release notes
Sourced from
@mui/material's releases.... (truncated)
Changelog
Sourced from
@mui/material's changelog.... (truncated)
Commits
a83fd59v9.0.0 (#48221)e4de3e2[internal] Prepare libraries for v9 stable release (#48206)2cc3f5b[transitions] Performance improvements & misc fixes (#48151)af86546[slider] Use pointer events instead of mouse events (#48164)3f1a610[switch] Add border to make it visible in high contrast mode (#48180)d7fc1c4[internal] Sort license field to be under descriptionf1d35f6[material-ui] Remove unnecessary overridesResolvers from styled components (#...e1e43bdV9.0.0 beta.1 (#48178)a2ac691[utils] Explicitly register roving tab items with parent (#48122)56f63bf[grid] Remove 'column' and 'column-reverse' options from GridDirection type (...