Skip to content
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

Bump MUI Core #10604

Merged
merged 7 commits into from
Oct 19, 2023
Merged

Bump MUI Core #10604

merged 7 commits into from
Oct 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/base (source) ^5.0.0-beta.17 -> ^5.0.0-beta.20 age adoption passing confidence
@mui/icons-material (source) ^5.14.11 -> ^5.14.14 age adoption passing confidence
@mui/joy (source) ^5.0.0-beta.8 -> ^5.0.0-beta.11 age adoption passing confidence
@mui/material (source) ^5.14.11 -> ^5.14.14 age adoption passing confidence
@mui/styles (source) ^5.14.11 -> ^5.14.14 age adoption passing confidence
@mui/utils ^5.14.11 -> ^5.14.14 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/base)

v5.0.0-beta.20

Compare Source

v5.0.0-beta.19

Compare Source

v5.0.0-beta.18

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Oct 8, 2023
@mui-bot
Copy link

mui-bot commented Oct 8, 2023

Deploy preview: https://deploy-preview-10604--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 91b0e8b

@renovate renovate bot force-pushed the renovate/mui-core branch 6 times, most recently from dd07c1b to daac4bd Compare October 17, 2023 15:05
@renovate renovate bot force-pushed the renovate/mui-core branch from daac4bd to 7a63fc8 Compare October 19, 2023 07:35
@renovate
Copy link
Contributor Author

renovate bot commented Oct 19, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@LukasTy LukasTy mentioned this pull request Oct 19, 2023
1 task
@@ -189,7 +189,7 @@ async function initializeEnvironment(
await waitFor(async () => {
expect(await page.evaluate(() => document.activeElement?.textContent)).to.equal('100');
expect(await page.evaluate(() => document.activeElement?.getAttribute('role'))).to.equal(
'button',
'combobox',
Copy link
Member

Choose a reason for hiding this comment

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

The role of the Select component has been changed from button to combobox with mui/material-ui#38785
cc @mui/xgrid

@@ -623,7 +623,7 @@ describe('<DataGridPro /> - Edit components', () => {
userEvent.mousePress(screen.queryAllByRole('option')[1]);
clock.runToLast();
expect(screen.queryByRole('listbox')).to.equal(null);
fireEvent.keyDown(screen.getByRole('button', { name: 'Adidas' }), { key: 'Enter' });
fireEvent.keyDown(screen.getByRole('combobox'), { key: 'Enter' });
Copy link
Member

Choose a reason for hiding this comment

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

@mui/xgrid this solves https://app.circleci.com/pipelines/github/mui/mui-x/45749/workflows/9c314f13-57ea-433a-8816-783e8ff7510f/jobs/262589
Select is no longer a button, but a combobox and name no longer work in such cases.
The component (Select) might be missing some information to expose it, but in any case, there is only one combobox, thus, omitting the explicit name in this case seems like a decent compromise. 🤔

@LukasTy LukasTy merged commit faa67bb into master Oct 19, 2023
5 checks passed
@LukasTy LukasTy deleted the renovate/mui-core branch October 19, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants