Skip to content

Commit 7f108b5

Browse files
fix(deps): update dependency @mui/joy to v5.0.0-beta.2 (#209)
[![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.1` -> `5.0.0-beta.2`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-beta.1/5.0.0-beta.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-beta.1/5.0.0-beta.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-beta.1/5.0.0-beta.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/joy)</summary> ### [`v5.0.0-beta.2`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta2) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.1...v5.0.0-beta.2) <!-- generated comparing v5.0.0-beta.1..next --> *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 ([#&#8203;27292](https://togithub.com/mui/material-ui/issues/27292)) [@&#8203;siriwatknp](https://togithub.com/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/core@5.0.0-beta.2` - ​<!-- 54 -->\[Autocomplete] Explain how the loading prop works ([#&#8203;27416](https://togithub.com/mui/material-ui/issues/27416)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - ​<!-- 49 -->\[Autocomplete] Update input value when the input changes ([#&#8203;27313](https://togithub.com/mui/material-ui/issues/27313)) [@&#8203;turtleseason](https://togithub.com/turtleseason) - ​<!-- 09 -->\[Autocomplete] Popper is not closing when the Autocomplete is disabled ([#&#8203;27312](https://togithub.com/mui/material-ui/issues/27312)) [@&#8203;Goodiec](https://togithub.com/Goodiec) - ​<!-- 42 -->\[Checkbox] Skip default hover styles with `disableRipple` ([#&#8203;27314](https://togithub.com/mui/material-ui/issues/27314)) [@&#8203;faan234](https://togithub.com/faan234) - ​<!-- 50 -->\[Dialog] Fix override paper styles ([#&#8203;27423](https://togithub.com/mui/material-ui/issues/27423)) [@&#8203;newsiberian](https://togithub.com/newsiberian) - ​<!-- 17 -->\[Grid] Remove width prop for rowSpacing ([#&#8203;27326](https://togithub.com/mui/material-ui/issues/27326)) [@&#8203;sashkopavlenko](https://togithub.com/sashkopavlenko) - ​<!-- 33 -->\[Input] Merge `componentsProps` correctly ([#&#8203;27371](https://togithub.com/mui/material-ui/issues/27371)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - ​<!-- 55 -->\[Pagination] Fixed usePagination requires [@&#8203;emotion](https://togithub.com/emotion) in development mode ([#&#8203;27348](https://togithub.com/mui/material-ui/issues/27348)) [@&#8203;ruppysuppy](https://togithub.com/ruppysuppy) - ​<!-- 07 -->\[Pagination] Fix :hover effect on previous/next button ([#&#8203;27304](https://togithub.com/mui/material-ui/issues/27304)) [@&#8203;Aubrey-Li](https://togithub.com/Aubrey-Li) - ​<!-- 03 -->\[Popper] Consistent timing of popper instance creation ([#&#8203;27233](https://togithub.com/mui/material-ui/issues/27233)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 45 -->\[Select] Add `SelectChangeEvent` for accurate types for event in onChange prop ([#&#8203;27370](https://togithub.com/mui/material-ui/issues/27370)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 18 -->\[Tabs] Use theme transition duration for the Tab animation ([#&#8203;27303](https://togithub.com/mui/material-ui/issues/27303)) [@&#8203;florianbepunkt](https://togithub.com/florianbepunkt) - ​<!-- 35 -->\[TextField] Allow custom colors in FormLabel ([#&#8203;27337](https://togithub.com/mui/material-ui/issues/27337)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 14 -->\[TextField] Fix name of componentsProps ([#&#8203;27338](https://togithub.com/mui/material-ui/issues/27338)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 04 -->\[transitions] Make sure inline styles used for transition values if declared ([#&#8203;27140](https://togithub.com/mui/material-ui/issues/27140)) [@&#8203;eps1lon](https://togithub.com/eps1lon) ##### `@material-ui/codemod@5.0.0-beta.2` - ​<!-- 57 -->\[codemod] Add `optimal-imports` for v5 ([#&#8203;27404](https://togithub.com/mui/material-ui/issues/27404)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - ​<!-- 48 -->\[codemod] Add jss to emotion codemod ([#&#8203;27292](https://togithub.com/mui/material-ui/issues/27292)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 34 -->\[codemod] Fix running codemod CLI on Windows ([#&#8203;27395](https://togithub.com/mui/material-ui/issues/27395)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - ​<!-- 32 -->\[codemod] Fix published version ([#&#8203;27384](https://togithub.com/mui/material-ui/issues/27384)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 10 -->\[codemod] Improve README.md ([#&#8203;27257](https://togithub.com/mui/material-ui/issues/27257)) [@&#8203;mnajdova](https://togithub.com/mnajdova) ##### `@material-ui/unstyled@5.0.0-alpha.41` - ​<!-- 36 -->\[NoSsr] Move NoSsr to the Unstyled package ([#&#8203;27356](https://togithub.com/mui/material-ui/issues/27356)) [@&#8203;michaldudak](https://togithub.com/michaldudak) ##### `@material-ui/utils@5.0.0-beta.1` - ​<!-- 43 -->\[utils] Convert createChainedFunction to TypeScript ([#&#8203;27386](https://togithub.com/mui/material-ui/issues/27386)) [@&#8203;eps1lon](https://togithub.com/eps1lon) ##### `@material-ui/system@5.0.0-beta.2` - ​<!-- 39 -->\[system] Compute display name of `styled` component if `name` isn't set ([#&#8203;27401](https://togithub.com/mui/material-ui/issues/27401)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 08 -->\[system] Adds missing type for `shouldForwardProp` ([#&#8203;27310](https://togithub.com/mui/material-ui/issues/27310)) [@&#8203;KLubin1](https://togithub.com/KLubin1) ##### `@material-ui/lab@5.0.0-alpha.41` - ​<!-- 58 -->\[pickers] Only accept dates from adapters in min/max props ([#&#8203;27392](https://togithub.com/mui/material-ui/issues/27392)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 15 -->\[pickers] Fallback to today if all possible dates are disabled ([#&#8203;27294](https://togithub.com/mui/material-ui/issues/27294)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 06 -->\[pickers] Minify error when LocalizationProvider is missing ([#&#8203;27295](https://togithub.com/mui/material-ui/issues/27295)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 01 -->\[pickers] Fix Fade animation behavior change ([#&#8203;27283](https://togithub.com/mui/material-ui/issues/27283)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) ##### Docs - ​<!-- 56 -->\[docs] Display Popper arrow correctly ([#&#8203;27339](https://togithub.com/mui/material-ui/issues/27339)) [@&#8203;Patil2099](https://togithub.com/Patil2099) - ​<!-- 53 -->\[docs] Focus pickers introduction on Material UI ([#&#8203;27394](https://togithub.com/mui/material-ui/issues/27394)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 51 -->\[docs] Fix wrong import path in [@&#8203;material-ui/styles](https://togithub.com/material-ui/styles) section ([#&#8203;27427](https://togithub.com/mui/material-ui/issues/27427)) [@&#8203;WeldonTan](https://togithub.com/WeldonTan) - ​<!-- 47 -->\[docs] Update color imports ([#&#8203;27321](https://togithub.com/mui/material-ui/issues/27321)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 38 -->\[docs] Sync params of callbacks between types and JSDoc description ([#&#8203;27366](https://togithub.com/mui/material-ui/issues/27366)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 37 -->\[docs] Add migration note for synthetic native events in onChange ([#&#8203;27368](https://togithub.com/mui/material-ui/issues/27368)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 31 -->\[docs] Improve unstyled docs ([#&#8203;27382](https://togithub.com/mui/material-ui/issues/27382)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 30 -->\[docs] Update `Transitions` page ([#&#8203;27319](https://togithub.com/mui/material-ui/issues/27319)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 29 -->\[docs] Add Unstyled components docs page ([#&#8203;27158](https://togithub.com/mui/material-ui/issues/27158)) [@&#8203;michaldudak](https://togithub.com/michaldudak) - ​<!-- 28 -->\[docs] Fix app bar regression ([#&#8203;27373](https://togithub.com/mui/material-ui/issues/27373)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - ​<!-- 27 -->\[docs] Update migration guide to have a section on nested classes ([#&#8203;27354](https://togithub.com/mui/material-ui/issues/27354)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - ​<!-- 25 -->\[docs] Convert App\* components to emotion ([#&#8203;27150](https://togithub.com/mui/material-ui/issues/27150)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 23 -->\[docs] Fix duplicate "Theme" header ([#&#8203;27353](https://togithub.com/mui/material-ui/issues/27353)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 22 -->\[docs] Remove horizontal scrollbar in MiniDrawer ([#&#8203;27055](https://togithub.com/mui/material-ui/issues/27055)) [@&#8203;AlvesJorge](https://togithub.com/AlvesJorge) - ​<!-- 21 -->\[docs] Add `makeStyles` explanation in troubleshooting ([#&#8203;27322](https://togithub.com/mui/material-ui/issues/27322)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 20 -->\[docs] Fix ExpansionPanel migration notes ([#&#8203;27352](https://togithub.com/mui/material-ui/issues/27352)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 19 -->\[docs] Transpile markdown files ([#&#8203;27349](https://togithub.com/mui/material-ui/issues/27349)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 12 -->\[docs] Fix typo in the word typography ([#&#8203;27329](https://togithub.com/mui/material-ui/issues/27329)) [@&#8203;tudi2d](https://togithub.com/tudi2d) - ​<!-- 11 -->\[docs] Use actual symbol of kilogram ([#&#8203;27332](https://togithub.com/mui/material-ui/issues/27332)) [@&#8203;getsnoopy](https://togithub.com/getsnoopy) - ​<!-- 02 -->\[docs] Make migration doc easier to follow ([#&#8203;26948](https://togithub.com/mui/material-ui/issues/26948)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) - ​<!-- 46 -->\[examples] Cleanup `gatsby` examples ([#&#8203;27375](https://togithub.com/mui/material-ui/issues/27375)) [@&#8203;mnajdova](https://togithub.com/mnajdova) - ​<!-- 41 -->\[examples] Create nextjs example using styled-components ([#&#8203;27088](https://togithub.com/mui/material-ui/issues/27088)) [@&#8203;hboylan](https://togithub.com/hboylan) - ​<!-- 26 -->\[examples] Update gatsby example to use custom plugin ([#&#8203;27357](https://togithub.com/mui/material-ui/issues/27357)) [@&#8203;mnajdova](https://togithub.com/mnajdova) ##### Core - ​<!-- 24 -->\[core] Remove obsolete styles documentation ([#&#8203;27350](https://togithub.com/mui/material-ui/issues/27350)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 13 -->\[core] Fix GitHub language detection ([#&#8203;27298](https://togithub.com/mui/material-ui/issues/27298)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari) - ​<!-- 44 -->\[test] Include coverage report of browser tests ([#&#8203;27389](https://togithub.com/mui/material-ui/issues/27389)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 40 -->\[test] Add current behavior for getDisplayName with context components ([#&#8203;27402](https://togithub.com/mui/material-ui/issues/27402)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 05 -->\[test] Enable skipped picker tests ([#&#8203;27268](https://togithub.com/mui/material-ui/issues/27268)) [@&#8203;eps1lon](https://togithub.com/eps1lon) - ​<!-- 52 -->\[website] Add hero section to homepage ([#&#8203;27364](https://togithub.com/mui/material-ui/issues/27364)) [@&#8203;siriwatknp](https://togithub.com/siriwatknp) All contributors of this release in alphabetical order: [@&#8203;AlvesJorge](https://togithub.com/AlvesJorge), [@&#8203;Aubrey-Li](https://togithub.com/Aubrey-Li), [@&#8203;eps1lon](https://togithub.com/eps1lon), [@&#8203;faan234](https://togithub.com/faan234), [@&#8203;florianbepunkt](https://togithub.com/florianbepunkt), [@&#8203;g](https://togithub.com/g) etsnoopy, [@&#8203;Goodiec](https://togithub.com/Goodiec), [@&#8203;hboylan](https://togithub.com/hboylan), [@&#8203;KLubin1](https://togithub.com/KLubin1), [@&#8203;michaldudak](https://togithub.com/michaldudak), [@&#8203;mnajdova](https://togithub.com/mnajdova), [@&#8203;newsiberian](https://togithub.com/newsiberian), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;Patil2099](https://togithub.com/Patil2099), [@&#8203;ruppysupp](https://togithub.com/ruppysupp) y, [@&#8203;sashkopavlenko](https://togithub.com/sashkopavlenko), [@&#8203;siriwatknp](https://togithub.com/siriwatknp), [@&#8203;tudi2d](https://togithub.com/tudi2d), [@&#8203;turtleseason](https://togithub.com/turtleseason), [@&#8203;WeldonTan](https://togithub.com/WeldonTan) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ec0eba commit 7f108b5

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wiki.creatorsgarten.org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@contentsgarten/server-utils": "workspace:*",
2121
"@emotion/react": "^11.10.6",
2222
"@emotion/styled": "^11.10.6",
23-
"@mui/joy": "5.0.0-beta.1",
23+
"@mui/joy": "5.0.0-beta.2",
2424
"@tailwindcss/typography": "^0.5.3",
2525
"@tanstack/react-query": "^4.26.1",
2626
"@trpc/client": "^10.16.0",

wiki.wonderful.software/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@contentsgarten/server-utils": "workspace:*",
1515
"@emotion/react": "^11.10.6",
1616
"@emotion/styled": "^11.10.6",
17-
"@mui/joy": "5.0.0-beta.1",
17+
"@mui/joy": "5.0.0-beta.2",
1818
"@tailwindcss/typography": "^0.5.3",
1919
"@tanstack/react-query": "^4.26.1",
2020
"@trpc/client": "^10.16.0",

0 commit comments

Comments
 (0)