Skip to content

Commit e695b96

Browse files
fix(deps): bump the mui group with 2 updates (#5121)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bde8a36 commit e695b96

File tree

10 files changed

+160
-139
lines changed

10 files changed

+160
-139
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.12.0

babel.config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
[
44
"babel-plugin-styled-components",
55
{
6-
"displayName": true
6+
"displayName": false,
7+
"fileName": false
8+
}
9+
],
10+
[
11+
"@emotion/babel-plugin",
12+
{
13+
"autoLabel": "never"
714
}
815
]
916
]

babel.config.testing.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
[
1414
"babel-plugin-styled-components",
1515
{
16-
"displayName": true
16+
"displayName": false,
17+
"fileName": false
18+
}
19+
],
20+
[
21+
"@emotion/babel-plugin",
22+
{
23+
"autoLabel": "never"
1724
}
1825
]
1926
]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"dependencies": {
5353
"@emotion/react": "^11.14.0",
5454
"@emotion/styled": "^11.14.1",
55-
"@mui/icons-material": "^7.1.2",
56-
"@mui/material": "^7.1.2",
55+
"@mui/icons-material": "^7.3.4",
56+
"@mui/material": "^7.3.4",
5757
"@tanstack/react-query": "^5.90.2",
5858
"@types/styled-components": "^5.1.34",
5959
"ansi-styles": "^6.2.1",
@@ -84,6 +84,7 @@
8484
"devDependencies": {
8585
"@babel/core": "^7.28.5",
8686
"@babel/preset-env": "^7.28.5",
87+
"@emotion/babel-plugin": "^11.13.5",
8788
"@eslint/js": "9.37.0",
8889
"@parcel/config-default": "^2.15.4",
8990
"@parcel/core": "^2.15.4",

setup-jest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import failOnConsole from 'jest-fail-on-console'
44
global.TextEncoder = TextEncoder;
55
global.TextDecoder = TextDecoder as typeof global.TextDecoder;
66

7-
failOnConsole()
7+
failOnConsole()

ui/components/Input.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
import {
2-
TextField,
3-
// eslint-disable-next-line
4-
TextFieldProps,
5-
} from "@mui/material";
1+
import { TextField } from "@mui/material";
62
import * as React from "react";
73
import styled from "styled-components";
84

9-
export type InputProps = TextFieldProps;
5+
export type InputProps = React.ComponentProps<typeof TextField>;
106

117
function Input({ ...props }: InputProps) {
128
return <TextField {...props} />;

ui/components/Sync/__tests__/__snapshots__/SyncActions.test.tsx.snap

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -516,21 +516,21 @@ exports[`SyncActions snapshots non-suspended 1`] = `
516516
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd c7 css-12f4qvw-MuiFormControlLabel-root"
517517
>
518518
<span
519-
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-checked MuiRadio-root MuiRadio-colorPrimary css-1avr0ra-MuiButtonBase-root-MuiRadio-root"
519+
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-checked MuiRadio-root MuiRadio-colorPrimary css-1jxqxch-MuiButtonBase-root-MuiSwitchBase-root-MuiRadio-root"
520520
>
521521
<input
522522
checked=""
523-
class="PrivateSwitchBase-input css-j8yymo"
523+
class="PrivateSwitchBase-input css-12xagqm-MuiSwitchBase-root"
524524
name="source-radio-buttons-group"
525525
type="radio"
526526
value="WithSource"
527527
/>
528528
<span
529-
class="css-1qiat4j"
529+
class="css-9oxshb-MuiRadioButtonIcon-root"
530530
>
531531
<svg
532532
aria-hidden="true"
533-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1bz1rr0-MuiSvgIcon-root"
533+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-iy8fvg-MuiSvgIcon-root-MuiRadioButtonIcon-root"
534534
data-testid="RadioButtonUncheckedIcon"
535535
focusable="false"
536536
viewBox="0 0 24 24"
@@ -541,7 +541,7 @@ exports[`SyncActions snapshots non-suspended 1`] = `
541541
</svg>
542542
<svg
543543
aria-hidden="true"
544-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-z8nmqa-MuiSvgIcon-root"
544+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1pqw2bl-MuiSvgIcon-root-MuiRadioButtonIcon-root"
545545
data-testid="RadioButtonCheckedIcon"
546546
focusable="false"
547547
viewBox="0 0 24 24"
@@ -565,20 +565,20 @@ exports[`SyncActions snapshots non-suspended 1`] = `
565565
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd c7 css-12f4qvw-MuiFormControlLabel-root"
566566
>
567567
<span
568-
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary MuiRadio-root MuiRadio-colorPrimary css-1avr0ra-MuiButtonBase-root-MuiRadio-root"
568+
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary MuiRadio-root MuiRadio-colorPrimary css-1jxqxch-MuiButtonBase-root-MuiSwitchBase-root-MuiRadio-root"
569569
>
570570
<input
571-
class="PrivateSwitchBase-input css-j8yymo"
571+
class="PrivateSwitchBase-input css-12xagqm-MuiSwitchBase-root"
572572
name="source-radio-buttons-group"
573573
type="radio"
574574
value="WithoutSource"
575575
/>
576576
<span
577-
class="css-1qiat4j"
577+
class="css-9oxshb-MuiRadioButtonIcon-root"
578578
>
579579
<svg
580580
aria-hidden="true"
581-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1bz1rr0-MuiSvgIcon-root"
581+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-iy8fvg-MuiSvgIcon-root-MuiRadioButtonIcon-root"
582582
data-testid="RadioButtonUncheckedIcon"
583583
focusable="false"
584584
viewBox="0 0 24 24"
@@ -589,7 +589,7 @@ exports[`SyncActions snapshots non-suspended 1`] = `
589589
</svg>
590590
<svg
591591
aria-hidden="true"
592-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-o8rdeq-MuiSvgIcon-root"
592+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-cpa8b4-MuiSvgIcon-root-MuiRadioButtonIcon-root"
593593
data-testid="RadioButtonCheckedIcon"
594594
focusable="false"
595595
viewBox="0 0 24 24"
@@ -933,23 +933,23 @@ exports[`SyncActions snapshots suspended 1`] = `
933933
>
934934
<span
935935
aria-disabled="true"
936-
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-checked Mui-disabled MuiRadio-root MuiRadio-colorPrimary css-1a0qp0h-MuiButtonBase-root-MuiRadio-root"
936+
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-checked Mui-disabled MuiRadio-root MuiRadio-colorPrimary css-vzt8pi-MuiButtonBase-root-MuiSwitchBase-root-MuiRadio-root"
937937
tabindex="-1"
938938
>
939939
<input
940940
checked=""
941-
class="PrivateSwitchBase-input css-j8yymo"
941+
class="PrivateSwitchBase-input css-12xagqm-MuiSwitchBase-root"
942942
disabled=""
943943
name="source-radio-buttons-group"
944944
type="radio"
945945
value="WithSource"
946946
/>
947947
<span
948-
class="css-1qiat4j"
948+
class="css-9oxshb-MuiRadioButtonIcon-root"
949949
>
950950
<svg
951951
aria-hidden="true"
952-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1bz1rr0-MuiSvgIcon-root"
952+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-iy8fvg-MuiSvgIcon-root-MuiRadioButtonIcon-root"
953953
data-testid="RadioButtonUncheckedIcon"
954954
focusable="false"
955955
viewBox="0 0 24 24"
@@ -960,7 +960,7 @@ exports[`SyncActions snapshots suspended 1`] = `
960960
</svg>
961961
<svg
962962
aria-hidden="true"
963-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-z8nmqa-MuiSvgIcon-root"
963+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1pqw2bl-MuiSvgIcon-root-MuiRadioButtonIcon-root"
964964
data-testid="RadioButtonCheckedIcon"
965965
focusable="false"
966966
viewBox="0 0 24 24"
@@ -985,22 +985,22 @@ exports[`SyncActions snapshots suspended 1`] = `
985985
>
986986
<span
987987
aria-disabled="true"
988-
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled MuiRadio-root MuiRadio-colorPrimary css-1a0qp0h-MuiButtonBase-root-MuiRadio-root"
988+
class="MuiButtonBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled PrivateSwitchBase-root MuiRadio-root MuiRadio-colorPrimary Mui-disabled MuiRadio-root MuiRadio-colorPrimary css-vzt8pi-MuiButtonBase-root-MuiSwitchBase-root-MuiRadio-root"
989989
tabindex="-1"
990990
>
991991
<input
992-
class="PrivateSwitchBase-input css-j8yymo"
992+
class="PrivateSwitchBase-input css-12xagqm-MuiSwitchBase-root"
993993
disabled=""
994994
name="source-radio-buttons-group"
995995
type="radio"
996996
value="WithoutSource"
997997
/>
998998
<span
999-
class="css-1qiat4j"
999+
class="css-9oxshb-MuiRadioButtonIcon-root"
10001000
>
10011001
<svg
10021002
aria-hidden="true"
1003-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1bz1rr0-MuiSvgIcon-root"
1003+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-iy8fvg-MuiSvgIcon-root-MuiRadioButtonIcon-root"
10041004
data-testid="RadioButtonUncheckedIcon"
10051005
focusable="false"
10061006
viewBox="0 0 24 24"
@@ -1011,7 +1011,7 @@ exports[`SyncActions snapshots suspended 1`] = `
10111011
</svg>
10121012
<svg
10131013
aria-hidden="true"
1014-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-o8rdeq-MuiSvgIcon-root"
1014+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-cpa8b4-MuiSvgIcon-root-MuiRadioButtonIcon-root"
10151015
data-testid="RadioButtonCheckedIcon"
10161016
focusable="false"
10171017
viewBox="0 0 24 24"

0 commit comments

Comments
 (0)