-
Notifications
You must be signed in to change notification settings - Fork 5.5k
chore(6939): add @mui/material v5, Emotion, and @mui/x-date-pickers dependencies #41954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
DDDDDanica
merged 11 commits into
main
from
copilot/add-mui-material-emotion-dependencies
May 7, 2026
Merged
Changes from 6 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a15778d
Initial plan
Copilot 1848ad2
feat: add @mui/material v5, Emotion, and @mui/x-date-pickers dependen…
Copilot 015a796
Merge branch 'main' into copilot/add-mui-material-emotion-dependencies
DDDDDanica b543301
chore: add the three flagged packages to .depcheckrc.yml to resolve t…
DDDDDanica 429e6ac
revert: restore attribution.txt to pre-change state
Copilot 827eea4
chore: update babel pins for mui runtime compatibility
Copilot 9f1d3c7
chore: reapply babel core patch
Copilot d772f9a
chore: clarify babel core patch intent
Copilot ff6fbf1
Revert "chore: clarify babel core patch intent"
Copilot 9addafc
Revert "chore: reapply babel core patch"
Copilot c775fd7
Update LavaMoat policies
metamaskbot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...abel-runtime-npm-7.26.10-fe8c62510a.patch → ...babel-runtime-npm-7.29.2-b49cad1c67.patch
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@babel/core patch dropped despite explicit request to reapply
Medium Severity
The
@babel/coredependency changed from a patched version (removing a self-referencingvar thisFile = require("./index.js")) to an unpatched7.29.0. The old patch file.yarn/patches/@babel-core-npm-7.25.9-4ae3bff7f3.patchwas deleted with no replacement created for 7.29.0. The PR discussion explicitly requested reapplying "Norbert's patches" to both@babel/coreand@babel/runtime, but only the@babel/runtimepatch was reapplied. If the self-referencing require still exists in@babel/core7.29.0's compiledlib/index.js, this could cause LavaMoat or lockdown errors at runtime.Additional Locations (1)
package.json#L523-L524Reviewed by Cursor Bugbot for commit 827eea4. Configure here.