Skip to content

deps: bump @mui/material from 9.0.1 to 9.1.1 in /Lighthouse.Frontend#1489

Merged
huserben merged 4 commits into
mainfrom
dependabot/npm_and_yarn/Lighthouse.Frontend/mui/material-9.1.1
Jun 18, 2026
Merged

deps: bump @mui/material from 9.0.1 to 9.1.1 in /Lighthouse.Frontend#1489
huserben merged 4 commits into
mainfrom
dependabot/npm_and_yarn/Lighthouse.Frontend/mui/material-9.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps @mui/material from 9.0.1 to 9.1.1.

Release notes

Sourced from @​mui/material's releases.

v9.1.0

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0

@mui/utils@9.1.0

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

9.1.1

Jun 11, 2026

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

@mui/material@9.1.1

@mui/styled-engine@9.1.1

  • [styled-engine] Prevent enableCssLayer styles from being overridden by unlayered styles (#48603) @​Janpot

Docs

Core

All contributors of this release in alphabetical order: @​aemartos, @​brijeshb42, @​ifer47, @​Janpot, @​LukasTy, @​oliviertassinari, @​rluzists1, @​siriwatknp, @​vipin8797

9.1.0

Jun 8, 2026

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.1.0

... (truncated)

Commits

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)

Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 9.0.1 to 9.1.1.
- [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.1.1/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 18, 2026
@huserben huserben enabled auto-merge June 18, 2026 05:24
claude and others added 3 commits June 18, 2026 05:53
MUI 9.1.1's Transition.mjs uses a directory deep-import of
react-transition-group/TransitionGroupContext, which Node's native ESM
resolver (used by Vitest for non-inlined deps) rejects. Inline @mui/material
so Vite transforms it and resolves the import, matching the existing
@mui/x-data-grid handling.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LQGQcGTMm2UQQuH41huhR9
Add the DISCUSS-wave outputs for Epic #5305 (make the Lighthouse app
itself safe to run on Kubernetes): feature-delta with 7 user stories,
opportunity-scored JTBD jobs, locked decisions D1-D6, cross-cutting
checklist, and the 7 per-slice briefs. Adds the new platform-operator
persona, its journey, and the operator jobs in jobs.yaml.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EyQSxb2QZsBfFzWBxn81kx
…ution

The string "@mui/material" inline was insufficient: the failing tests also
vi.mock @mui/x-date-pickers, whose importActual pulls transitions that
deep-import react-transition-group/TransitionGroupContext (a directory with a
main/module redirect package.json). Node's native ESM resolver — used by Vitest
for any non-inlined dep, including importActual — rejects directory imports with
ERR_UNSUPPORTED_DIR_IMPORT. Vite/Rollup (the production build) resolve them fine,
which is why pnpm build passed while the suite failed.

Use regex inline so every @mui subpath and react-transition-group are transformed
by Vite, which resolves the directory import. Verified: full suite 264 files /
3474 tests green against @mui/material 9.1.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@sonarqubecloud

Copy link
Copy Markdown

@huserben huserben merged commit 2db025c into main Jun 18, 2026
20 of 21 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/Lighthouse.Frontend/mui/material-9.1.1 branch June 18, 2026 18:47
huserben added a commit that referenced this pull request Jun 18, 2026
Captures the 2026-06-18 PR #1489 fix: a Dependabot @mui/material 9.1.x bump
broke Vitest (directory import of react-transition-group/TransitionGroupContext)
while pnpm build stayed green; fix is a regex server.deps.inline.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

2 participants