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

chore(deps): update material-ui monorepo #5939

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/icons-material (source) 5.15.3 -> 5.15.6 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.159 -> 5.0.0-alpha.162 age adoption passing confidence
@mui/material (source) 5.15.3 -> 5.15.6 age adoption passing confidence
@mui/x-date-pickers (source) 6.18.7 -> 6.19.2 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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/[email protected]
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

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

v5.0.0-alpha.161

mui/mui-x (@​mui/x-date-pickers)

v6.19.2

Compare Source

v6.19.0

Compare Source

Jan 11, 2024

We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

  • ⏰ Support date-fns v3 (#​11659) @​LukasTy
    Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    // with date-fns v3.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';
Date Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Docs

Configuration

📅 Schedule: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Jan 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 4:14pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Feb 1, 2024 4:14pm

@renovate renovate bot enabled auto-merge (squash) January 17, 2024 19:35
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from b56e1c8 to e575525 Compare January 18, 2024 07:29
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from e575525 to 8d499b0 Compare January 18, 2024 08:58
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8d499b0 to 4b711d9 Compare January 18, 2024 09:00
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4b711d9 to 00ceb4c Compare January 18, 2024 10:01
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 00ceb4c to c03097e Compare January 18, 2024 10:27
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 837d0d1 to bc7202d Compare January 18, 2024 10:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bc7202d to 40d19e2 Compare January 18, 2024 11:33
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 40d19e2 to 4f09604 Compare January 18, 2024 11:38
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4f09604 to 566e677 Compare January 18, 2024 11:53
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 566e677 to f4ba91d Compare January 18, 2024 12:15
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from f4ba91d to 9baa3a8 Compare January 18, 2024 12:34
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from 3198e59 to f40ac77 Compare January 18, 2024 13:40
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from b7b805a to c905014 Compare January 31, 2024 11:32
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c905014 to 7d9b1fd Compare January 31, 2024 12:20
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 7d9b1fd to 686d620 Compare January 31, 2024 12:33
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 686d620 to 0aff2b5 Compare January 31, 2024 13:35
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 0aff2b5 to 7876813 Compare February 1, 2024 06:11
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 7876813 to bf041ac Compare February 1, 2024 08:41
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from bf041ac to c507f13 Compare February 1, 2024 09:32
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c507f13 to 79c22dd Compare February 1, 2024 09:36
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 79c22dd to 7c6b0e7 Compare February 1, 2024 10:58
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 7c6b0e7 to c2990e2 Compare February 1, 2024 11:23
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c2990e2 to 3faddc2 Compare February 1, 2024 13:12
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3faddc2 to 5f617d7 Compare February 1, 2024 14:30
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 5f617d7 to c090cb8 Compare February 1, 2024 16:11
@renovate renovate bot merged commit b882016 into main Feb 1, 2024
13 checks passed
@renovate renovate bot deleted the renovate/material-ui-monorepo branch February 1, 2024 16:17
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