Bump @mui/material from 5.14.18 to 5.15.11 #510
Annotations
7 errors and 2 warnings
Run tests (18.x):
src/view/components/FactoryInputArgument/ArgBooleanSelect.tsx#L24
Type '{ children: Element[]; sx: { color: "white"; }; value: string; onChange: (event: SelectChangeEvent<unknown>) => void; label: string; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x):
src/view/components/FactoryInputArgument/ArgEnum.tsx#L74
Type '{ children: Element[]; sx: { color: "white"; }; labelId: string; value: number; onChange: (event: SelectChangeEvent<unknown>) => void; label: Element; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x):
src/view/components/WalletConnectButton/AccountSelect/index.tsx#L44
Type '{ value: string; placeholder: string; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x):
src/view/components/WalletConnectButton/AccountSelect/index.tsx#L49
Type '{ value: string; placeholder: string; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x):
src/view/components/WalletConnectButton/AccountSelect/index.tsx#L61
Type '{ children: Element[]; value: string; placeholder: string; onChange: (event: SelectChangeEvent<unknown>) => void; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x):
src/view/components/WalletConnectButton/NetworkSelect.tsx#L168
Type '{ children: (Element | Element[])[]; placeholder: string; value: any; onChange: (event: SelectChangeEvent<unknown>) => void; }' is not assignable to type 'IntrinsicAttributes & (({ variant?: SelectVariants | undefined; } & Omit<SelectProps<unknown, SelectVariants>, "variant"> & MUIStyledCommonProps<...> & SelectProps) & {})'.
|
Run tests (18.x)
Process completed with exit code 2.
|
Run tests (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|