Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@mui/base (source) 5.0.0-alpha.126 -> 5.0.0-beta.70 age confidence
@mui/lab (source) 5.0.0-alpha.127 -> 5.0.0-alpha.177 age confidence
@mui/material (source) 5.12.1 -> 5.18.0 age confidence
@mui/types (source) 7.2.4 -> 7.4.9 age confidence

Release Notes

mui/material-ui (@​mui/base)

v5.0.0-beta.30

Compare Source

v5.0.0-beta.29

Compare Source

v5.0.0-beta.28

Compare Source

v5.0.0-beta.27

Compare Source

v5.0.0-beta.26

Compare Source

v5.0.0-beta.25

Compare Source

v5.0.0-beta.22

Compare Source

v5.0.0-beta.21

Compare Source

v5.0.0-beta.20

Compare Source

v5.0.0-beta.19

Compare Source

v5.0.0-beta.18

Compare Source

v5.0.0-beta.17

Compare Source

v5.0.0-beta.16

Compare Source

v5.0.0-beta.15

Compare Source

v5.0.0-beta.14

Compare Source

v5.0.0-beta.13

Compare Source

v5.0.0-beta.10

Compare Source

v5.0.0-beta.9

Compare Source

v5.0.0-beta.8

Compare Source

v5.0.0-beta.5

Compare Source

Aug 24, 2021

A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:

  • 🐛 Fixed a lot of bugs and regressions to get us closer to the v5 stable release milestone
  • 📚 Improved the docs and the migration guide for upgrading to v5
