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

feat: Upgrade Material IU to v6 #6490

Open
wants to merge 32 commits into
base: releases/december-2024
Choose a base branch
from

Conversation

alicanerdurmaz
Copy link
Member

@alicanerdurmaz alicanerdurmaz commented Nov 13, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

Material UI upgraded to 6.

- "@mui/icons-material": "^5.8.3",
+ "@mui/icons-material": "^6.1.6",
- "@mui/lab": "^5.0.0-alpha.85",
+ "@mui/lab": "^6.0.0-beta.14",
- "@mui/material": "^5.14.2",
+ "@mui/material": "^6.1.6",
- "@mui/system": "^5.15.15",
+ "@mui/system": "^6.1.6",

- "@mui/x-data-grid": "^6.6.0",
+ "@mui/x-data-grid": "^7.22.2",

What is the new behavior?

fixes #6333

@alicanerdurmaz alicanerdurmaz added this to the December '24 Release milestone Nov 13, 2024
Copy link

changeset-bot bot commented Nov 13, 2024

🦋 Changeset detected

Latest commit: 8599036

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@refinedev/inferencer Major
@refinedev/mui Major
@refinedev/live-previews Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Nov 13, 2024

@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 13, 2024 12:21 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 13, 2024 12:35 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 13, 2024 12:52 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 13, 2024 13:13 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 15, 2024 07:36 Inactive
@alicanerdurmaz alicanerdurmaz marked this pull request as ready for review November 15, 2024 07:39
@alicanerdurmaz alicanerdurmaz requested review from a team as code owners November 15, 2024 07:39
@alicanerdurmaz alicanerdurmaz changed the title feat: update material ui to 6 [WIP] feat: update material ui to 6 Nov 15, 2024
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 15, 2024 07:42 Inactive
@alicanerdurmaz alicanerdurmaz changed the title [WIP] feat: update material ui to 6 [WIP] feat: update Material IU to 6 Nov 15, 2024
@alicanerdurmaz alicanerdurmaz changed the title [WIP] feat: update Material IU to 6 [WIP] feat: Upgrade Material IU to v6 Nov 15, 2024
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 15, 2024 08:05 Inactive
Copy link

cypress bot commented Nov 15, 2024

refine    Run #11664

Run Properties:  status check passed Passed #11664  •  git commit 860e7e9ef3 ℹ️: Merge 859903668d3379fec30d021923900496c9d0d89f into 1981b1cf74e7d63ba597a339ed0c...
Project refine
Branch Review RK-798-refine-mui-6-upgrade
Run status status check passed Passed #11664
Run duration 18m 21s
Commit git commit 860e7e9ef3 ℹ️: Merge 859903668d3379fec30d021923900496c9d0d89f into 1981b1cf74e7d63ba597a339ed0c...
Committer Alican Erdurmaz
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 37
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 384
View all changes introduced in this branch ↗︎

@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 15, 2024 09:39 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 15, 2024 10:02 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 20, 2024 11:54 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 20, 2024 12:15 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 20, 2024 14:53 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 20, 2024 15:14 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 21, 2024 07:19 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 21, 2024 07:40 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 21, 2024 07:59 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 21, 2024 08:21 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 21, 2024 14:25 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 21, 2024 14:46 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 22, 2024 13:06 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-6490/merge November 22, 2024 13:20 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-6490 November 22, 2024 13:43 Inactive
@alicanerdurmaz alicanerdurmaz changed the title [WIP] feat: Upgrade Material IU to v6 feat: Upgrade Material IU to v6 Nov 22, 2024
@alicanerdurmaz alicanerdurmaz changed the base branch from master to releases/december-2024 November 25, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Support for MUI v6
2 participants