Skip to content

Commit

Permalink
fix(deps): update dependency @mui/joy to v5.0.0-beta.1 (#205)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/joy](https://mui.com/)
([source](https://togithub.com/mui/material-ui)) | [`5.0.0-beta.0` ->
`5.0.0-beta.1`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-beta.0/5.0.0-beta.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-beta.0/5.0.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-beta.0/5.0.0-beta.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mui/material-ui (@&#8203;mui/joy)</summary>

###
[`v5.0.0-beta.1`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta1)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.0...v5.0.0-beta.1)

<!-- generated comparing v5.0.0-beta.0..next -->

*Jul 14, 2021*

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

- ✨ We have introduced a new unstyled component: the Switch
([#&#8203;26688](https://togithub.com/mui/material-ui/issues/26688))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
You can find two new versions of the Switch. A component without any
styles:
[`SwitchUnstyled`](https://mui.com/components/switches/#unstyled), and a
hook:
[`useSwitch`](https://mui.com/components/switches/#useswitch-hook).

<a href="https://mui.com/components/switches/#unstyled"><img width="832"
alt="switch"
src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>

You can follow our progress at
[https://github.com/mui/material-ui/issues/27170](https://togithub.com/mui/material-ui/issues/27170).

- 💄 We have updated the default `info` `success` `warning` color to be
more accessible
([#&#8203;26817](https://togithub.com/mui/material-ui/issues/26817))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp).
You can find the new [default
values](https://mui.com/material-ui/customization/palette/#default-values)
in the documentation.

<a href="https://mui.com/customization/palette/#default-values"><img
width="780" alt="colors"
src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>

##### `@material-ui/[email protected]`

##### Breaking changes

- \[Fab] Remove no longer necessary span wrapper
([#&#8203;27112](https://togithub.com/mui/material-ui/issues/27112))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[ToggleButton] Remove no longer necessary span wrapper
([#&#8203;27111](https://togithub.com/mui/material-ui/issues/27111))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### Changes

- \[Autocomplete] Add componentsProps
([#&#8203;27183](https://togithub.com/mui/material-ui/issues/27183))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)
- \[Avatar] Fix support for crossOrigin
([#&#8203;27013](https://togithub.com/mui/material-ui/issues/27013))
[@&#8203;ShirasawaSama](https://togithub.com/ShirasawaSama)
- \[ButtonBase] Correct `disableRipple` API description
([#&#8203;27187](https://togithub.com/mui/material-ui/issues/27187))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[ButtonGroup] Add color palette types
([#&#8203;27215](https://togithub.com/mui/material-ui/issues/27215))
[@&#8203;ShirasawaSama](https://togithub.com/ShirasawaSama)
- \[SwitchBase] Bring back `checked` and mark as deprecated
([#&#8203;27047](https://togithub.com/mui/material-ui/issues/27047))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[TextField] Remove redundant useFormControl implementation
([#&#8203;27197](https://togithub.com/mui/material-ui/issues/27197))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[theme] Add missing MuiRating types to components.d.ts
([#&#8203;27086](https://togithub.com/mui/material-ui/issues/27086))
[@&#8203;rajzik](https://togithub.com/rajzik)
- \[theme] Remove `createV4Spacing` from `adaptV4Theme`
([#&#8203;27072](https://togithub.com/mui/material-ui/issues/27072))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[theme] Update default `info` `success` `warning` color
([#&#8203;26817](https://togithub.com/mui/material-ui/issues/26817))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[ToggleButton] Add color palette types
([#&#8203;27046](https://togithub.com/mui/material-ui/issues/27046))
[@&#8203;ShirasawaSama](https://togithub.com/ShirasawaSama)
- \[ToggleButton] Fix the api page
([#&#8203;27164](https://togithub.com/mui/material-ui/issues/27164))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### `@material-ui/[email protected]`

- \[Switch] Create SwitchUnstyled and useSwitch
([#&#8203;26688](https://togithub.com/mui/material-ui/issues/26688))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

##### `@material-ui/[email protected]`

- \[codemod] Add v5 important migration
([#&#8203;27032](https://togithub.com/mui/material-ui/issues/27032))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- \[codemod] Fix v5 codemods on Windows
([#&#8203;27254](https://togithub.com/mui/material-ui/issues/27254))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

##### `@material-ui/[email protected]`

- \[Box] Add breakpoint value support to maxWidth prop
([#&#8203;26984](https://togithub.com/mui/material-ui/issues/26984))
[@&#8203;ansh-saini](https://togithub.com/ansh-saini)

##### `@material-ui/[email protected]`

- \[CalendarPicker] Fix slide transition regression
([#&#8203;27273](https://togithub.com/mui/material-ui/issues/27273))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[CalendarPicker] Use transition components from core instead of a
custom implementation
([#&#8203;27043](https://togithub.com/mui/material-ui/issues/27043))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[pickers] Fix default value of text keys
([#&#8203;26990](https://togithub.com/mui/material-ui/issues/26990))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[TimePicker] Change default minutes and seconds to zero
([#&#8203;27037](https://togithub.com/mui/material-ui/issues/27037))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)

##### Docs

- \[blog] Q2 2021 Update
([#&#8203;27089](https://togithub.com/mui/material-ui/issues/27089))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Add information that the label prop in FormControlLabel is now
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)
- \[docs] Don't crash page if an Ad crashes
([#&#8203;27178](https://togithub.com/mui/material-ui/issues/27178))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Fix alt description of movavi backer
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix import source of hidden component
([#&#8203;27116](https://togithub.com/mui/material-ui/issues/27116))
[@&#8203;vimutti77](https://togithub.com/vimutti77)
- \[docs] Fix layout regression
([#&#8203;27272](https://togithub.com/mui/material-ui/issues/27272))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix syntax error in /styles/api markdown
([#&#8203;27176](https://togithub.com/mui/material-ui/issues/27176))
[@&#8203;sahil-blulabs](https://togithub.com/sahil-blulabs)
- \[docs] Fix the link for the sx props page
([#&#8203;27202](https://togithub.com/mui/material-ui/issues/27202))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[docs] Fix theme context example code
([#&#8203;27053](https://togithub.com/mui/material-ui/issues/27053))
[@&#8203;moshfeu](https://togithub.com/moshfeu)
- \[docs] Fix typo in CONTRIBUTING.md
([#&#8203;27218](https://togithub.com/mui/material-ui/issues/27218))
Ayush Dubey
- \[docs] Fix typos
([#&#8203;27074](https://togithub.com/mui/material-ui/issues/27074))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- \[docs] Improve nav semantics
([#&#8203;27138](https://togithub.com/mui/material-ui/issues/27138))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Migrate Ad\* components to emotion
([#&#8203;27159](https://togithub.com/mui/material-ui/issues/27159))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[docs] Migrate rest of the docs to emotion
([#&#8203;27184](https://togithub.com/mui/material-ui/issues/27184))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[docs] Move versions from \_app PageContext to page-specific context
([#&#8203;27078](https://togithub.com/mui/material-ui/issues/27078))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Only bundle one version of the demos in production
([#&#8203;27020](https://togithub.com/mui/material-ui/issues/27020))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Reduce layout shift on landing page
([#&#8203;27251](https://togithub.com/mui/material-ui/issues/27251))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Remove Ethical Ads
([#&#8203;27173](https://togithub.com/mui/material-ui/issues/27173))
[@&#8203;mbrookes](https://togithub.com/mbrookes)
- \[docs] Remove unused fs polyfill
([#&#8203;27069](https://togithub.com/mui/material-ui/issues/27069))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Remove usage of `url` package
([#&#8203;27151](https://togithub.com/mui/material-ui/issues/27151))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Replace react-text-mask with react-imask in integration
example
([#&#8203;27071](https://togithub.com/mui/material-ui/issues/27071))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)
- \[docs] Sort the size in a more logical order
([#&#8203;27186](https://togithub.com/mui/material-ui/issues/27186))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Use actual link to paperbase
([#&#8203;27063](https://togithub.com/mui/material-ui/issues/27063))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Use custom markdown loader for landing page
([#&#8203;27065](https://togithub.com/mui/material-ui/issues/27065))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[docs] Use webpack 5
([#&#8203;27077](https://togithub.com/mui/material-ui/issues/27077))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[examples] Fix CDN warning
([#&#8203;27229](https://togithub.com/mui/material-ui/issues/27229))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[examples] Remove `StyledEngineProvider` as JSS is not used
([#&#8203;27133](https://togithub.com/mui/material-ui/issues/27133))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[examples] Remove forgotten StyledEngineProvider
([#&#8203;27163](https://togithub.com/mui/material-ui/issues/27163))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- \[core] Batch small changes
([#&#8203;26970](https://togithub.com/mui/material-ui/issues/26970))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Configure Renovate
([#&#8203;27003](https://togithub.com/mui/material-ui/issues/27003))
[@&#8203;renovate](https://togithub.com/renovate)\[bot]
- \[core] Migrate remaining mentions of Dependabot to Renovate
([#&#8203;27118](https://togithub.com/mui/material-ui/issues/27118))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[core] Run yarn deduplicate on Renovate updates
([#&#8203;27115](https://togithub.com/mui/material-ui/issues/27115))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[test] Document broken React 18 behavior of Autocomplete
([#&#8203;27242](https://togithub.com/mui/material-ui/issues/27242))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[test] Increase BS timeout to 6min
([#&#8203;27179](https://togithub.com/mui/material-ui/issues/27179))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[test] Migrate regressions to emotion
([#&#8203;27010](https://togithub.com/mui/material-ui/issues/27010))
[@&#8203;vicasas](https://togithub.com/vicasas)
- \[test] Narrow down React 18 compat issues
([#&#8203;27134](https://togithub.com/mui/material-ui/issues/27134))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[test] Remove StyledEngineProvider usage from regressions and e2e
test [@&#8203;mnajdova](https://togithub.com/mnajdova)
- \[test] Run React 18 integration tests with new createRoot API
([#&#8203;26672](https://togithub.com/mui/material-ui/issues/26672))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[test] Update tests with latest state of StrictMode compatibility
([#&#8203;27042](https://togithub.com/mui/material-ui/issues/27042))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[test] Use DOM events instead of mocked, partial events
([#&#8203;27198](https://togithub.com/mui/material-ui/issues/27198))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- \[website] Open 4 new roles
([#&#8203;27123](https://togithub.com/mui/material-ui/issues/27123))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- \[blog] Danilo Leal joins Material UI
([#&#8203;27231](https://togithub.com/mui/material-ui/issues/27231))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

All contributors of this release in alphabetical order:
[@&#8203;eps1lon](https://togithub.com/eps1lon),
[@&#8203;mbrookes](https://togithub.com/mbrookes),
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;moshfeu](https://togithub.com/moshfeu),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;rajzik](https://togithub.com/rajzik),
[@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;sahil-blulabs](https://togithub.com/sahil-blulabs),
[@&#8203;ShirasawaSama](https://togithub.com/ShirasawaSama),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;vimutti77](https://togithub.com/vimutti77)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/creatorsgarten/contentsgarten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 1694be4 commit 74e568d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wiki.creatorsgarten.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@contentsgarten/server-utils": "workspace:*",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/joy": "5.0.0-beta.0",
"@mui/joy": "5.0.0-beta.1",
"@tailwindcss/typography": "^0.5.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
Expand Down
2 changes: 1 addition & 1 deletion wiki.wonderful.software/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@contentsgarten/server-utils": "workspace:*",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/joy": "5.0.0-beta.0",
"@mui/joy": "5.0.0-beta.1",
"@tailwindcss/typography": "^0.5.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
Expand Down

1 comment on commit 74e568d

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 74e568d Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
wonderwiki ✅ Deployed View Logs 2023-08-09T00:53:56.953Z

Please sign in to comment.