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

housekeeping: Update dependency @mui/base to v5.0.0-beta.36 #2928

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/base (source) 5.0.0-alpha.86 -> 5.0.0-beta.36 age adoption passing confidence

Release Notes

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

v5.0.0-beta.36

v5.0.0-beta.34

v5.0.0-beta.33

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

v5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855

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

  • ​[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#​39096) @​mj12albert

v5.0.0-beta.26

Compare Source

v5.0.0-beta.25

Compare Source

v5.0.0-beta.23

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

v5.0.0-beta.11

v5.0.0-beta.10

Compare Source

v5.0.0-beta.9

Compare Source

Breaking changes
Other changes

v5.0.0-beta.8

Compare Source

v5.0.0-beta.7

v5.0.0-beta.6

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
@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
@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: @​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

A big thanks to the 19 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]
Docs
Core

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 6, 2021

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

  • ​✨ jss-to-styled codemod has been improved to support createStyles and <React.Fragment> usage (#​27578) @​mnajdova
@material-ui/[email protected]
@material-ui/[email protected]
  • ​[system] Added top, left, right and bottom border color CSS properties to system (#​27580) @​R-Bower
@material-ui/[email protected]
@material-ui/[email protected]
Docs
Core

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

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

  • ✨ We introduced new codemod for converting JSS styles to emotion (#​27292) @​siriwatknp
    It should help 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]

Configuration

📅 Schedule: Branch creation - "every 2 week on monday" (UTC), 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 this update 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.

@renovate renovate bot requested a review from a team as a code owner February 12, 2024 01:52
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 7026b2b to 227eb02 Compare February 14, 2024 16:38
@renovate renovate bot changed the title housekeeping: Update dependency @mui/base to v5.0.0-beta.33 housekeeping: Update dependency @mui/base to v5.0.0-beta.34 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 227eb02 to 4ada33f Compare February 20, 2024 21:38
@renovate renovate bot changed the title housekeeping: Update dependency @mui/base to v5.0.0-beta.34 housekeeping: Update dependency @mui/base to v5.0.0-beta.35 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4ada33f to 90d3602 Compare February 22, 2024 13:00
@renovate renovate bot changed the title housekeeping: Update dependency @mui/base to v5.0.0-beta.35 housekeeping: Update dependency @mui/base to v5.0.0-beta.36 Feb 22, 2024
Copy link

This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the on hold label if this PR should remain open. If there is no further activity or the on hold label is not added, this PR will be closed in 3 days.

@github-actions github-actions bot added the stale Issue hasn't had activity in awhile label Feb 29, 2024
@github-actions github-actions bot closed this Mar 4, 2024
Copy link
Contributor Author

renovate bot commented Mar 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.0.0-beta.36). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/material-ui-monorepo branch March 4, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file stale Issue hasn't had activity in awhile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants