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

Update material-ui monorepo to v6.3.0 #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2024

This PR contains the following updates:

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

Release Notes

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

v6.3.0

Compare Source

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

v6.2.1

Compare Source

Dec 17, 2024

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

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

v6.2.0

Compare Source

Dec 10, 2024

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

  • Material UI is now compatible with React 19 (#​44672) @​DiegoAndai
  • Fixed incorrect aria-orientation for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#​44537) @​mj12albert
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​bharatkashyap, @​DiegoAndai, @​Janpot, @​mj12albert, @​mnajdova, @​sai6855, @​SuperMaxine, @​vladmoroz, @​ZeeshanTamboli

v6.1.10

Compare Source

Dec 3, 2024

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

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​renovate[bot], @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v6.1.9

Compare Source

Nov 27, 2024

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​flaviendelangle, @​joshkel, @​Juneezee, @​mesqueeb, @​mnajdova, @​oliviertassinari, @​sai6855, @​siriwatknp, @​StaceyD22

v6.1.8

Compare Source

Nov 20, 2024

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

TODO INSERT HIGHLIGHTS

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​JCQuintas, @​joserodolfofreitas, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v6.1.7

Compare Source

Nov 13, 2024

A big thanks to the 13 contributors who made this release possible.
This release includes fixes as well as documentation improvements.

@mui/[email protected]
@mui/[email protected]
  • Fix missing @types/hoist-non-react-statics causing styled returns any (#​44397) @​megos
Docs
Core

All contributors of this release in alphabetical order: @​Janpot, @​JCQuintas, @​megos, @​mnajdova, @​navedqb, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​vladmoroz, @​zanivan, @​ZeeshanTamboli

v6.1.6

Compare Source

Oct 30, 2024

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​blackcow1987, @​DiegoAndai, @​jimmycallin, @​joshkel, @​mnajdova, @​navedqb, @​nphmuller, @​o-alexandrov, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp

v6.1.5

Compare Source

Oct 22, 2024

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​ChinoUkaegbu, @​Janpot, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​snapwich

v6.1.4

Compare Source

Oct 15, 2024

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

@mui/[email protected]
Docs
Core

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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update material-ui monorepo to v5.16.6 Update material-ui monorepo to v5.16.7 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from e06357c to 18b1868 Compare August 9, 2024 11:39
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 18b1868 to 33ac951 Compare August 28, 2024 10:20
@renovate renovate bot changed the title Update material-ui monorepo to v5.16.7 Update material-ui monorepo to v6.0.2 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from bd20bc4 to 6edb82e Compare September 11, 2024 16:27
@renovate renovate bot changed the title Update material-ui monorepo to v6.0.2 Update material-ui monorepo to v6.1.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 6edb82e to f43921d Compare September 19, 2024 10:36
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.0 Update material-ui monorepo to v6.1.1 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from f43921d to ae92a01 Compare October 2, 2024 15:20
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.1 Update material-ui monorepo to v6.1.2 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from b360f0f to fcb2100 Compare October 9, 2024 13:09
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.2 Update material-ui monorepo to v6.1.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from fcb2100 to a3e238b Compare October 15, 2024 19:25
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.3 Update material-ui monorepo to v6.1.4 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from a3e238b to 0eaf870 Compare October 22, 2024 11:07
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.4 Update material-ui monorepo to v6.1.5 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 0eaf870 to c4f3a4f Compare October 30, 2024 14:12
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.5 Update material-ui monorepo to v6.1.6 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c4f3a4f to 999edb2 Compare November 13, 2024 16:38
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.6 Update material-ui monorepo to v6.1.7 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 999edb2 to 3add003 Compare November 20, 2024 16:11
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.7 Update material-ui monorepo to v6.1.8 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3add003 to 3842a7f Compare November 27, 2024 17:42
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.8 Update material-ui monorepo to v6.1.9 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3842a7f to 338d532 Compare December 4, 2024 11:00
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.9 Update material-ui monorepo to v6.1.10 Dec 4, 2024
@renovate renovate bot changed the title Update material-ui monorepo to v6.1.10 Update material-ui monorepo to v6.2.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 338d532 to 86f69a2 Compare December 17, 2024 17:14
@renovate renovate bot changed the title Update material-ui monorepo to v6.2.0 Update material-ui monorepo to v6.2.1 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 86f69a2 to ee75730 Compare December 23, 2024 19:41
@renovate renovate bot changed the title Update material-ui monorepo to v6.2.1 Update material-ui monorepo to v6.3.0 Dec 23, 2024
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.

0 participants