fix(deps): update material-ui monorepo to v6.1.4 #44

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-10-16 02:03:24 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/icons-material (source) dependencies patch 6.1.2 -> 6.1.4
@mui/material (source) dependencies patch 6.1.2 -> 6.1.4

Release Notes

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

v6.1.4

Compare Source

Oct 15, 2024

A big thanks to the 9 contributors who made this release possible.

@mui/material@6.1.4
  • Checkbox] Fix disableRipple regression ([#​44099](https://github.com/mui/material-ui/issues/44099)) [@​siriwatknp](https://github.com/siriwatknp)
    
  • IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme ([#​43714](https://github.com/mui/material-ui/issues/43714)) [@​sai6855](https://github.com/sai6855)
    
  • Make the palette always return new light and dark object (#​44059) @​siriwatknp
  • Simplify createPalette (#​44075) @​oliviertassinari
Docs
Core
  • code-infra] Link to production app for bundle size ([#​44076](https://github.com/mui/material-ui/issues/44076)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Disable cron job for React 17 tests ([#​44065](https://github.com/mui/material-ui/issues/44065)) [@​Janpot](https://github.com/Janpot)
    
  • Remove [website] from changelog (#​44069) @​oliviertassinari
  • Apply #​44052 to the latest release as well @​oliviertassinari
  • Fix proptypes generation when multiple components per file (#​44058) @​Janpot
  • Remove <-- from changelog (#​44052) @​oliviertassinari
  • examples] Avoid git diff when playing with examples [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Remove dead code ([#&#8203;44056](https://github.com/mui/material-ui/issues/44056)) [@&#8203;Janpot](https://github.com/Janpot)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​Janpot, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan

v6.1.3

Compare Source

Oct 9, 2024

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

  • 🚀 Improved performance on styled components by pre-serializing and caching the styles (#​43412) @​romgrk
@mui/material@6.1.3
  • Change React.ReactElement to React.ReactElement (#​43402) @​sai6855
  • Badge] Make keys in anchor origin partial ([#&#8203;43950](https://github.com/mui/material-ui/issues/43950)) [@&#8203;sai6855](https://github.com/sai6855)
    
  • Grid2] Fix column spacing for nested containers ([#&#8203;43733](https://github.com/mui/material-ui/issues/43733)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • Grid2] Remove required `item` prop for `size` prop ([#&#8203;44027](https://github.com/mui/material-ui/issues/44027)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • Grid2] Add compatible props warning ([#&#8203;43801](https://github.com/mui/material-ui/issues/43801)) [@&#8203;k-rajat19](https://github.com/k-rajat19)
    
  • Modal] Fix comment location ([#&#8203;44026](https://github.com/mui/material-ui/issues/44026)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • OutlinedInput] Resolve border color issue on mobile ([#&#8203;43797](https://github.com/mui/material-ui/issues/43797)) ([#&#8203;43879](https://github.com/mui/material-ui/issues/43879)) [@&#8203;wojtek35](https://github.com/wojtek35)
    
    
@mui/system@6.1.3
  • Make createGrid compatible with React 19 types (#​44035) @​aarongarciah
  • Add empty interfaces to fix issue with typescript module augmentation (#​43873) @​yonatan0
  • Pre-serialize & cache styles to improve performance (#​43412) @​romgrk
  • typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value ([#&#8203;44029](https://github.com/mui/material-ui/issues/44029)) [@&#8203;siriwatknp](https://github.com/siriwatknp)
    
    
@mui/utils@6.0.0-beta.11
  • utils] Make getReactElementRef React 19 compatible ([#&#8203;44034](https://github.com/mui/material-ui/issues/44034)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
    
@mui/lab@6.1.3
  • lab]\[Timeline] Fix types for React 19 ([#&#8203;44043](https://github.com/mui/material-ui/issues/44043)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
    
Docs
  • Update docs-infra role (#​44032) @​mnajdova
  • Update Material Symbols plan to reflect Google development (#​44000) @​oliviertassinari
  • Fix 301 redirections in docs @​oliviertassinari
  • Fix indentation @​oliviertassinari
  • Fix Live edit copies (#​43835) @​oliviertassinari
  • Virtualize icons svg (#​43939) @​Janpot
  • Grid] Fix Grid2 gap description ([#&#8203;43967](https://github.com/mui/material-ui/issues/43967)) [@&#8203;aarongarciah](https://github.com/aarongarciah)
    
  • icons] Index search synchronously ([#&#8203;44001](https://github.com/mui/material-ui/issues/44001)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • material-ui] Incorrect React useState Example on Toggle Button ([#&#8203;43987](https://github.com/mui/material-ui/issues/43987)) [@&#8203;barrownicholas](https://github.com/barrownicholas)
    
  • material-ui] Add theme setting for pigment-css migration ([#&#8203;43993](https://github.com/mui/material-ui/issues/43993)) [@&#8203;effektsvk](https://github.com/effektsvk)
    
  • material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. ([#&#8203;43985](https://github.com/mui/material-ui/issues/43985)) [@&#8203;Chee7ah](https://github.com/Chee7ah)
    
  • examples] Use CSS Variables ([#&#8203;43856](https://github.com/mui/material-ui/issues/43856)) [@&#8203;Juneezee](https://github.com/Juneezee)
    
  • material-ui] Improved documentation for indeterminateIcon prop ([#&#8203;43791](https://github.com/mui/material-ui/issues/43791)) [@&#8203;marctaylor01](https://github.com/marctaylor01)
    
    
Core
  • Fix typo in useLocalStorageState (#​44024) @​hieunguyenduc696
  • Amend changelog (#​43968) @​aarongarciah
  • Remove @mui/styled-engine-sc dev dependency from @mui/styled-engine-sc (#​44050) @​Janpot
  • docs-infra] Add pointer cursor on hover for logo to improve UX ([#&#8203;43999](https://github.com/mui/material-ui/issues/43999)) [@&#8203;Asin-Junior-Honore](https://github.com/Asin-Junior-Honore)
    
  • blog] Migrate some .gif to <video> ([#&#8203;43945](https://github.com/mui/material-ui/issues/43945)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Align `next` dependency specifier across project ([#&#8203;44036](https://github.com/mui/material-ui/issues/44036)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • code-infra] Move MuiError babel macro to babel plugin ([#&#8203;43904](https://github.com/mui/material-ui/issues/43904)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • code-infra] Forbid calling `Error` without `new` ([#&#8203;43963](https://github.com/mui/material-ui/issues/43963)) [@&#8203;Janpot](https://github.com/Janpot)
    
  • docs-infra] Fix link in header regression ([#&#8203;43834](https://github.com/mui/material-ui/issues/43834)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • infra] Fix line break in Stack Overflow message [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Add missing async ([#&#8203;44028](https://github.com/mui/material-ui/issues/44028)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Fix Escape event firing event ([#&#8203;43961](https://github.com/mui/material-ui/issues/43961)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari)
    
  • test] Fix flaky pigment-css screenshot ([#&#8203;43959](https://github.com/mui/material-ui/issues/43959)) [@&#8203;Janpot](https://github.com/Janpot)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​Asin-Junior-Honore, @​barrownicholas, @​Chee7ah, @​effektsvk, @​hieunguyenduc696, @​Janpot, @​Juneezee, @​k-rajat19, @​mnajdova, @​oliviertassinari, @​romgrk, @​sai6855, @​siriwatknp, @​wojtek35, @​yonatan0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | patch | [`6.1.2` -> `6.1.4`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/6.1.2/6.1.4) | | [@mui/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`6.1.2` -> `6.1.4`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.1.2/6.1.4) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/icons-material)</summary> ### [`v6.1.4`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v614) [Compare Source](https://github.com/mui/material-ui/compare/v6.1.3...v6.1.4) <!-- generated comparing v6.1.3..master --> *Oct 15, 2024* A big thanks to the 9 contributors who made this release possible. ##### `@mui/material@6.1.4` - \[Checkbox] Fix disableRipple regression ([#&#8203;44099](https://github.com/mui/material-ui/issues/44099)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme ([#&#8203;43714](https://github.com/mui/material-ui/issues/43714)) [@&#8203;sai6855](https://github.com/sai6855) - Make the palette always return new light and dark object ([#&#8203;44059](https://github.com/mui/material-ui/issues/44059)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - Simplify createPalette ([#&#8203;44075](https://github.com/mui/material-ui/issues/44075)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Docs - Improve Toolpad Core docs ([#&#8203;43796](https://github.com/mui/material-ui/issues/43796)) [@&#8203;bharatkashyap](https://github.com/bharatkashyap) - Tweak Joy UI section in README ([#&#8203;44103](https://github.com/mui/material-ui/issues/44103)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Fix 404 link to Next.js [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[toolpad core] In the sidebar, move 'new' label to the components ([#&#8203;44070](https://github.com/mui/material-ui/issues/44070)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - Fix small typo on Grid2 page ([#&#8203;44062](https://github.com/mui/material-ui/issues/44062)) [@&#8203;zanivan](https://github.com/zanivan) - Clarify suggestions to use `@mui/styles` in v5 migration docs ([#&#8203;44049](https://github.com/mui/material-ui/issues/44049)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) ##### Core - \[code-infra] Link to production app for bundle size ([#&#8203;44076](https://github.com/mui/material-ui/issues/44076)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Disable cron job for React 17 tests ([#&#8203;44065](https://github.com/mui/material-ui/issues/44065)) [@&#8203;Janpot](https://github.com/Janpot) - Remove \[website] from changelog ([#&#8203;44069](https://github.com/mui/material-ui/issues/44069)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Apply [#&#8203;44052](https://github.com/mui/material-ui/issues/44052) to the latest release as well [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix proptypes generation when multiple components per file ([#&#8203;44058](https://github.com/mui/material-ui/issues/44058)) [@&#8203;Janpot](https://github.com/Janpot) - Remove <-- from changelog ([#&#8203;44052](https://github.com/mui/material-ui/issues/44052)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[examples] Avoid git diff when playing with examples [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Remove dead code ([#&#8203;44056](https://github.com/mui/material-ui/issues/44056)) [@&#8203;Janpot](https://github.com/Janpot) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;bharatkashyap](https://github.com/bharatkashyap), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;zanivan](https://github.com/zanivan) ### [`v6.1.3`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v613) [Compare Source](https://github.com/mui/material-ui/compare/v6.1.2...v6.1.3) <!-- generated comparing v6.1.2..master --> *Oct 9, 2024* A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - 🚀 Improved performance on styled components by pre-serializing and caching the styles ([#&#8203;43412](https://github.com/mui/material-ui/issues/43412)) [@&#8203;romgrk](https://github.com/romgrk) ##### `@mui/material@6.1.3` - Change React.ReactElement<any> to React.ReactElement<unknown> ([#&#8203;43402](https://github.com/mui/material-ui/issues/43402)) [@&#8203;sai6855](https://github.com/sai6855) - \[Badge] Make keys in anchor origin partial ([#&#8203;43950](https://github.com/mui/material-ui/issues/43950)) [@&#8203;sai6855](https://github.com/sai6855) - \[Grid2] Fix column spacing for nested containers ([#&#8203;43733](https://github.com/mui/material-ui/issues/43733)) [@&#8203;Janpot](https://github.com/Janpot) - \[Grid2] Remove required `item` prop for `size` prop ([#&#8203;44027](https://github.com/mui/material-ui/issues/44027)) [@&#8203;Janpot](https://github.com/Janpot) - \[Grid2] Add compatible props warning ([#&#8203;43801](https://github.com/mui/material-ui/issues/43801)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[Modal] Fix comment location ([#&#8203;44026](https://github.com/mui/material-ui/issues/44026)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[OutlinedInput] Resolve border color issue on mobile ([#&#8203;43797](https://github.com/mui/material-ui/issues/43797)) ([#&#8203;43879](https://github.com/mui/material-ui/issues/43879)) [@&#8203;wojtek35](https://github.com/wojtek35) ##### `@mui/system@6.1.3` - Make createGrid compatible with React 19 types ([#&#8203;44035](https://github.com/mui/material-ui/issues/44035)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Add empty interfaces to fix issue with typescript module augmentation ([#&#8203;43873](https://github.com/mui/material-ui/issues/43873)) [@&#8203;yonatan0](https://github.com/yonatan0) - Pre-serialize & cache styles to improve performance ([#&#8203;43412](https://github.com/mui/material-ui/issues/43412)) [@&#8203;romgrk](https://github.com/romgrk) - \[typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value ([#&#8203;44029](https://github.com/mui/material-ui/issues/44029)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/utils@6.0.0-beta.11` - \[utils] Make getReactElementRef React 19 compatible ([#&#8203;44034](https://github.com/mui/material-ui/issues/44034)) [@&#8203;aarongarciah](https://github.com/aarongarciah) ##### `@mui/lab@6.1.3` - \[lab]\[Timeline] Fix types for React 19 ([#&#8203;44043](https://github.com/mui/material-ui/issues/44043)) [@&#8203;aarongarciah](https://github.com/aarongarciah) ##### Docs - Update docs-infra role ([#&#8203;44032](https://github.com/mui/material-ui/issues/44032)) [@&#8203;mnajdova](https://github.com/mnajdova) - Update Material Symbols plan to reflect Google development ([#&#8203;44000](https://github.com/mui/material-ui/issues/44000)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix 301 redirections in docs [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix indentation [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Fix Live edit copies ([#&#8203;43835](https://github.com/mui/material-ui/issues/43835)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Virtualize icons svg ([#&#8203;43939](https://github.com/mui/material-ui/issues/43939)) [@&#8203;Janpot](https://github.com/Janpot) - \[Grid] Fix Grid2 gap description ([#&#8203;43967](https://github.com/mui/material-ui/issues/43967)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[icons] Index search synchronously ([#&#8203;44001](https://github.com/mui/material-ui/issues/44001)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[material-ui] Incorrect React useState Example on Toggle Button ([#&#8203;43987](https://github.com/mui/material-ui/issues/43987)) [@&#8203;barrownicholas](https://github.com/barrownicholas) - \[material-ui] Add theme setting for pigment-css migration ([#&#8203;43993](https://github.com/mui/material-ui/issues/43993)) [@&#8203;effektsvk](https://github.com/effektsvk) - \[material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. ([#&#8203;43985](https://github.com/mui/material-ui/issues/43985)) [@&#8203;Chee7ah](https://github.com/Chee7ah) - \[examples] Use CSS Variables ([#&#8203;43856](https://github.com/mui/material-ui/issues/43856)) [@&#8203;Juneezee](https://github.com/Juneezee) - \[material-ui] Improved documentation for indeterminateIcon prop ([#&#8203;43791](https://github.com/mui/material-ui/issues/43791)) [@&#8203;marctaylor01](https://github.com/marctaylor01) ##### Core - Fix typo in useLocalStorageState ([#&#8203;44024](https://github.com/mui/material-ui/issues/44024)) [@&#8203;hieunguyenduc696](https://github.com/hieunguyenduc696) - Amend changelog ([#&#8203;43968](https://github.com/mui/material-ui/issues/43968)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` ([#&#8203;44050](https://github.com/mui/material-ui/issues/44050)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Add pointer cursor on hover for logo to improve UX ([#&#8203;43999](https://github.com/mui/material-ui/issues/43999)) [@&#8203;Asin-Junior-Honore](https://github.com/Asin-Junior-Honore) - \[blog] Migrate some .gif to <video> ([#&#8203;43945](https://github.com/mui/material-ui/issues/43945)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Align `next` dependency specifier across project ([#&#8203;44036](https://github.com/mui/material-ui/issues/44036)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Move MuiError babel macro to babel plugin ([#&#8203;43904](https://github.com/mui/material-ui/issues/43904)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Forbid calling `Error` without `new` ([#&#8203;43963](https://github.com/mui/material-ui/issues/43963)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Fix link in header regression ([#&#8203;43834](https://github.com/mui/material-ui/issues/43834)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[infra] Fix line break in Stack Overflow message [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Add missing async ([#&#8203;44028](https://github.com/mui/material-ui/issues/44028)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Fix Escape event firing event ([#&#8203;43961](https://github.com/mui/material-ui/issues/43961)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Fix flaky pigment-css screenshot ([#&#8203;43959](https://github.com/mui/material-ui/issues/43959)) [@&#8203;Janpot](https://github.com/Janpot) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;Asin-Junior-Honore](https://github.com/Asin-Junior-Honore), [@&#8203;barrownicholas](https://github.com/barrownicholas), [@&#8203;Chee7ah](https://github.com/Chee7ah), [@&#8203;effektsvk](https://github.com/effektsvk), [@&#8203;hieunguyenduc696](https://github.com/hieunguyenduc696), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;Juneezee](https://github.com/Juneezee), [@&#8203;k-rajat19](https://github.com/k-rajat19), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;wojtek35](https://github.com/wojtek35), [@&#8203;yonatan0](https://github.com/yonatan0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-10-10 02:03:13 +02:00
fix(deps): update material-ui monorepo to v6.1.3
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
95cde93ffe
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-10-10 02:03:14 +02:00
kjuulh force-pushed renovate/material-ui-monorepo from 95cde93ffe to 3314df88b4 2024-10-16 02:03:15 +02:00 Compare
kjuulh merged commit 3314df88b4 into main 2024-10-16 02:03:24 +02:00
kjuulh changed title from fix(deps): update material-ui monorepo to v6.1.3 to fix(deps): update material-ui monorepo to v6.1.4 2024-10-16 02:03:25 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#44
No description provided.