Skip to content

build(deps): bump @mui/material from 7.3.9 to 9.0.0#245

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

build(deps): bump @mui/material from 7.3.9 to 9.0.0#245
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mui/material-9.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mui/material from 7.3.9 to 9.0.0.

Release notes

Sourced from @​mui/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/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
  • a83fd59 v9.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 description
  • f1d35f6 [material-ui] Remove unnecessary overridesResolvers from styled components (#...
  • e1e43bd V9.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 (...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/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/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 20, 2026
@netlify

netlify Bot commented Apr 20, 2026

Copy link
Copy Markdown

Deploy Preview for opencost-ui failed. Why did it fail? →

Name Link
🔨 Latest commit 6836123
🔍 Latest deploy log https://app.netlify.com/projects/opencost-ui/deploys/69e5aec3a94555000877e96d

@github-actions

Copy link
Copy Markdown

Lighthouse Report

Category Score
Performance N/A
Accessibility N/A
Best Practices N/A
SEO N/A

[Full Report](Not available)

cursor Bot pushed a commit that referenced this pull request May 27, 2026
Bumps the MUI v9 stack together so peer dependencies line up:
- @mui/material 7.3.9 -> 9.0.1
- @mui/icons-material 7.3.9 -> 9.0.1
- @mui/x-date-pickers 8.27.2 -> 9.3.0  (8.x peer-pins @mui/material@^7)

Replaces dependabot PR #245, which only bumped @mui/material and
therefore failed npm install with peer-dep conflicts against
@mui/icons-material@7.3.9 (and would have hit @mui/x-date-pickers@8 too).

### v9 breaking change handled

The v9.0.0-beta.1 release removed the legacy `*Outline` icon aliases
(see mui/material-ui#48116). All call sites that imported
`DeleteOutline` were migrated to `DeleteOutlined`:

- app/routes/dashboard-list.tsx
- app/components/report-list-table.tsx
- app/components/report-builder-side-panel.tsx (3 call sites)

The `*Outlined` variants are the canonical Material Symbols name and
have been available since v5; the legacy `*Outline` aliases are now gone.

### Notes

- No Grid `direction='column'/'column-reverse'` usages exist in the
  codebase, so the v9.0.0-beta.1 Grid change does not apply.
- The only ListItemIcon with a hardcoded minWidth (Nav/NavItem.jsx) uses
  sx overrides, so the v9 theme-spacing default does not affect it.
- @mui/styles@^6.5.0 has no peer dep on @mui/material and continues to
  install cleanly alongside v9.
- date-fns@^4.1.0 is supported by @mui/x-date-pickers@^9.3.0.

### Validation

- `npm install` succeeds; `found 0 vulnerabilities`.
- `npm run build` (new UI) passes.
- `npm run build:legacy` passes.
- `npx tsc --noEmit` shows no new errors over main (pre-existing errors
  in app/routes/legacy/external-costs.tsx are unchanged).

Signed-off-by: cursor-agent[bot] <cursor-agent[bot]@users.noreply.github.com>

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: Cursor Agent <cursoragent@cursor.com>
cursor Bot pushed a commit that referenced this pull request Jun 2, 2026
Bumps the MUI v9 stack together so peer dependencies line up:
- @mui/material 7.3.9 -> 9.0.1
- @mui/icons-material 7.3.9 -> 9.0.1
- @mui/x-date-pickers 8.27.2 -> 9.3.0  (8.x peer-pins @mui/material@^7)

Replaces dependabot PR #245, which only bumped @mui/material and
therefore failed npm install with peer-dep conflicts against
@mui/icons-material@7.3.9 (and would have hit @mui/x-date-pickers@8 too).

Rebased on top of recently-merged main (which includes #259/#260/#261).

### v9 breaking change handled

The v9.0.0-beta.1 release removed the legacy `*Outline` icon aliases
(see mui/material-ui#48116). All call sites that imported
`DeleteOutline` were migrated to `DeleteOutlined`:

- app/routes/dashboard-list.tsx
- app/components/report-list-table.tsx
- app/components/report-builder-side-panel.tsx (3 call sites)

The `*Outlined` variants are the canonical Material Symbols name and
have been available since v5; the legacy `*Outline` aliases are now gone.

### Notes

- No Grid `direction='column'/'column-reverse'` usages exist in the
  codebase, so the v9.0.0-beta.1 Grid change does not apply.
- The only ListItemIcon with a hardcoded minWidth (Nav/NavItem.jsx) uses
  sx overrides, so the v9 theme-spacing default does not affect it.
- @mui/styles@^6.5.0 has no peer dep on @mui/material and continues to
  install cleanly alongside v9.
- date-fns@^4.1.0 is supported by @mui/x-date-pickers@^9.3.0.

### Validation

- `npm install` succeeds; `found 0 vulnerabilities`.
- `npm run build` (new UI) passes.
- `npm run build:legacy` passes.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
@peatey peatey closed this in #262 Jun 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mui/material-9.0.0 branch June 2, 2026 15:03
nicolasmattelaer pushed a commit to nicolasmattelaer/opencost-ui that referenced this pull request Jun 11, 2026
Bumps the MUI v9 stack together so peer dependencies line up:
- @mui/material 7.3.9 -> 9.0.1
- @mui/icons-material 7.3.9 -> 9.0.1
- @mui/x-date-pickers 8.27.2 -> 9.3.0  (8.x peer-pins @mui/material@^7)

Replaces dependabot PR opencost#245, which only bumped @mui/material and
therefore failed npm install with peer-dep conflicts against
@mui/icons-material@7.3.9 (and would have hit @mui/x-date-pickers@8 too).

Rebased on top of recently-merged main (which includes opencost#259/opencost#260/opencost#261).

### v9 breaking change handled

The v9.0.0-beta.1 release removed the legacy `*Outline` icon aliases
(see mui/material-ui#48116). All call sites that imported
`DeleteOutline` were migrated to `DeleteOutlined`:

- app/routes/dashboard-list.tsx
- app/components/report-list-table.tsx
- app/components/report-builder-side-panel.tsx (3 call sites)

The `*Outlined` variants are the canonical Material Symbols name and
have been available since v5; the legacy `*Outline` aliases are now gone.

### Notes

- No Grid `direction='column'/'column-reverse'` usages exist in the
  codebase, so the v9.0.0-beta.1 Grid change does not apply.
- The only ListItemIcon with a hardcoded minWidth (Nav/NavItem.jsx) uses
  sx overrides, so the v9 theme-spacing default does not affect it.
- @mui/styles@^6.5.0 has no peer dep on @mui/material and continues to
  install cleanly alongside v9.
- date-fns@^4.1.0 is supported by @mui/x-date-pickers@^9.3.0.

### Validation

- `npm install` succeeds; `found 0 vulnerabilities`.
- `npm run build` (new UI) passes.
- `npm run build:legacy` passes.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: nmattela <nicolas.bruno.mattelaer@vub.be>
nicolasmattelaer pushed a commit to nicolasmattelaer/opencost-ui that referenced this pull request Jun 11, 2026
Bumps the MUI v9 stack together so peer dependencies line up:
- @mui/material 7.3.9 -> 9.0.1
- @mui/icons-material 7.3.9 -> 9.0.1
- @mui/x-date-pickers 8.27.2 -> 9.3.0  (8.x peer-pins @mui/material@^7)

Replaces dependabot PR opencost#245, which only bumped @mui/material and
therefore failed npm install with peer-dep conflicts against
@mui/icons-material@7.3.9 (and would have hit @mui/x-date-pickers@8 too).

Rebased on top of recently-merged main (which includes opencost#259/opencost#260/opencost#261).

### v9 breaking change handled

The v9.0.0-beta.1 release removed the legacy `*Outline` icon aliases
(see mui/material-ui#48116). All call sites that imported
`DeleteOutline` were migrated to `DeleteOutlined`:

- app/routes/dashboard-list.tsx
- app/components/report-list-table.tsx
- app/components/report-builder-side-panel.tsx (3 call sites)

The `*Outlined` variants are the canonical Material Symbols name and
have been available since v5; the legacy `*Outline` aliases are now gone.

### Notes

- No Grid `direction='column'/'column-reverse'` usages exist in the
  codebase, so the v9.0.0-beta.1 Grid change does not apply.
- The only ListItemIcon with a hardcoded minWidth (Nav/NavItem.jsx) uses
  sx overrides, so the v9 theme-spacing default does not affect it.
- @mui/styles@^6.5.0 has no peer dep on @mui/material and continues to
  install cleanly alongside v9.
- date-fns@^4.1.0 is supported by @mui/x-date-pickers@^9.3.0.

### Validation

- `npm install` succeeds; `found 0 vulnerabilities`.
- `npm run build` (new UI) passes.
- `npm run build:legacy` passes.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Signed-off-by: nmattela <nicolas.bruno.mattelaer@vub.be>
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 needs-follow-up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants