build(deps-dev): bump @mui/x-data-grid from 6.19.8 to 7.2.0 #286
Annotations
7 errors and 1 warning
Test:
src/components/_muiX/DataGrid/index.stories.tsx#L14
'"@mui/x-data-grid"' has no exported member named 'GridValueGetterParams'. Did you mean 'GridValueGetter'?
|
Test:
src/components/_muiX/DataGrid/index.stories.tsx#L193
Object literal may only specify known properties, and 'components' does not exist in type 'Partial<DataGridProps>'.
|
Test:
src/components/_muiX/DataGrid/index.test.tsx#L10
'"@mui/x-data-grid"' has no exported member named 'GridValueGetterParams'. Did you mean 'GridValueGetter'?
|
Test:
src/components/_muiX/DataGrid/index.test.tsx#L34
Type '{ autoHeight: true; autoPageSize: true; checkboxSelection: true; columnBuffer: number; columns: ({ field: string; flex: number; headerName: string; } | { field: string; flex: number; headerName: string; type: "number"; } | { ...; })[]; rows: ({ ...; } | ... 1 more ... | { ...; })[]; }' is not assignable to type 'IntrinsicAttributes & Omit<Partial<DataGridPropsWithDefaultValues<{ age: number; firstName: string; id: number; lastName: string; } | { age: null; firstName: string; id: number; lastName: string; } | { age: number; firstName: null; id: number; lastName: string; }>> & DataGridPropsWithComplexDefaultValueBeforeProcess...'.
|
Test:
src/styles/themeActEt/components.ts#L273
Object literal may only specify known properties, and 'components' does not exist in type 'Partial<DataGridProps>'.
|
Test:
src/styles/themeEncouraClassic/components.ts#L353
Object literal may only specify known properties, and 'components' does not exist in type 'Partial<DataGridProps>'.
|
Test
Process completed with exit code 1.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|