Skip to content

Commit

Permalink
fix(deps): update dependency @mui/joy to v5.0.0-beta.0 (#196)
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-alpha.89` ->
`5.0.0-beta.0`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-alpha.89/5.0.0-beta.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

<!-- generated comparing v5.0.0-alpha.38..next -->

*Jul 01, 2021*

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

- 🎉 This is the first beta release of v5! A huge thanks to everyone who
helped to make this happen! We're targeting the 1st of September for a
stable release, and will use the next two months to polish v5, and ease
the migration from v4. You can follow [the v5 stable
milestone](https://togithub.com/mui/material-ui/milestone/44) for more
details. We now encourage any new projects to start on v5.
-   🚀 We have completed all the planned breaking changes.
- ⚒️ We added the codemod CLI to simplify migration to v5
([#&#8203;26941](https://togithub.com/mui/material-ui/issues/26941))
[@&#8203;eps1lon](https://togithub.com/eps1lon). You can find it at
[`@material-ui/codemod`](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-codemod).
- 🐛 The majority of other changes in this release were bug fixes, test
utilities and docs.

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

##### Breaking changes

- \[Tabs] Remove unnecessary wrapper from Tab
([#&#8203;26926](https://togithub.com/mui/material-ui/issues/26926))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

`span` element that wraps children has been removed. `wrapper` classKey
is also removed. More details about [this
change](https://togithub.com/mui/material-ui/pull/26666).

    ```diff
     <button class="MuiTab-root">
    -  <span class="MuiTab-wrapper">
        {icon}
        {label}
    -  </span>
     </button>
    ```

- \[BottomNavigation] Remove wrapper from BottomNavigationAction
([#&#8203;26923](https://togithub.com/mui/material-ui/issues/26923))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

`span` element that wraps children has been removed. `wrapper` classKey
is also removed. More details about [this
change](https://togithub.com/mui/material-ui/pull/26666).

    ```diff
     <button class="MuiBottomNavigationAction-root">
    -  <span class="MuiBottomNavigationAction-wrapper">
         {icon}
         <span class="MuiBottomNavigationAction-label">
           {label}
         </span>
    -  </span>
     </button>
    ```

##### Changes

- ​<!-- 19 -->\[Box] Fix TypeScript error on maxWidth prop
([#&#8203;26859](https://togithub.com/mui/material-ui/issues/26859))
[@&#8203;ansh-saini](https://togithub.com/ansh-saini)
- ​<!-- 04 -->\[Dialog] Automatically label by its DialogTitle
([#&#8203;26814](https://togithub.com/mui/material-ui/issues/26814))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 32 -->\[Hidden] Bring back and mark as deprecated
([#&#8203;26908](https://togithub.com/mui/material-ui/issues/26908))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 53 -->\[List] Add button runtime deprecation warning
([#&#8203;26743](https://togithub.com/mui/material-ui/issues/26743))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 03 -->\[Modal] Type BackdropProps according to styled version
([#&#8203;26836](https://togithub.com/mui/material-ui/issues/26836))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 21 -->\[Radio] Fix `defaultValue` to match the other value types
([#&#8203;26945](https://togithub.com/mui/material-ui/issues/26945))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 48 -->\[Stepper] Add completed to global pseudo-classes
([#&#8203;26953](https://togithub.com/mui/material-ui/issues/26953))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)
- ​<!-- 25 -->\[Stepper] Fix support for no connectors
([#&#8203;26874](https://togithub.com/mui/material-ui/issues/26874))
[@&#8203;varandasi](https://togithub.com/varandasi)
- ​<!-- 20 -->\[TextField] Prevent `hiddenLabel` from spreading to DOM
([#&#8203;26864](https://togithub.com/mui/material-ui/issues/26864))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 18 -->\[TextField] Fix label disappearing when focusing a button
([#&#8203;26933](https://togithub.com/mui/material-ui/issues/26933))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)

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

- ​<!-- 37 -->\[codemod] Add CLI
([#&#8203;26941](https://togithub.com/mui/material-ui/issues/26941))
[@&#8203;eps1lon](https://togithub.com/eps1lon)

#####
[@&#8203;material-ui/icons](https://togithub.com/material-ui/icons)[@&#8203;5](https://togithub.com/5).0.0-beta.0

- ​<!-- 29 -->\[icons] Regenerate transpiled files
([#&#8203;26985](https://togithub.com/mui/material-ui/issues/26985))
[@&#8203;eps1lon](https://togithub.com/eps1lon)

#####
[@&#8203;material-ui/lab](https://togithub.com/material-ui/lab)[@&#8203;5](https://togithub.com/5).0.0-alpha.39

##### Breaking changes

- \[DatePicker] Remove helper text default value
([#&#8203;26866](https://togithub.com/mui/material-ui/issues/26866))
[@&#8203;DouglasPds](https://togithub.com/DouglasPds)

Make the default rendered text field closer to the most common use cases
(denser).

    ```diff
     <DatePicker
       label="Helper text example"
       value={value}
       onChange={onChange}
       renderInput={(params) => (
    -    <TextField {...params} />
+ <TextField {...params} helperText={params?.inputProps?.placeholder} />
       )}
     >
    ```

##### Changes

- ​<!-- 12 -->\[lab] Fix missing dependency on unstyled
([#&#8203;26937](https://togithub.com/mui/material-ui/issues/26937))
[@&#8203;fishyFrogFace](https://togithub.com/fishyFrogFace)
- ​<!-- 50 -->\[pickers] Consider TDate in ToolbarComponent types
([#&#8203;27035](https://togithub.com/mui/material-ui/issues/27035))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)

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

- ​<!-- 14 -->\[system] Support array overridesResolver
([#&#8203;26824](https://togithub.com/mui/material-ui/issues/26824))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)

##### Docs

- ​<!-- 49 -->\[docs] Add notes to Table demo about stableSort
([#&#8203;27025](https://togithub.com/mui/material-ui/issues/27025))
[@&#8203;CarlosGomez-dev](https://togithub.com/CarlosGomez-dev)
- ​<!-- 47 -->\[docs] Add gold sponsor
([#&#8203;26968](https://togithub.com/mui/material-ui/issues/26968))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 42 -->\[docs] Update unstyled demos to not depend on
`@material-ui/core`
([#&#8203;26869](https://togithub.com/mui/material-ui/issues/26869))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 41 -->\[docs] Fix demo paths in windows
([#&#8203;27004](https://togithub.com/mui/material-ui/issues/27004))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 40 -->\[docs] Export all locales
([#&#8203;27002](https://togithub.com/mui/material-ui/issues/27002))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 38 -->\[docs] Misc CONTRIBUTING.md changes
([#&#8203;26925](https://togithub.com/mui/material-ui/issues/26925))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 35 -->\[docs] Fix /components/hidden merge conflict
([#&#8203;26997](https://togithub.com/mui/material-ui/issues/26997))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 26 -->\[docs] Fix 404 links
([#&#8203;26963](https://togithub.com/mui/material-ui/issues/26963))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 24 -->\[docs] Remove link that points to v4 blog post
([#&#8203;26960](https://togithub.com/mui/material-ui/issues/26960))
[@&#8203;steveafrost](https://togithub.com/steveafrost)
- ​<!-- 16 -->\[docs] Use custom webpack loader for markdown
([#&#8203;26774](https://togithub.com/mui/material-ui/issues/26774))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 11 -->\[docs] Fix 301 links
([#&#8203;26942](https://togithub.com/mui/material-ui/issues/26942))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 01 -->\[docs] Add page for the `sx` prop
([#&#8203;26769](https://togithub.com/mui/material-ui/issues/26769))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 52 -->\[docs] pre-fill issue when a demo crashes
([#&#8203;27034](https://togithub.com/mui/material-ui/issues/27034))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 54 -->\[docs] Move styled page under system
([#&#8203;26818](https://togithub.com/mui/material-ui/issues/26818))

##### Core

- ​<!-- 46 -->\[core] Inline rollup-plugin-size-snapshot
([#&#8203;26986](https://togithub.com/mui/material-ui/issues/26986))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 43 -->\[core] Remove unused props clone
([#&#8203;26992](https://togithub.com/mui/material-ui/issues/26992))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 36 -->\[core] Fix tests on Windows
([#&#8203;26931](https://togithub.com/mui/material-ui/issues/26931))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 31 -->\[core] Fix merge conflict between
[#&#8203;26954](https://togithub.com/mui/material-ui/issues/26954) and
[#&#8203;26874](https://togithub.com/mui/material-ui/issues/26874)
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 22 -->\[core] Upgrade issues-helper to v2
([#&#8203;26955](https://togithub.com/mui/material-ui/issues/26955))
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski)
- ​<!-- 05 -->\[core] Fix merge conflict
([#&#8203;26928](https://togithub.com/mui/material-ui/issues/26928))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 45 -->\[test] Convert HiddenCSS tests to testing-library
([#&#8203;27019](https://togithub.com/mui/material-ui/issues/27019))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 44 -->\[test] Convert NativeSelectInput tests to testing-library
([#&#8203;26952](https://togithub.com/mui/material-ui/issues/26952))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 39 -->\[test] Add a default mount implementation to conformance
tests
([#&#8203;26949](https://togithub.com/mui/material-ui/issues/26949))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 28 -->\[test] Update tests to pass react@next
([#&#8203;26967](https://togithub.com/mui/material-ui/issues/26967))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 27 -->\[test] Add types to describeConformanceV5
([#&#8203;26954](https://togithub.com/mui/material-ui/issues/26954))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 17 -->\[test] Use createPickerMount where appropriate
([#&#8203;26951](https://togithub.com/mui/material-ui/issues/26951))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 15 -->\[test] Convert SwipeableDrawer tests to testing-library
([#&#8203;26916](https://togithub.com/mui/material-ui/issues/26916))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 13 -->\[test] Convert Menu tests to testing-library
([#&#8203;26915](https://togithub.com/mui/material-ui/issues/26915))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 10 -->\[test] Convert Popover tests to testing-library
([#&#8203;26913](https://togithub.com/mui/material-ui/issues/26913))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 08 -->\[test] Convert Modal tests to testing-library
([#&#8203;26912](https://togithub.com/mui/material-ui/issues/26912))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 07 -->\[test] Make remaining testing-library tests StrictMode
compatible
([#&#8203;26924](https://togithub.com/mui/material-ui/issues/26924))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 51 -->\[test] Only allow wrapping enzyme mount not creating
([#&#8203;27018](https://togithub.com/mui/material-ui/issues/27018))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 06 -->\[typescript] Disallow spreading TransitionHandlerProps
([#&#8203;26927](https://togithub.com/mui/material-ui/issues/26927))
[@&#8203;eps1lon](https://togithub.com/eps1lon)

All contributors of this release in alphabetical order:
[@&#8203;ansh-saini](https://togithub.com/ansh-saini),
[@&#8203;BC-M](https://togithub.com/BC-M),
[@&#8203;CarlosGomez-dev](https://togithub.com/CarlosGomez-dev),
[@&#8203;DouglasPds](https://togithub.com/DouglasPds),
[@&#8203;eps1lon](https://togithub.com/eps1lon),
[@&#8203;fishyFrogFace](https://togithub.com/fishyFrogFace),
[@&#8203;michal-perlakowski](https://togithub.com/michal-perlakowski),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;steveafrost](https://togithub.com/steveafrost),
[@&#8203;varandasi](https://togithub.com/varandasi)

</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 1, 2023
1 parent 412423a commit 923677b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 31 deletions.
53 changes: 24 additions & 29 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-alpha.89",
"@mui/joy": "5.0.0-beta.0",
"@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-alpha.89",
"@mui/joy": "5.0.0-beta.0",
"@tailwindcss/typography": "^0.5.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
Expand Down

1 comment on commit 923677b

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 923677b Aug 1, 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-01T18:09:16.473Z

Please sign in to comment.