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

[WIP] feat: Upgrade Material IU to v6 #6490

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

alicanerdurmaz
Copy link
Member

@alicanerdurmaz alicanerdurmaz commented Nov 13, 2024

🚨 This PR is still a work in progress, but the status is not "draft" because some workflows are not configured to work in "draft" mode.

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

⚠️ No Changeset found

Latest commit: 8b3cf2f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a 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
@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
Copy link

cypress bot commented Nov 15, 2024

refine    Run #11631

Run Properties:  status check failed Failed #11631  •  git commit 19c018f64a ℹ️: Merge 8b3cf2f88387dd8ac6da58324b86c633e21cc176 into 961e1fea5e505d133d735bd99111...
Project refine
Branch Review RK-798-refine-mui-6-upgrade
Run status status check failed Failed #11631
Run duration 29m 13s
Commit git commit 19c018f64a ℹ️: Merge 8b3cf2f88387dd8ac6da58324b86c633e21cc176 into 961e1fea5e505d133d735bd99111...
Committer Alican Erdurmaz
View all properties for this run ↗︎

Test results
Tests that failed  Failures 3
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 380
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/e2e/table-material-ui-use-data-grid/all.cy.ts • 1 failed test • table-material-ui-use-data-grid

View Output

Test Artifacts
table-material-ui-use-data-grid > should work with sorter Test Replay Screenshots
Failed  cypress/e2e/table-material-ui-use-delete-many/all.cy.ts • 1 failed test • table-material-ui-use-delete-many

View Output

Test Artifacts
table-material-ui-use-delete-many > should be able to delete all selected rows Test Replay Screenshots
Failed  cypress/e2e/table-material-ui-use-update-many/all.cy.ts • 1 failed test • table-material-ui-use-update-many

View Output

Test Artifacts
table-material-ui-use-update-many > should be able to update all selected rows Test Replay Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Support for MUI v6
2 participants