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(deps): update material-ui monorepo to v5.15.6 #895

Merged
merged 1 commit into from Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.14.19 -> 5.15.6 age adoption passing confidence
@mui/material (source) 5.14.19 -> 5.15.6 age adoption passing confidence

Release Notes

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

v5.15.6

Compare Source

Jan 22, 2024

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.6
@mui/base@5.0.0-beta.33
@mui/system@5.15.6
@mui/icons-material@5.15.6
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​anle9650, @​ANUGLYPLUGIN, @​brijeshb42, @​danilo-leal, @​devhik0, @​DiegoAndai, @​DonikaV, @​joserodolfofreitas, @​michaldudak, @​mj12albert, @​mnajdova, @​mohamedsaiedd, @​oliviertassinari, @​pcorpet, @​sai6855, @​zanivan

v5.15.5

Compare Source

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/material@5.15.5
@mui/material-next@6.0.0-alpha.118
@mui/base@5.0.0-beta.32
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
@mui/lab@5.0.0-alpha.161
@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/material@5.15.4
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
@mui/utils@5.15.4
@mui/base@5.0.0-beta.31
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/joy@5.0.0-beta.22
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan

v5.15.3

Compare Source

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material-nextjs@5.15.3
@mui/base@5.0.0-beta.30
@mui/lab@5.0.0-alpha.159
@mui/material-next@6.0.0-alpha.116
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kamino0, @​lhilgert9, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Super-Kenil

v5.15.2

Compare Source

Dec 25, 2023

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

@mui/material@5.15.1
@mui/system@5.15.1
@mui/base@5.0.0-beta.29
@mui/material-next@6.0.0-alpha.115
Docs
Core

All contributors of this release in alphabetical order: @​adamhylander, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kimzify, @​michaldudak, @​mnajdova, @​muazaqdas, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v5.15.1

Compare Source

Dec 19, 2023

