Skip to content

Bump @mui/monorepo digest to 2fffbbd #17565

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
merged 4 commits into from
May 28, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Type Update Change
@mui/monorepo devDependencies digest adb0a76 -> 2fffbbd

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Apr 27, 2025
@renovate renovate bot enabled auto-merge (squash) April 27, 2025 00:51
@mui-bot
Copy link

mui-bot commented Apr 27, 2025

Deploy preview: https://deploy-preview-17565--material-ui-x.netlify.app/

Updated pages:

Bundle size report

Total Size Change: 0B(0.00%) - Total Gzip Change:${\tiny{\color{green}▼}}$-21B(0.00%)
Files: 119 total (0 added, 0 removed, 8 changed)

Show 8 more bundle changes

@mui/x-data-gridparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-5B(0.00%)
@mui/x-data-grid-premiumparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-2B(0.00%)
@mui/x-data-grid-premium/DataGridPremiumparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-3B(0.00%)
@mui/x-data-grid-proparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-2B(0.00%)
@mui/x-data-grid-pro/DataGridProparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-5B(0.00%)
@mui/x-data-grid/DataGridparsed: 0B(0.00%) gzip:${\tiny{\color{green}▼}}$-6B(-0.01%)
@mui/x-date-pickers/MonthCalendarparsed: 0B(0.00%) gzip:${\tiny{\color{red}▲}}$+1B(+0.02%)
@mui/x-date-pickers/PickersDayparsed: 0B(0.00%) gzip:${\tiny{\color{red}▲}}$+1B(+0.03%)

Details of bundle changes

Generated by 🚫 dangerJS against 283ca1b

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 5eb82f8 to 65ca7c3 Compare April 27, 2025 10:08
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Apr 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch 2 times, most recently from e80d477 to ab34a2e Compare April 27, 2025 18:18
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Apr 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from ab34a2e to 9794ac7 Compare April 27, 2025 21:36
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 27, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 9794ac7 to 74996bd Compare April 28, 2025 07:15
@renovate renovate bot changed the title Bump @mui/monorepo digest to a705e1f Bump @mui/monorepo digest to 4145b90 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 74996bd to 6223162 Compare April 28, 2025 08:20
@renovate renovate bot changed the title Bump @mui/monorepo digest to 4145b90 Bump @mui/monorepo digest to 7420b63 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 6223162 to 2756b01 Compare April 28, 2025 09:10
@renovate renovate bot changed the title Bump @mui/monorepo digest to 7420b63 Bump @mui/monorepo digest to 3c81823 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 2756b01 to adc29a7 Compare April 28, 2025 09:58
@renovate renovate bot changed the title Bump @mui/monorepo digest to 3c81823 Bump @mui/monorepo digest to 8aa7dca Apr 28, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from adc29a7 to bb8729e Compare April 28, 2025 10:20
@renovate renovate bot changed the title Bump @mui/monorepo digest to 8aa7dca Bump @mui/monorepo digest to 8d8d5bb Apr 28, 2025
@LukasTy
Copy link
Member

LukasTy commented Apr 28, 2025

We have an issue with the eslintrc baseline (monorepo) rule inheritance.
Root '@mui/utils' package imports are used throughout the repo, however, the following configuration seems to override it for packages:

mui-x/.eslintrc.js

Lines 310 to 322 in 5eb8e45

