Bump MUI infra packages#48365
Conversation
Deploy previewhttps://deploy-preview-48365--material-ui.netlify.app/ Bundle size
Check out the code infra dashboard for more information about this PR. |
346ab62 to
5bdbd21
Compare
d900eda to
f7d9030
Compare
f7d9030 to
a1658a7
Compare
a1658a7 to
358cc3c
Compare
88f5cc2 to
16539ce
Compare
16539ce to
b15dc41
Compare
04338e5 to
182c983
Compare
182c983 to
b22c26a
Compare
b22c26a to
26bd199
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@copilot resolve the merge conflicts in this pull request, just run |
Agent-Logs-Url: https://github.com/mui/material-ui/sessions/ed5a9917-63bf-46cb-9d9e-562ad927e7dd Co-authored-by: Janpot <2109932+Janpot@users.noreply.github.com>
|
|
||
| 'mui/no-guarded-throw': 'error', |
There was a problem hiding this comment.
Is this needed? It seems to already be the default.
There was a problem hiding this comment.
Not needed anymore since I closed mui/mui-public#1367
| ); | ||
| }, [onClose, pages, activePageParents, t, productIdentifier, anchorEl, swipeableDrawer]); | ||
|
|
||
| if (process.env.NODE_ENV !== 'production') { |
There was a problem hiding this comment.
Looking at those checks, it's as if we would only want them in the build that runs on the server.
Maybe if we were using (process.env.NEXT_RUNTIME === 'nodejs' || process.env.NODE_ENV !== 'production') {, we would get the check running during build but no bundle size overhead?
There was a problem hiding this comment.
I guess we could just use
if (process.env.NEXT_RUNTIME) {It's undefined on the client and gets compiled away in client bundles. Still quite brittle though, alternatively we can do it in getStaticProps or wait for the migration to app folder and put it in RSCs.
This PR contains the following updates:
2.0.8-canary.26→2.0.8-canary.271.0.9-canary.76→1.0.9-canary.770.0.4-canary.29→0.0.4-canary.352.0.18-canary.20→2.0.18-canary.2212844f2→dd7db35Release Notes
mui/mui-public (@mui/internal-babel-plugin-minify-errors)
v2.0.8-canary.27Compare Source
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.