Bump @metamask/snaps-jest from 4.0.1 to 5.0.0 #124
Annotations
10 errors and 1 warning
Run yarn lint:
packages/site/src/components/Chart.tsx#L3
'@mui/x-charts' should be listed in the project's dependencies. Run 'npm i -S @mui/x-charts' to add it
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L3
`@mui/x-charts/LineChart` import should occur before import of `react`
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L4
'@mui/material' should be listed in the project's dependencies. Run 'npm i -S @mui/material' to add it
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L4
`@mui/material/Box` import should occur before import of `react`
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L7
Replace `⏎····const·xAxisData·=·Object.keys(data).map((key)·=>·parseInt(key.replace('price_',·''))` with `··const·xAxisData·=·Object.keys(data).map((key)·=>⏎····parseInt(key.replace('price_',·'')),⏎··`
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L8
Missing radix parameter
|
|
|
|
Run yarn lint:
packages/site/src/components/Chart.tsx#L13
Replace `····<Box·sx={{·backgroundColor:·'white',·p:·2,·borderRadius:·8,·borderColor:·'black',·border:·2,··marginTop:·'2·rem'·}}>` with `<Box⏎······sx={{⏎········backgroundColor:·'white',⏎········p:·2,⏎········borderRadius:·8,⏎········borderColor:·'black',⏎········border:·2,⏎········marginTop:·'2·rem',⏎······}}`
|
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/.
|
The logs for this run have expired and are no longer available.
Loading