8000 Bump @mui/material from 5.10.10 to 5.10.11 in /frontend by dependabot[bot] · Pull Request #2070 · timmo001/system-bridge · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump @mui/material from 5.10.10 to 5.10.11 in /frontend #2070

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps @mui/material from 5.10.10 to 5.10.11.

Release notes

Sourced from @​mui/material's releases.

v5.10.11

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

  • 🔧 Moved components to slots prop starting at MUI Base to create consistency across products
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

@mui/material@5.10.11

  • [InputBase] Fix onInvalid to use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @​KuSh
  • [Alert] Add components and componentsProps props to allow close action overrides (#33582) @​jake-collibra

@mui/base@5.0.0-alpha.103

BREAKING CHANGE

  • [base] components -> slots API rename (#34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
  • [base] Make CSS class prefixes consistent (#33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components. If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };

Changes

@mui/joy@5.0.0-alpha.51

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.10.11

Oct 25, 2022

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

  • 🔧 Moved components to slots prop starting at MUI Base to create consistency across products
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements

@mui/material@5.10.11

  • [InputBase] Fix onInvalid to use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @​KuSh
  • [Alert] Add components and componentsProps props to allow close action overrides (#33582) @​jake-collibra

@mui/base@5.0.0-alpha.103

BREAKING CHANGE

  • [base] components -> slots API rename (#34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
  • [base] Make CSS class prefixes consistent (#33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components. If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };

Changes

@mui/joy@5.0.0-alpha.51

Docs

... (truncated)

Commits
  • c80ff03 5.10.11 (#34879)
  • c39a2e5 [docs] Update new links to MD2 (#34848)
  • 4f90054 [InputBase] Fix onInvalid to use HTMLInputElement | HTMLTextAreaElement Ele...
  • a7a2901 [Alert] Add components and componentsProps props to allow close action ov...
  • e147ab7 [base] Make CSS class prefixes consistent (#33411)
  • 9f2711b [base] components -> slots API rename (#34693)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. javascript labels Oct 25, 2022
@github-actions github-actions bot enabled auto-merge (squash) October 25, 2022 18:22
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.10 to 5.10.11.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.10.11/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/mui/material-5.10.11 branch from 843b2ff to 107056f Compare October 25, 2022 18:26
@github-actions github-actions bot merged commit 0864fb1 into master Oct 25, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/frontend/mui/material-5.10.11 branch October 25, 2022 18:29
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2022
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0