deps: bump @mui/material from 9.0.1 to 9.1.1 in /Lighthouse.Frontend#1489
Merged
huserben merged 4 commits intoJun 18, 2026
Merged
Conversation
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>
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>
|
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>
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 @mui/material from 9.0.1 to 9.1.1.
Release notes
Sourced from @mui/material's releases.
... (truncated)
Changelog
Sourced from @mui/material's changelog.
... (truncated)
Commits
0f9b43f[release] v9.1.1 (#48656)bfd57b6[ButtonBase] Fix focus ripple lingering after blur (#48650)aa5e12d[Transition] Mount child in same commit when opening from unmounted (#48649)7c749df[Autocomplete] Update fullWidth prop documentation (#48626)0798f38Update dependencies to resolve Dependabot security alerts (#48641)ef607d7[code-infra] Port codebase to use tsgo (#48616)43bd37e[InitColorSchemeScript] Server-render in tests for React 19.3 (#48604)a389a2d[release] v9.1.0 (#48620)19d59a2[internal] Remove outdated rel values on target=_blank41b68b8[transitions] Supportprefers-reduced-motion(#48357)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)