A big thanks to the 15 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.1
@mui/joy@5.0.0-beta.19
  • ​[FormControl] Fix issue with the conditional setting of htmlFor and id attributes not functioning properly for form labels (#​40180) @​ReaZzy
  • ​[typescript] Address TypeScript issue with custom zIndex not functioning (#​40133) @​qiweiii
@mui/styled-engine-sc@6.0.0-alpha.9
Docs
Core

All contributors of this release in alphabetical order: @​danilo-leal, @​gitstart, @​MBilalShafi, @​mbrookes, @​mnajdova, @​oliviertassinari, @​possibilities, @​pratikkarad, @​qiweiii, @​ReaZzy, @​s8990, @​sai6855, @​sjdemartini, @​zanivan, @​ZeeshanTamboli

v5.15.0

Compare Source

Dec 11, 2023

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

@mui/material@5.15.0
@mui/material-nextjs@5.15.0
@mui/material-next@6.0.0-alpha.113
@mui/icons-material@5.15.0
@mui/base@5.0.0-beta.27
  • ​[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#​39096) @​mj12albert
@mui/joy@5.0.0-beta.18
@mui/lab@5.0.0-alpha.156
Docs
Core

All contributors of this release in alphabetical order: @​abreel, @​alexfauquette, @​anle9650, @​blakenetz, @​danilo-leal, @​EloB, @​lhilgert9, @​mbrookes, @​mikailaread, @​mj12albert, @​mnajdova, @​sai6855, @​siriwatknp, @​zanivan, @​ZeeshanTamboli


Configuration

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

🔕 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 Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9c934ab) 52.00% compared to head (9d35249) 52.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #895   +/-   ##
=========================================
  Coverage     52.00%   52.00%           
  Complexity     1451     1451           
=========================================
  Files           251      251           
  Lines         10237    10237           
  Branches       1101     1101           
=========================================
  Hits           5324     5324           
  Misses         4590     4590           
  Partials        323      323           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c934ab...9d35249. Read the comment docs.

@github-actions github-actions bot temporarily deployed to 895 December 12, 2023 10:45 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 987506e to 6dab677 Compare December 15, 2023 09:10
@github-actions github-actions bot temporarily deployed to 895 December 15, 2023 09:14 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 6dab677 to 939c025 Compare December 15, 2023 09:43
@github-actions github-actions bot temporarily deployed to 895 December 15, 2023 09:46 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 939c025 to 8562f89 Compare December 19, 2023 18:31
@renovate renovate bot changed the title fix(deps): update dependency @mui/material to v5.14.20 fix(deps): update material-ui monorepo to v5.15.0 Dec 19, 2023
@github-actions github-actions bot temporarily deployed to 895 December 19, 2023 18:34 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8562f89 to e625374 Compare December 22, 2023 12:30
@github-actions github-actions bot temporarily deployed to 895 December 22, 2023 12:39 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from e625374 to 94e3df0 Compare December 26, 2023 13:41
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.0 fix(deps): update material-ui monorepo to v5.15.1 Dec 26, 2023
@github-actions github-actions bot temporarily deployed to 895 December 26, 2023 13:44 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 94e3df0 to c5652ae Compare December 27, 2023 17:39
@github-actions github-actions bot temporarily deployed to 895 December 27, 2023 17:47 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c5652ae to d9957d7 Compare December 27, 2023 18:45
@github-actions github-actions bot temporarily deployed to 895 December 27, 2023 18:52 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from a532114 to 5aedc10 Compare December 30, 2023 07:53
@github-actions github-actions bot temporarily deployed to 895 December 30, 2023 08:02 Destroyed
@github-actions github-actions bot temporarily deployed to 895 December 30, 2023 08:04 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 5aedc10 to b429d44 Compare December 30, 2023 08:24
@github-actions github-actions bot temporarily deployed to 895 December 30, 2023 08:28 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from b429d44 to 0460149 Compare December 30, 2023 08:53
@github-actions github-actions bot temporarily deployed to 895 December 30, 2023 08:57 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 0460149 to 18be034 Compare January 1, 2024 15:03
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.1 fix(deps): update material-ui monorepo to v5.15.2 Jan 1, 2024
@github-actions github-actions bot temporarily deployed to 895 January 1, 2024 15:06 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 18be034 to 3a2217f Compare January 10, 2024 16:09
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.2 fix(deps): update material-ui monorepo to v5.15.3 Jan 10, 2024
@github-actions github-actions bot temporarily deployed to 895 January 10, 2024 16:13 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3a2217f to 40b81ff Compare January 17, 2024 15:22
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.3 fix(deps): update material-ui monorepo to v5.15.4 Jan 17, 2024
@github-actions github-actions bot temporarily deployed to 895 January 17, 2024 15:25 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 40b81ff to 4267433 Compare January 24, 2024 09:57
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.4 fix(deps): update material-ui monorepo Jan 24, 2024
@github-actions github-actions bot temporarily deployed to 895 January 24, 2024 10:01 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4267433 to 404b0d1 Compare January 24, 2024 18:34
@renovate renovate bot changed the title fix(deps): update material-ui monorepo fix(deps): update material-ui monorepo to v5.15.5 Jan 24, 2024
@github-actions github-actions bot temporarily deployed to 895 January 24, 2024 18:38 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 404b0d1 to 9860fe3 Compare January 29, 2024 19:53
@renovate renovate bot changed the title fix(deps): update material-ui monorepo to v5.15.5 fix(deps): update material-ui monorepo to v5.15.6 Jan 29, 2024
@github-actions github-actions bot temporarily deployed to 895 January 29, 2024 19:56 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 9860fe3 to cb36e6b Compare February 4, 2024 16:27
@github-actions github-actions bot temporarily deployed to 895 February 4, 2024 16:37 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 182e9e9 to 8e94fc5 Compare February 4, 2024 16:50
@github-actions github-actions bot temporarily deployed to 895 February 4, 2024 17:04 Destroyed
@github-actions github-actions bot temporarily deployed to 895 February 4, 2024 17:05 Destroyed
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from e43ea26 to 860973e Compare February 4, 2024 17:12
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 860973e to 9d35249 Compare February 4, 2024 19:26
@github-actions github-actions bot temporarily deployed to 895 February 4, 2024 19:34 Destroyed
@lupino3 lupino3 merged commit 4196e7a into master Feb 5, 2024
15 checks passed
@lupino3 lupino3 deleted the renovate/material-ui-monorepo branch February 5, 2024 07:31
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.

None yet

2 participants