Skip to content
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

fix(extensions): resolve transitive @mui/system dependency on @mui/x-* packages #6588

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LukasTy
Copy link

@LukasTy LukasTy commented Nov 7, 2024

What's the problem this PR addresses?

Related issue: mui/mui-x#15267

All @mui/x-* packages depend on @mui/material, which directly depends on @mui/system.
The @mui/system package has a singleton. Hence, it is listed as a peer dependency on the @mui/x-* packages.

How did you fix it?

I'm proposing to add these rules to the yarnpkg extensions because Yarn PnP fails to resolve this transitive dependency.

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

…/x-*` packages

Related issue: mui/mui-x#15267

All `@mui/x-*` packages depend on `@mui/material`, which directly depends on `@mui/system`.
The `@mui/system` package has a singleton. Hence, it is listed as a peer dependency on the `@mui/x-*` packages.
I'm proposing to add these rules to the `yarnpkg` extensions, because Yarn PnP fails to resolve this transitive dependency and
@LukasTy
Copy link
Author

LukasTy commented Nov 8, 2024

Could someone restart the failed GH Action?
Looks like a flaky error. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants