Skip to content

Commit 5ed7245

Browse files
committed
feat!: migrate to MUI v6
1 parent e72bbfb commit 5ed7245

File tree

6 files changed

+1663
-2616
lines changed

6 files changed

+1663
-2616
lines changed

.browserslistrc

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,58 @@
1-
# sync with https://github.com/mui/material-ui/blob/v5.12.1/.browserslistrc#L12-L27
2-
and_chr 91
3-
and_ff 89
4-
and_qq 10.4
5-
and_uc 12.12
6-
# > I recommend removing android from the list because from polyfill side it is very close to and_chr or chrome
7-
# https://github.com/browserslist/browserslist/issues/753
8-
# android 91
9-
baidu 7.12
10-
chrome 90
11-
edge 91
12-
firefox 78
13-
# 12.4 but 12.2-12.5 are treated equally in caniuse-lite.
14-
# Though caniuse-lite does not supporting finding an exact version in a range which is why `12.4` would result in "Unknown version 12.4 of ios_saf"
15-
ios_saf 12.2
1+
# sync with https://github.com/mui/material-ui/blob/v6.1.0/.browserslistrc#L17-L73
2+
and_chr 122
3+
and_chr 121
4+
and_ff 123
5+
and_ff 122
6+
and_qq 14.9
7+
and_uc 15.5
8+
# android 122
9+
# android 121
10+
chrome 122
11+
chrome 121
12+
chrome 120
13+
chrome 119
14+
chrome 109
15+
edge 122
16+
edge 121
17+
firefox 123
18+
firefox 122
19+
firefox 115
20+
ios_saf 17.4
21+
ios_saf 17.3
22+
ios_saf 17.2
23+
ios_saf 17.1
24+
ios_saf 17.0
25+
ios_saf 16.6-16.7
26+
ios_saf 16.5
27+
ios_saf 16.4
28+
ios_saf 16.3
29+
ios_saf 16.2
30+
ios_saf 16.1
31+
ios_saf 16.0
32+
ios_saf 15.6-15.8
33+
ios_saf 15.5
34+
ios_saf 15.4
35+
kaios 3.0-3.1
1636
kaios 2.5
1737
op_mini all
18-
# 76 -> 73 as caniuse database doesn't have 76 :/
19-
op_mob 73
38+
op_mob 80
39+
opera 108
40+
opera 107
41+
opera 106
42+
safari 17.4
43+
safari 17.3
44+
safari 17.2
45+
safari 17.1
46+
safari 17.0
47+
safari 16.6
48+
safari 16.5
49+
safari 16.4
50+
safari 16.3
51+
safari 16.2
52+
safari 16.1
53+
safari 16.0
54+
safari 15.6
55+
safari 15.5
56+
safari 15.4
57+
samsung 23
58+
samsung 22

.commitlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["@commitlint/config-angular"],
2+
"extends": ["@commitlint/config-conventional"],
33
"rules": {
44
"scope-case": [2, "always", "lower-case"],
55
"type-enum": [

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@textea/json-viewer": "workspace:^",
1414
"gray-matter": "^4.0.3",
1515
"next": "^13.5.6",
16-
"nextra": "^2.13.4",
17-
"nextra-theme-docs": "^2.13.4",
16+
"nextra": "2.13.3",
17+
"nextra-theme-docs": "2.13.3",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
},
7878
"devDependencies": {
7979
"@commitlint/cli": "^19.5.0",
80-
"@commitlint/config-angular": "^19.5.0",
80+
"@commitlint/config-conventional": "^19.5.0",
8181
"@emotion/react": "^11.13.3",
8282
"@emotion/styled": "^11.13.0",
83-
"@mui/material": "^5.16.7",
83+
"@mui/material": "^6.1.0",
8484
"@rollup/plugin-alias": "^5.1.0",
8585
"@rollup/plugin-commonjs": "^26.0.1",
8686
"@rollup/plugin-node-resolve": "^15.2.3",

0 commit comments

Comments
 (0)