From 14ee56d91481c265e6b1f2c8b4f619318ae8e1f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 10:53:47 +0200 Subject: [PATCH] chore(deps): update material-ui monorepo (#371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update material-ui monorepo * fix: test snapshots and deprecation warnings Co-authored-by: Renovate Bot Co-authored-by: Ivar Conradi Ă˜sthus --- frontend/package.json | 4 +- .../application-edit-component-test.js.snap | 4 +- .../view/__tests__/view-component-test.jsx | 1 + frontend/src/component/menu/Footer/Footer.jsx | 2 +- .../__snapshots__/footer-test.jsx.snap | 4 +- .../strategy-details-component-test.jsx.snap | 2 +- frontend/src/themes/main-theme.js | 4 +- frontend/yarn.lock | 44 +++++++++---------- 8 files changed, 33 insertions(+), 32 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d87b365521..ce73cbd127 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,9 +35,9 @@ "e2e:enterprise": "yarn run cypress open --config baseUrl='http://localhost:3000' --env PASSWORD_AUTH=true,ENTERPRISE=true,AUTH_TOKEN=$AUTH_TOKEN" }, "devDependencies": { - "@material-ui/core": "4.11.3", + "@material-ui/core": "4.12.3", "@material-ui/icons": "4.11.2", - "@material-ui/lab": "4.0.0-alpha.57", + "@material-ui/lab": "4.0.0-alpha.60", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.2.1", diff --git a/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap b/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap index aa39a68aa9..bf0c1bff96 100644 --- a/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap +++ b/frontend/src/component/application/__tests__/__snapshots__/application-edit-component-test.js.snap @@ -53,7 +53,7 @@ exports[`renders correctly with permissions 1`] = ` } >
'ProjectSelect'); jest.mock('../../tag-type-select-container', () => 'TagTypeSelect'); jest.mock('../../feature-tag-component', () => 'FeatureTagComponent'); jest.mock('../../add-tag-dialog-container', () => 'AddTagDialog'); +jest.spyOn(console, 'error').mockImplementation(); test('renders correctly with one feature', () => { const feature = { diff --git a/frontend/src/component/menu/Footer/Footer.jsx b/frontend/src/component/menu/Footer/Footer.jsx index b4c3017f57..e0eecc33dc 100644 --- a/frontend/src/component/menu/Footer/Footer.jsx +++ b/frontend/src/component/menu/Footer/Footer.jsx @@ -11,7 +11,7 @@ export const Footer = () => { return (