...buildPackageRestrictedImports('@mui/x-charts', 'x-charts', false),
...buildPackageRestrictedImports('@mui/x-charts-pro', 'x-charts-pro', false),
...buildPackageRestrictedImports('@mui/x-codemod', 'x-codemod', false),
...buildPackageRestrictedImports('@mui/x-data-grid', 'x-data-grid'),
...buildPackageRestrictedImports('@mui/x-data-grid-pro', 'x-data-grid-pro'),
...buildPackageRestrictedImports('@mui/x-data-grid-premium', 'x-data-grid-premium'),
...buildPackageRestrictedImports('@mui/x-data-grid-generator', 'x-data-grid-generator'),
...buildPackageRestrictedImports('@mui/x-date-pickers', 'x-date-pickers', false),
...buildPackageRestrictedImports('@mui/x-date-pickers-pro', 'x-date-pickers-pro', false),
...buildPackageRestrictedImports('@mui/x-tree-view', 'x-tree-view', false),
...buildPackageRestrictedImports('@mui/x-tree-view-pro', 'x-tree-view-pro', false),
...buildPackageRestrictedImports('@mui/x-license', 'x-license'),
...buildPackageRestrictedImports('@mui/x-telemetry', 'x-telemetry'),

And this configuration overrides it for docs/**:

mui-x/.eslintrc.js

Lines 272 to 303 in 5eb8e45

{
files: ['docs/**/*.?(c|m)[jt]s?(x)'],
excludedFiles: ['*.d.ts'],
rules: {
'no-restricted-imports': [
'error',
{
paths: RESTRICTED_TOP_LEVEL_IMPORTS.map((name) => ({
name,
message: 'Use deeper import instead',
})),
patterns: [
{
group: [
'@mui/*/*/*',
// Allow any import depth with any internal packages
'!@mui/internal-*/**',
// Exceptions (QUESTION: Keep or remove?)
'!@mui/x-data-grid/internals/demo',
'!@mui/x-date-pickers/internals/demo',
'!@mui/x-tree-view/hooks/useTreeViewApiRef',
// TODO: export this from /ButtonBase in core. This will break after we move to package exports
'!@mui/material/ButtonBase/TouchRipple',
],
message: 'Use less deep import instead',
},
],
},
],
},
},

@LukasTy LukasTy added the on hold There is a blocker, we need to wait label Apr 28, 2025
Copy link

github-actions bot commented May 1, 2025

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 1, 2025
@renovate renovate bot changed the title Bump @mui/monorepo digest to 3a9f183 Bump @mui/monorepo digest to 2925805 May 26, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 3d3148f to 616d77e Compare May 26, 2025 19:52
@renovate renovate bot changed the title Bump @mui/monorepo digest to 2925805 Bump @mui/monorepo digest to 7fd9e80 May 26, 2025
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 616d77e to c8f38fc Compare May 27, 2025 08:17
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from c8f38fc to 38dbf89 Compare May 27, 2025 13:10
@renovate renovate bot changed the title Bump @mui/monorepo digest to 7fd9e80 Bump @mui/monorepo digest to c8f1da5 May 27, 2025
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 38dbf89 to 92ec8db Compare May 27, 2025 15:54
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels May 27, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from 92ec8db to be66344 Compare May 27, 2025 17:42
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 27, 2025
@renovate renovate bot force-pushed the renovate/mui-monorepo-digest branch from be66344 to 9efc876 Compare May 28, 2025 07:34
@renovate renovate bot changed the title Bump @mui/monorepo digest to c8f1da5 Bump @mui/monorepo digest to 2fffbbd May 28, 2025
@LukasTy LukasTy added the on hold There is a blocker, we need to wait label May 28, 2025
@LukasTy LukasTy self-assigned this May 28, 2025
@@ -45,6 +45,7 @@ const addReactCompilerRule = (packagesNames, isEnabled) =>

const RESTRICTED_TOP_LEVEL_IMPORTS = [
'@mui/material',
'@mui/utils',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Dirty" fix: Replicate mui/material-ui#46004, since our rules for the same path override the rule coming from @mui/monorepo. 🙈

@renovate renovate bot merged commit 95f7c7d into master May 28, 2025
21 checks passed
@renovate renovate bot deleted the renovate/mui-monorepo-digest branch May 28, 2025 13:24
@LukasTy LukasTy mentioned this pull request May 28, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies on hold There is a blocker, we need to wait
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants