Skip to content

Replace dependency @material-ui/core with @mui/material ^5.0.0 #194

Replace dependency @material-ui/core with @mui/material ^5.0.0

Replace dependency @material-ui/core with @mui/material ^5.0.0 #194

Triggered via pull request August 9, 2023 12:14
Status Failure
Total duration 6m 23s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests (13.8.0): src/js/components/MainScreen/BackupPopover.tsx#L1
Cannot find module '@material-ui/core/IconButton' or its corresponding type declarations.
tests (13.8.0): src/js/components/MainScreen/BackupPopover.tsx#L1
Cannot find module '@material-ui/core/Popover' or its corresponding type declarations.
tests (13.8.0): src/js/components/MainScreen/BookmarkCard.tsx#L1
Cannot find module '@material-ui/core/IconButton' or its corresponding type declarations.
tests (13.8.0): src/js/components/MainScreen/HelpPopover.tsx#L1
Cannot find module '@material-ui/core/IconButton' or its corresponding type declarations.
tests (13.8.0): src/js/components/MainScreen/HelpPopover.tsx#L1
Cannot find module '@material-ui/core/Popover' or its corresponding type declarations.
tests (13.8.0): src/js/components/MainScreen/HelpPopover.tsx#L1
Cannot find module '@material-ui/core/Typography' or its corresponding type declarations.
tests (13.8.0): src/js/components/common/Header.tsx#L1
Cannot find module '@material-ui/core/AppBar' or its corresponding type declarations.
tests (13.8.0): src/js/components/common/Header.tsx#L1
Cannot find module '@material-ui/core/Toolbar' or its corresponding type declarations.
tests (13.8.0): src/js/components/common/Header.tsx#L1
Cannot find module '@material-ui/core/Typography' or its corresponding type declarations.
tests (13.8.0): src/js/screens/AddScreen.tsx#L1
Cannot find module '@material-ui/core/IconButton' or its corresponding type declarations.
tests (13.8.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/