@material-ui/[email protected]
Breaking changes
  • [core] Update `.browserslistrc` file (#​27788) @​DanailH

    The targets of the default bundle have changed:

    • Chrome 90 (up from 84)
    • Edge 91 (up from 85)
    • Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2)
    • Opera 76 (up from 70)
  • [Autocomplete] Rename Value type to AutocompleteValue (#​27804) @​michaldudak

    The useAutocomplete hook used a type called Value. It was a very generic name for a type specific to the Autocomplete control, so it was removed to AutocompleteValue.

    -import { Value } from '@​material-ui/core/useAutocomplete';
    +import { AutocompleteValue } from '@​material-ui/core/useAutocomplete';
Changes
  • [AppBar] Fix transparency issue on dark mode (#​27281) @​will-amaral
  • Revert "[BottomNavigation] onClick does not fire if tapped while scrolling (#​22524)" (#​27690) @​eps1lon
  • [Autocomplete] Add verbose warning for defaultValue (#​27925) @​vedadeepta
  • [Badge] Add missing classes to exported class object (#​27943) @​pvdstel
  • [ButtonGroup] Allow `size` customization via module augmentation (#​27834) @​aaronlademann-wf
  • [InputBase] Preserve host state when changing `rows` from undefined to defined (#​27683) @​eps1lon
  • [InputLabel] Apply `asterisk` class when `required` (#​27738) @​alexile
  • [Select] Fix NativeSelect propagating classes to the DOM element (#​27797) @​mnajdova
  • [Stack] Match the customization standard (#​27777) @​oliviertassinari
  • [SvgIcon] Apply custom color if defined in the theme (#​27923) @​eps1lon
  • [Switch] Add optional `track` slot to SwitchUnstyled (#​27916) @​michaldudak
  • [Tooltip] Fix broken arrow position in rtl (#​27868) @​mnajdova
  • [transitions] Allow to run Slide into a custom container (#​26623) @​benny0642
@material-ui/[email protected]
Breaking changes
  • [system] Rename `styleProps` to `ownerState` (#​27830) @​mnajdova

    The change was done in order to better reflect what they are, not what we think they will be used for.

     <SomeSlotComponent
    -  styleProps={propsAndState}
    +  ownerState={propsAndState}
     />
Changes
  • [system] Remove dependency on `overridesResolver` for the `variants` (#​27859) @​mnajdova
  • [system] Forward `classes` prop if no slot specified in the options (#​27795) @​mnajdova
  • [system] Fix pseudo class overridden in variants (#​27847) @​hbjORbj
@material-ui/[email protected]
  • [icons] Improve GitHub size (#​27740) @​oliviertassinari
@material-ui/[email protected]
  • [styled-engine] Remove unecessary aliases (#​27779) @​oliviertassinari
  • [styled-engine] Drop withComponent support (#​27780) @​oliviertassinari
@material-ui/[email protected]
  • [core] Utilize `CSS.supports` in `SliderUnstyled` component (#​27724) @​DanailH
@material-ui/[email protected]
  • [DatePicker] Fix click-away logic requiring second click in some cases (#​24877) @​eps1lon
  • [lab] Use the public API for module augmentation (#​27735) @​oliviertassinari
  • [Timeline] Fix color="inherit" on TimelineDot (#​27794) @​mnajdova
Docs
  • [docs] Redesign on markdown page (#​27860) @​mnajdova
  • [docs] Split changelog into current and old (#​27942) @​eps1lon
  • [docs] Migration, emphasize theme structure change (#​27935) @​oliviertassinari
  • [docs] Fix missing `href` for AppDrawerNavItems (#​27936) @​eps1lon
  • [docs] Pass window of iframe to framed demos (#​27924) @​eps1lon
  • [docs] Simplify Select Chip demo styling (#​27864) @​LorenzHenk
  • [docs] Move from Redux to React Context (#​27828) @​eps1lon
  • [docs] Correct the useAutocomplete import path (#​27805) @​michaldudak
  • [docs] Fix Tooltip flicker when hovering between code icon and demo (#​27841) @​eps1lon
  • [docs] Don't log if a request was aborted in ServerRequestDatePicker demo (#​27843) @​eps1lon
  • [docs] Fix false-positive useToolbar warning when using the demo toolbar menu (#​27842) @​eps1lon
  • [docs] Add missing import (#​27850) @​nguyenyou
  • [docs] Fix circular integration demo (#​27856) @​LorenzHenk
  • [docs] A few examples is enough (#​27874) @​mekouar-mehdi
  • [docs] Improve README.md (#​27852) @​surajkumar016
  • [docs] Fix rtl issue on the demos (#​27865) @​mnajdova
  • [docs] Apply the new branding theme and do the AppBar redesign (#​27789) @​mnajdova
  • [docs] Improve grammar in 'Align list items' section (#​27730) @​atorenherrinton
  • [docs] Make API documentation tables horizontally scrollable (#​27787) @​jakeanq
  • [docs] Fix typo on "Customized dialogs" section (#​27827) @​nomanoff
  • [docs] Fix Autocomplete country layout shift (#​27814) @​oliviertassinari
  • [docs] Improve accessible labels for Card demos (#​27675) @​eps1lon
  • [docs] Run in StrictMode by default (#​27693) @​eps1lon
  • [docs] Display TypeScript code of demo if requested (#​27691) @​eps1lon
  • [docs] Use country image instead of emoji (#​27723) @​qiweiii
  • [docs] Zero runtime themeAugmentation documentation (#​27706) @​eps1lon
  • [docs] Fix MobileTextStepper example to match description (#​27682) @​nolastemgarden
  • [docs] Document the transfer-list limitations (#​27783) @​oliviertassinari
  • [docs] Move TypeScript docs in context (#​27782) @​oliviertassinari
  • [docs] Prefer linking API source TypeScript (#​27781) @​oliviertassinari
  • [docs] Improve the Modal onClose migration (#​27775) @​oliviertassinari
  • [docs] Fix outdated styled-engine docs (#​27778) @​oliviertassinari
  • [docs] Improve right to left guide (#​27713) @​mnajdova
  • [docs] Consistent line break (#​27728) @​oliviertassinari
  • [docs] Don't dispatch ignored "reset code variant" actions (#​27712) @​eps1lon
  • [docs] Fix sentence to be more grammatically correct (#​27733) @​atorenherrinton
  • [examples] Add code sandbox config with node version (#​27798) @​qiweiii
  • Revert "[examples] Fix nextjs with styled-components example (#​27583)" (#​27921) @​mnajdova
  • Revert "[examples] Update create-react-app examples with styled-components to use package aliases (#​27591)" (#​27917) @​mnajdova
  • [I10n] Add Khmer (kh-KH) locale support (#​27915) @​teachhay
  • [website] Add templates & design-kits page (#​27811) @​siriwatknp
  • [website] Improve rebranding homepage performance (#​27838) @​siriwatknp
  • [website] Honest a11y value proposition (#​27826) @​eps1lon
  • [website] Improve homepage rebranding (#​27663) @​siriwatknp
  • [website] A few polish (#​27741) @​oliviertassinari
  • [website] Polish homepage (#​27930) @​oliviertassinari
Core
  • [core] Fix various flip: false regressions (#​27920) @​mnajdova
  • [core] Fix typo in code comment (#​27818) @​hamidreza-nateghi
  • [core] Fix typos in repository (#​27785) @​JEONGJIHUN
  • [test] Current behavior when disabling components variants (#​27376) @​noviicee
  • [tests Improve test for checking if classes is forwarded to any DOM element (#​27815) @​mnajdova
  • [tests] Replace legacy `describeConformance` with `describeConformanceV5` (#​27817) @​mnajdova

All contributors of this release in alphabetical order: @​aaronlademann-wf, @​alexile, @​atorenherrinton, @​benny0642, @​DanailH, @​eps1lon, @​hamidreza-nateghi, @​hbjORbj, @​jakeanq, @​JEONGJIHUN, @​LorenzHenk, @​mekouar-mehdi, @​michaldudak, @​mnajdova, @​nguyenyou, @​nolastemgarden, @​nomanoff, @​noviicee, @​oliviertassinari, @​pvdstel, @​qiweiii, @​siriwatknp, @​surajkumar016, @​teachhay, @​vedadeepta, @​will-amaral

v5.0.0-beta.4

Compare Source

Aug 13, 2021

Big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

@material-ui/[email protected]
Breaking changes
  • [Grid] Fix "auto" behavior to match natural width of its content (#​27514) @​aaronlademann-wf
Changes
  • [ButtonBase] Fix tabIndex type (#​27684) @​kylegach
  • [MenuList] Fix text navigation (#​27526) @​ryancogswell
  • [l10n] Add Arabic Sudan (ar-SD) locale (#​27588) @​YassinHussein
  • [Radio] Fix size prop forwarding with custom icons (#​27656) @​DouglasPds
  • [TextField] Password visibility icons ( "visibility" ⇔ "visibility-off" ) should be reversed (#​27507) @​tonextone
  • [ToggleButton] Fix handling of color prop (#​27635) @​oliviertassinari
@material-ui/[email protected]
  • [codemod] Fix filename case sensitive duplicate @​oliviertassinari
@material-ui/[email protected]
  • [StyledEngineProvider] Remove unnecessary emotion cache export (#​27680) @​garronej
  • [system] Fix missing filterProps in compose type (#​27618) @​R-Bower
@material-ui/[email protected]
  • [CalendarPicker] Improve contrast between enabled and disabled days (#​27603) @​nikitabobers
  • [PickersDay] Render `children` if specified (#​27462) @​abriginets
  • [TreeView] Fix TreeItem label overflow (#​27585) @​LorenzHenk
Docs
  • [docs] Update guides for @​material-ui/styled-engine-sc installation (#​27602) @​mnajdova
  • [docs] Document that @​material-ui/styles is not strict mode compatible (#​27639) @​oliviertassinari
  • [docs] Link to "Customization of Theme" from relevant theme interfaces (#​27689) @​eps1lon
  • [docs] Update CSP page (#​27627) @​mnajdova
  • [docs] Reorder and rename "enforce value" ToggleButton demo (#​27678) @​LorenzHenk
  • [docs] Fix missing dependency in the DataGrid demo (#​27597) @​m4theushw
  • [docs] img should have a src attribute (#​27632) @​oliviertassinari
  • [docs] Add badges to Transfer List (#​27634) @​oliviertassinari
  • [docs] Recommend the `direct-import` babel plugin over `transform-import` (#​27335) @​umidbekk
  • [docs] Remove unused code (#​27711) @​eps1lon
  • [docs] Improve virtualization demo (#​27340) @​vedadeepta
  • [examples] Include a follow-up on the example (#​27620) @​matiasherranz
  • [website] Add about page (#​27599) @​siriwatknp
  • [website] Add pricing page (#​27598) @​siriwatknp
Core
  • [core] Batch small changes (#​27636) @​oliviertassinari
  • [core] Change range strategy to bump (#​27652) @​oliviertassinari
  • [core] Fix visual regression example images (#​27660) @​eps1lon
  • [core] Remove diff when running yarn docs:dev (#​27720) @​eps1lon
  • [core] Remove mocks of require.context in markdown loader (#​27406) @​eps1lon
  • [core] Reduce use CSS when Checkbox disableRipple is set (#​27568) @​oliviertassinari
  • [test] Add coverage for jss-to-styled prefix from filename (#​27522) @​eps1lon
  • [test] Add current behavior for a11y name vs visible name for PickersDay (#​27661) @​eps1lon
  • [test] Dodge double logging in dev mode (#​27653) @​oliviertassinari
  • [test] Enable skipped test fixed by upstream React fix (#​27615) @​eps1lon
  • [theme] Add missed variants in Components interface (#​27453) @​nikitabobers

All contributors of this release in alphabetical order: @​aaronlademann-wf, @​abriginets, @​DouglasPds, @​eps1lon, @​garronej, @​kylegach, @​LorenzHenk, @​m4theushw, @​matiasherranz, @​mnajdova, @​nikitabobers, @​oliviertassinari, @​R-Bower, @​ryancogswell, @​siriwatknp, @​tonextone, @​umidbekk, @​vedadeepta, @​YassinHussein

v5.0.0-beta.3

Compare Source

Aug 9, 2021

Big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@material-ui/[email protected]
  • [Modal] Restore `overflowX` and `overflowY` styles (#​27487) @​PCOffline
  • [Modal] Remove unnecessary check for children.props.tabIndex (#​27374) @​noviicee
  • [Select] Fix regression for icon not rotating (#​27511) @​mnajdova
@material-ui/[email protected]
  • [system] Added top, left, right and bottom border color CSS properties to system (#​27580) @​R-Bower
@material-ui/[email protected]
  • [codemod] Add support for `createStyles` use in `jss-to-styled` (#​27578) @​mnajdova
  • [codemod] Fix `jss-to-styled` PREFIX generation on Windows (#​27491) @​mnajdova
  • [codemod] Fix `jss-to-styled` codemod to handle React.Fragment as root (#​27495) @​mnajdova
@material-ui/[email protected]
  • [FormControl] Create FormControlUnstyled (#​27240) @​michaldudak
  • [Autocomplete] Move useAutocomplete to the Unstyled package (#​27485) @​michaldudak
Docs
  • [docs] Fix layout shift when opening hash anchor (#​27619) @​oliviertassinari
  • [docs] Add TypeScript guide for the `sx` prop (#​27417) @​mnajdova
  • [docs] Hardcode listed colors in /customization/color/#playground (#​27446) @​eps1lon
  • [docs] Bring back Select#onChange signature API (#​27443) @​eps1lon
  • [docs] Remove backticks in the title (#​27567) @​oliviertassinari
  • [docs] Fix 404 links (#​27566) @​oliviertassinari
  • [docs] Use the same h2 for the customization demos (#​27569) @​oliviertassinari
  • [docs] Fix syntax error in v5 migration `styled` api example (#​27518) @​kimbaudi
  • [docs] Improve SSR configuration with emotion (#​27496) @​frandiox
  • [docs] Change "pseudo-classes" to "state classes" (#​27570) @​michaldudak
  • [docs] Add StackBlitz edit demo integration (#​27391) @​sulco
  • [docs] Remove unnecessary generic argument (#​27516) @​bezpalko
  • [docs] Add customization demos (#​27411) @​siriwatknp
  • [docs] Restore initial descriptionRegExp logic (#​27436) @​oliviertassinari
  • [docs] Polish jss-to-styled docs (#​27457) @​oliviertassinari
  • [examples] Fix nextjs with styled-components example (#​27583) @​mnajdova
  • [examples] Update create-react-app examples with styled-components to use package aliases (#​27591) @​mnajdova
  • [examples] Improve integration examples with Next.js (#​27331) @​Harshita-Kanal
  • [website] Add spicefactory as gold sponsor @​oliviertassinari
  • [website] Homepage rebranding (#​27488) @​siriwatknp
  • [website] Add Flavien to team and about pages (#​27575) @​flaviendelangle
  • [website] Add Ryan to Community contributors for Stack Overflow contributions (#​27529) @​ryancogswell
  • [website] Add references section to home (#​27444) @​siriwatknp
Core
  • [core] rebaseWhen=auto does not seem to work (#​27565) @​oliviertassinari
  • [core] Improve instructions for the @​material-ui/styles migration (#​27466) @​mnajdova
  • [core] Batch small changes (#​27435) @​oliviertassinari
  • [core] Receive patch and minor dependency updates (#​27455) @​eps1lon
  • [test] Update coverage to include all @​material-ui packages (#​27521) @​eps1lon
  • [test] Lint codemod tests (#​27519) @​eps1lon
  • [test] Allow tests to run for 6s before timeout (#​27456) @​oliviertassinari

All contributors of this release in alphabetical order: @​bezpalko, @​eps1lon, @​flaviendelangle, @​frandiox, @​Harshita-Kanal, @​kimbaudi, @​michaldudak, @​mnajdova, @​noviicee, @​oliviertassinari, @​PCOffline, @​R-Bower, @​ryancogswell, @​siriwatknp, @​sulco

v5.0.0-beta.2

Compare Source

Jul 26, 2021

Big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:

  • ✨ We introduced a new codemod for converting JSS styles to emotion (#​27292) @​siriwatknp
    It should help the adoption of v5, by making possible the removal of JSS sooner.
  • 🐛 The majority of other changes in this release were bug fixes, test utilities, and docs.
@material-ui/[email protected]
  • [Autocomplete] Explain how the loading prop works (#​27416) @​michaldudak
  • [Autocomplete] Update input value when the input changes (#​27313) @​turtleseason
  • [Autocomplete] Popper is not closing when the Autocomplete is disabled (#​27312) @​Goodiec
  • [Checkbox] Skip default hover styles with `disableRipple` (#​27314) @​faan234
  • [Dialog] Fix override paper styles (#​27423) @​newsiberian
  • [Grid] Remove width prop for rowSpacing (#​27326) @​sashkopavlenko
  • [Input] Merge `componentsProps` correctly (#​27371) @​mnajdova
  • [Pagination] Fixed usePagination requires @​emotion in development mode (#​27348) @​ruppysuppy
  • [Pagination] Fix :hover effect on previous/next button (#​27304) @​Aubrey-Li
  • [Popper] Consistent timing of popper instance creation (#​27233) @​eps1lon
  • [Select] Add `SelectChangeEvent` for accurate types for event in onChange prop (#​27370) @​eps1lon
  • [Tabs] Use theme transition duration for the Tab animation (#​27303) @​florianbepunkt
  • [TextField] Allow custom colors in FormLabel (#​27337) @​oliviertassinari
  • [TextField] Fix name of componentsProps (#​27338) @​oliviertassinari
  • [transitions] Make sure inline styles used for transition values if declared (#​27140) @​eps1lon
@material-ui/[email protected]
  • [codemod] Add `optimal-imports` for v5 (#​27404) @​mnajdova
  • [codemod] Add jss to emotion codemod (#​27292) @​siriwatknp
  • [codemod] Fix running codemod CLI on Windows (#​27395) @​michaldudak
  • [codemod] Fix published version (#​27384) @​eps1lon
  • [codemod] Improve README.md (#​27257) @​mnajdova
@material-ui/[email protected]
  • [NoSsr] Move NoSsr to the Unstyled package (#​27356) @​michaldudak
@material-ui/[email protected]
  • [utils] Convert createChainedFunction to TypeScript (#​27386) @​eps1lon
@material-ui/[email protected]
  • [system] Compute display name of `styled` component if `name` isn't set (#​27401) @​eps1lon
  • [system] Adds missing type for `shouldForwardProp` (#​27310) @​KLubin1
@material-ui/[email protected]
  • [pickers] Only accept dates from adapters in min/max props (#​27392) @​eps1lon
  • [pickers] Fallback to today if all possible dates are disabled (#​27294) @​eps1lon
  • [pickers] Minify error when LocalizationProvider is missing (#​27295) @​eps1lon
  • [pickers] Fix Fade animation behavior change (#​27283) @​oliviertassinari
Docs
  • [docs] Display Popper arrow correctly (#​27339) @​Patil2099
  • [docs] Focus pickers introduction on Material-UI (#​27394) @​eps1lon
  • [docs] Fix wrong import path in @​material-ui/styles section (#​27427) @​WeldonTan
  • [docs] Update color imports (#​27321) @​siriwatknp
  • [docs] Sync params of callbacks between types and JSDoc description (#​27366) @​eps1lon
  • [docs] Add migration note for synthetic native events in onChange (#​27368) @​eps1lon
  • [docs] Improve unstyled docs (#​27382) @​oliviertassinari
  • [docs] Update `Transitions` page (#​27319) @​siriwatknp
  • [docs] Add Unstyled components docs page (#​27158) @​michaldudak
  • [docs] Fix app bar regression (#​27373) @​mnajdova
  • [docs] Update migration guide to have a section on nested classes (#​27354) @​mnajdova
  • [docs] Convert App* components to emotion (#​27150) @​eps1lon
  • [docs] Fix duplicate "Theme" header (#​27353) @​eps1lon
  • [docs] Remove horizontal scrollbar in MiniDrawer (#​27055) @​AlvesJorge
  • [docs] Add `makeStyles` explanation in troubleshooting (#​27322) @​siriwatknp
  • [docs] Fix ExpansionPanel migration notes (#​27352) @​eps1lon
  • [docs] Transpile markdown files (#​27349) @​eps1lon
  • [docs] Fix typo in the word typography (#​27329) @​tudi2d
  • [docs] Use actual symbol of kilogram (#​27332) @​getsnoopy
  • [docs] Make migration doc easier to follow (#​26948) @​siriwatknp
  • [examples] Cleanup `gatsby` examples (#​27375) @​mnajdova
  • [examples] Create nextjs example using styled-components (#​27088) @​hboylan
  • [examples] Update gatsby example to use custom plugin (#​27357) @​mnajdova
Core
  • [core] Remove obsolete styles documentation (#​27350) @​eps1lon
  • [core] Fix GitHub language detection (#​27298) @​oliviertassinari
  • [test] Include coverage report of browser tests (#​27389) @​eps1lon
  • [test] Add current behavior for getDisplayName with context components (#​27402) @​eps1lon
  • [test] Enable skipped picker tests (#​27268) @​eps1lon
  • [website] Add hero section to homepage (#​27364) @​siriwatknp

All contributors of this release in alphabetical order: @​AlvesJorge, @​Aubrey-Li, @​eps1lon, @​faan234, @​florianbepunkt, @​g
etsnoopy, @​Goodiec, @​hboylan, @​KLubin1, @​michaldudak, @​mnajdova, @​newsiberian, @​oliviertassinari, @​Patil2099, @​ruppysupp
y, @​sashkopavlenko, @​siriwatknp, @​tudi2d, @​turtleseason, @​WeldonTan

v5.0.0-beta.1

Compare Source

Jul 14, 2021

Big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

@material-ui/[email protected]
Breaking changes
Changes
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​eps1lon, @​mbrookes, @​michal-perlakowski, @​michaldudak, @​mnajdova, @​moshfeu, @​oliviertassinari, @​rajzik, @​renovate[bot], @​sahil-blulabs, @​ShirasawaSama, @​siriwatknp, @​vimutti77

v5.0.0-beta.0

Compare Source

Jul 01, 2021

Big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow the v5 stable milestone for more details. We now encourage any new projects to start on v5.
  • 🚀 We have completed all the planned breaking changes.
  • ⚒️ We added the codemod CLI to simplify migration to v5 (#​26941) @​eps1lon. You can find it at @material-ui/codemod.
  • 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
@material-ui/[email protected]
Breaking changes
  • [Tabs] Remove unnecessary wrapper from Tab (#​26926) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

    <button class="MuiTab-root">
    - <span class="MuiTab-wrapper">
        {icon}
        {label}
    - </span>
    </button>
  • [BottomNavigation] Remove wrapper from BottomNavigationAction (#​26923) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

    <button class="MuiBottomNavigationAction-root">
    - <span class="MuiBottomNavigationAction-wrapper">
        {icon}
        <span class="MuiBottomNavigationAction-label">
          {label}
        </span>
    - </span>
    </button>
Changes
  • [Box] Fix TypeScript error on maxWidth prop (#​26859) @​ansh-saini
  • [Dialog] Automatically label by its DialogTitle (#​26814) @​eps1lon
  • [Hidden] Bring back and mark as deprecated (#​26908) @​siriwatknp
  • [List] Add button runtime deprecation warning (#​26743) @​siriwatknp
  • [Modal] Type BackdropProps according to styled version (#​26836) @​eps1lon
  • [Radio] Fix `defaultValue` to match the other value types (#​26945) @​oliviertassinari
  • [Stepper] Add completed to global pseudo-classes (#​26953) @​michal-perlakowski
  • [Stepper] Fix support for no connectors (#​26874) @​varandasi
  • [TextField] Prevent `hiddenLabel` from spreading to DOM (#​26864) @​siriwatknp
  • [TextField] Fix label disappearing when focusing a button (#​26933) @​michal-perlakowski
@material-ui/[email protected]
  • [codemod] Add CLI (#​26941) @​eps1lon
@material-ui/[email protected]
  • [icons] Regenerate transpiled files (#​26985) @​eps1lon
@material-ui/[email protected]
Breaking changes

Configuration

📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 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.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 9, 2024

⚠️ No Changeset found

Latest commit: 916fe52

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from e6717e3 to bae4c14 Compare May 1, 2024 15:40
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented May 1, 2024

Deploying for-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 916fe52
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bae4c14 to ca8bff3 Compare May 8, 2024 15:41
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from ca8bff3 to 1ea1e31 Compare May 16, 2024 11:32
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 1ea1e31 to 0e21fec Compare May 29, 2024 13:53
@coderabbitai
Copy link

coderabbitai bot commented May 29, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

この変更は、Next.jsアプリケーション、Viteアプリケーション、およびUIライブラリの依存関係を更新することに焦点を当てています。具体的には、@mui/base@mui/lab@mui/material、および@mui/typesのバージョンが変更され、より安定したリリースが反映されています。

Changes

ファイル 変更の概要
example/nextjs-app/package.json, example/vite-app/package.json, packages/for-ui/package.json @mui/base: 5.0.0-alpha.126 から 5.0.0-beta.70 へ、@mui/lab: 5.0.0-alpha.127 から 5.0.0-alpha.176 へ、@mui/material: 5.12.1 から 5.17.1 へ、@mui/types: 7.2.4 から 7.4.1 へバージョンが更新されました。

Sequence Diagram(s)

sequenceDiagram
    participant A as ユーザー
    participant B as アプリケーション
    participant C as ライブラリ

    A->>B: アプリを起動
    B->>C: 最新のライブラリを使用
    C-->>B: 更新された機能を返す
    B-->>A: 改良されたUIを表示
Loading

Poem

🐇
うさぎの耳で風を感じ、
新しい依存関係に心躍る。
安定したバージョン、
機能が増えて、
嬉しい変化に跳ねる!
さあ、みんなで楽しもう🎉
🐰


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 0e21fec to 27baa40 Compare June 12, 2024 14:13
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 27baa40 to 86a5926 Compare June 28, 2024 15:13
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ac1dcb1 to 33732c8 Compare July 11, 2024 17:55
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ce30c07 to 1a90eca Compare July 16, 2024 17:16
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ae5b7c6 to 0c461d0 Compare July 30, 2024 22:25
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 0c461d0 to bfa706f Compare August 9, 2024 13:27
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 876faaa and bfa706f.

Files ignored due to path filters (3)
  • example/nextjs-app/package-lock.json is excluded by !**/package-lock.json
  • example/vite-app/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
Files selected for processing (3)
  • example/nextjs-app/package.json (1 hunks)
  • example/vite-app/package.json (1 hunks)
  • packages/for-ui/package.json (1 hunks)
Additional comments not posted (3)
example/nextjs-app/package.json (1)

15-17: 依存関係の更新を確認してください。

@mui/base@mui/lab、および@mui/materialのバージョンが更新されました。これにより、アプリケーションの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、アプリケーションでのテストを行ってください。

example/vite-app/package.json (1)

14-16: 依存関係の更新を確認してください。

@mui/base@mui/lab、および@mui/materialのバージョンが更新されました。これにより、アプリケーションの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、アプリケーションでのテストを行ってください。

packages/for-ui/package.json (1)

64-67: 依存関係の更新を確認してください。

@mui/base@mui/lab@mui/material、および@mui/typesのバージョンが更新されました。これにより、ライブラリの機能や互換性に影響を与える可能性があります。新しいバージョンのリリースノートを確認し、ライブラリでのテストを行ってください。

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bfa706f to efd513d Compare August 27, 2024 11:21
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between bfa706f and efd513d.

Files ignored due to path filters (3)
  • example/nextjs-app/package-lock.json is excluded by !**/package-lock.json
  • example/vite-app/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
Files selected for processing (3)
  • example/nextjs-app/package.json (1 hunks)
  • example/vite-app/package.json (1 hunks)
  • packages/for-ui/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/for-ui/package.json
Additional comments not posted (6)
example/nextjs-app/package.json (3)

15-15: バージョン更新の承認

@mui/baseのバージョンが5.0.0-alpha.126から5.0.0-beta.40に更新されました。これはより安定したリリースを示し、改善とバグ修正が含まれているはずです。

コード変更を承認します。


16-16: バージョン更新の承認

@mui/labのバージョンが5.0.0-alpha.127から5.0.0-alpha.173に更新されました。これは開発の進行中であり、新機能や修正が含まれている可能性があります。

コード変更を承認します。


17-17: バージョン更新の承認

@mui/materialのバージョンが5.12.1から5.16.7に更新されました。これは改善とバグ修正が含まれているはずです。

コード変更を承認します。

example/vite-app/package.json (3)

14-14: バージョン更新の承認

@mui/baseのバージョンが5.0.0-alpha.126から5.0.0-beta.40に更新されました。これはより安定したリリースを示し、改善とバグ修正が含まれているはずです。

コード変更を承認します。


15-15: バージョン更新の承認

@mui/labのバージョンが5.0.0-alpha.127から5.0.0-alpha.173に更新されました。これは開発の進行中であり、新機能や修正が含まれている可能性があります。

コード変更を承認します。


16-16: バージョン更新の承認

@mui/materialのバージョンが5.12.1から5.16.7に更新されました。これは改善とバグ修正が含まれているはずです。

コード変更を承認します。

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ebb50b5 to 6badf78 Compare September 19, 2024 08:37
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 6badf78 to 4e6b61c Compare October 9, 2024 14:27
@qodo-code-review
Copy link

PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

CI Failure Feedback 🧐

Action: build-nextjs

Failed stage: Run npm run build [❌]

Failure summary:

The action failed due to TypeScript compilation errors:

  • Error TS2307: Cannot find module '@mui/base/ButtonUnstyled' or its corresponding type declarations
    in src/button/Button.tsx.
  • Error TS2604: JSX element type 'TextareaAutosize' does not have any construct or call signatures in
    src/textArea/TextArea.tsx.
  • Error TS2786: 'TextareaAutosize' cannot be used as a JSX component in src/textArea/TextArea.tsx. Its
    type is not a valid JSX element type.
    These errors caused the build:types lifecycle script to fail,
    resulting in the overall failure of the build process.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    410:  > tsc -p tsconfig.build.json
    411:  �[36mvite v4.0.4 �[32mbuilding for production...�[36m�[39m
    412:  transforming...
    413:  �[32m✓�[39m 107 modules transformed.
    414:  rendering chunks...
    415:  computing gzip size...
    416:  �[2mdist/commonjs/�[22m�[36mfor-ui.js  �[39m�[1m�[2m86.04 kB�[22m�[1m�[22m�[2m │ gzip: 25.16 kB�[22m
    417:  �[2mdist/esm/�[22m�[36mfor-ui.esm.js  �[39m�[1m�[2m148.77 kB�[22m�[1m�[22m�[2m │ gzip: 32.28 kB�[22m
    418:  ##[error]src/button/Button.tsx(2,66): error TS2307: Cannot find module '@mui/base/ButtonUnstyled' or its corresponding type declarations.
    419:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2604: JSX element type 'TextareaAutosize' does not have any construct or call signatures.
    420:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2786: 'TextareaAutosize' cannot be used as a JSX component.
    421:  Its type 'typeof import("/home/runner/work/for-ui/for-ui/node_modules/@mui/base/TextareaAutosize/index")' is not a valid JSX element type.
    422:  npm ERR! Lifecycle script `build:types` failed with error: 
    423:  npm ERR! Error: command failed 
    424:  npm ERR!   in workspace: @4design/[email protected] 
    425:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    426:  ERROR: "build:types" exited with 1.
    427:  npm ERR! Lifecycle script `build` failed with error: 
    428:  npm ERR! Error: command failed 
    429:  npm ERR!   in workspace: @4design/[email protected] 
    430:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    431:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @qodo-code-review
    Copy link

    PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

    CI Failure Feedback 🧐

    Action: build-vite

    Failed stage: Run npm run build [❌]

    Failure summary:

    The action failed due to TypeScript compilation errors:

  • Error TS2307: Cannot find module '@mui/base/ButtonUnstyled' or its corresponding type declarations
    in src/button/Button.tsx.
  • Error TS2604: JSX element type 'TextareaAutosize' does not have any construct or call signatures in
    src/textArea/TextArea.tsx.
  • Error TS2786: 'TextareaAutosize' cannot be used as a JSX component in src/textArea/TextArea.tsx. Its
    type is not a valid JSX element type.
    These errors caused the build:types lifecycle script to fail,
    which in turn caused the build script to fail.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    410:  > tsc -p tsconfig.build.json
    411:  �[36mvite v4.0.4 �[32mbuilding for production...�[36m�[39m
    412:  transforming...
    413:  �[32m✓�[39m 107 modules transformed.
    414:  rendering chunks...
    415:  computing gzip size...
    416:  �[2mdist/commonjs/�[22m�[36mfor-ui.js  �[39m�[1m�[2m86.04 kB�[22m�[1m�[22m�[2m │ gzip: 25.16 kB�[22m
    417:  �[2mdist/esm/�[22m�[36mfor-ui.esm.js  �[39m�[1m�[2m148.77 kB�[22m�[1m�[22m�[2m │ gzip: 32.28 kB�[22m
    418:  ##[error]src/button/Button.tsx(2,66): error TS2307: Cannot find module '@mui/base/ButtonUnstyled' or its corresponding type declarations.
    419:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2604: JSX element type 'TextareaAutosize' does not have any construct or call signatures.
    420:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2786: 'TextareaAutosize' cannot be used as a JSX component.
    421:  Its type 'typeof import("/home/runner/work/for-ui/for-ui/node_modules/@mui/base/TextareaAutosize/index")' is not a valid JSX element type.
    422:  npm ERR! Lifecycle script `build:types` failed with error: 
    423:  npm ERR! Error: command failed 
    424:  npm ERR!   in workspace: @4design/[email protected] 
    425:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    426:  ERROR: "build:types" exited with 1.
    427:  npm ERR! Lifecycle script `build` failed with error: 
    428:  npm ERR! Error: command failed 
    429:  npm ERR!   in workspace: @4design/[email protected] 
    430:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    431:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from cac6a5d to 5d1b93f Compare October 22, 2024 12:46
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 5d1b93f to 9cddf9d Compare October 30, 2024 13:33
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ddd9acf to c983c66 Compare November 27, 2024 14:01
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c983c66 to 7731692 Compare November 28, 2024 08:24
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from a4fd44c to ffee941 Compare December 4, 2024 12:42
    @renovate renovate bot changed the title chore(deps): update material-ui monorepo fix(deps): update material-ui monorepo Dec 10, 2024
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from f49ba83 to 2336ad6 Compare December 17, 2024 17:51
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 240c909 to cfec2cb Compare December 25, 2024 12:05
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from df1be9c to 4fbb171 Compare January 8, 2025 14:28
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4fbb171 to 58a2289 Compare January 21, 2025 18:57
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from e63fc07 to 53d1402 Compare March 18, 2025 22:34
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 53d1402 to 1047bef Compare March 26, 2025 15:16
    @qodo-code-review
    Copy link

    qodo-code-review bot commented Mar 26, 2025

    CI Feedback 🧐

    (Feedback updated until commit 1047bef)

    A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

    Action: build-vite

    Failed stage: Run npm run build [❌]

    Failure summary:

    The build action failed due to TypeScript compilation errors during the build:types script:

    1. In src/button/Button.tsx (line 2): Cannot find module '@mui/base/ButtonUnstyled' or its
    corresponding type declarations.

    2. In src/textArea/TextArea.tsx (line 136): Two related errors with the TextareaAutosize component:

    - JSX element type does not have any construct or call signatures
    - Cannot be used as a JSX
    component because its type is not a valid JSX element type

    These TypeScript errors prevented the successful compilation of type definitions, causing the build
    process to fail with exit code 1.

    Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    412:  shell: /usr/bin/bash -e {0}
    413:  ##[endgroup]
    414:  > @4design/[email protected] build
    415:  > run-p build:'*'
    416:  > @4design/[email protected] build:js
    417:  > NODE_ENV=production vite build
    418:  > @4design/[email protected] build:types
    419:  > tsc -p tsconfig.build.json
    420:  �[36mvite v4.0.4 �[32mbuilding for production...�[36m�[39m
    421:  transforming...
    422:  �[32m✓�[39m 107 modules transformed.
    423:  rendering chunks...
    424:  computing gzip size...
    425:  �[2mdist/commonjs/�[22m�[36mfor-ui.js  �[39m�[1m�[2m86.04 kB�[22m�[1m�[22m�[2m │ gzip: 25.16 kB�[22m
    426:  �[2mdist/esm/�[22m�[36mfor-ui.esm.js  �[39m�[1m�[2m148.77 kB�[22m�[1m�[22m�[2m │ gzip: 32.28 kB�[22m
    427:  ##[error]src/button/Button.tsx(2,66): error TS2307: Cannot find module '@mui/base/ButtonUnstyled' or its corresponding type declarations.
    428:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2604: JSX element type 'TextareaAutosize' does not have any construct or call signatures.
    429:  ##[error]src/textArea/TextArea.tsx(136,12): error TS2786: 'TextareaAutosize' cannot be used as a JSX component.
    430:  Its type 'typeof import("/home/runner/work/for-ui/for-ui/node_modules/@mui/base/TextareaAutosize/index")' is not a valid JSX element type.
    431:  npm ERR! Lifecycle script `build:types` failed with error: 
    432:  npm ERR! Error: command failed 
    433:  npm ERR!   in workspace: @4design/[email protected] 
    434:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    435:  ERROR: "build:types" exited with 1.
    436:  npm ERR! Lifecycle script `build` failed with error: 
    437:  npm ERR! Error: command failed 
    438:  npm ERR!   in workspace: @4design/[email protected] 
    439:  npm ERR!   at location: /home/runner/work/for-ui/for-ui/packages/for-ui 
    440:  ##[error]Process completed with exit code 1.
    441:  Post job cleanup.
    

    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 1047bef to f7968dc Compare April 9, 2025 17:17
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from f7968dc to 20d5a85 Compare May 6, 2025 12:53
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 20d5a85 to 4ca9e59 Compare June 2, 2025 11:40
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4ca9e59 to bd69cd8 Compare June 30, 2025 12:03
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bd69cd8 to 55ed6ac Compare July 8, 2025 03:42
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 55ed6ac to a3ea7c6 Compare August 5, 2025 09:00
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from a3ea7c6 to aa8d882 Compare August 19, 2025 14:34
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 7fb047c to a818a5b Compare September 6, 2025 22:51
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from ca201ed to 9415235 Compare October 1, 2025 21:51
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 9415235 to 8f66f0b Compare November 4, 2025 12:02
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8f66f0b to 52146d6 Compare November 18, 2025 09:58
    @renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 52146d6 to 916fe52 Compare December 5, 2025 00:13
    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.

    1 participant