jacokok / bingo

Buzzword Bingo Generator
https://jacokok.github.io/bingo/
MIT License
2 stars 1 forks source link

Bump @mui/material from 5.0.6 to 5.1.1 #106

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @mui/material from 5.0.6 to 5.1.1.

Release notes

Sourced from @​mui/material's releases.

v5.1.1

Nov 16, 2021

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

  • 🛠 Renamed @mui/core to @mui/base (#29585) @​michaldudak.
  • And many more 🐛 bug fixes and 📚 improvements.

@mui/material@5.1.1

@mui/base@5.0.0-alpha.55

Breaking changes

  • ​[core] Rename mui/core to mui/base (#29585) @​michaldudak

    Based on the results of the poll and our internal discussions, we decided to rename the @mui/core package to @mui/base. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @​mui/core was effectively a subset of MUI Core. This was confusing.

    The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a base to build on.

    -import { useSwitch } from '@mui/core/SwitchUnstyled';
    +import { useSwitch } from '@mui/base/SwitchUnstyled';
    

@mui/lab@5.0.0-alpha.55

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.1.1

Nov 16, 2021

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

  • 🛠 Renamed @mui/core to @mui/base (#29585) @​michaldudak.
  • And many more 🐛 bug fixes and 📚 improvements.

@mui/material@5.1.1

@mui/base@5.0.0-alpha.55

Breaking changes

  • ​[core] Rename mui/core to mui/base (#29585) @​michaldudak

    Based on the results of the poll and our internal discussions, we decided to rename the @mui/core package to @mui/base. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @​mui/core was effectively a subset of MUI Core. This was confusing.

    The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a base to build on.

    -import { useSwitch } from '@mui/core/SwitchUnstyled';
    +import { useSwitch } from '@mui/base/SwitchUnstyled';
    

@mui/lab@5.0.0-alpha.55

Docs

... (truncated)

Commits


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 will merge this PR once CI passes on it, as requested by @jacokok.


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[bot] commented 2 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot[bot] commented 2 years ago

Superseded by #108.