Open renovate[bot] opened 5 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @mui/x-data-grid@5.8.0
npm ERR! Found: react@18.0.0
npm ERR! node_modules/react
npm ERR! react@"18.0.0" from the root project
npm ERR! peer react@">=16.8.0" from @emotion/react@11.9.0
npm ERR! node_modules/@emotion/react
npm ERR! @emotion/react@"11.9.0" from the root project
npm ERR! peer @emotion/react@"^11.0.0-rc.0" from @emotion/styled@11.8.1
npm ERR! node_modules/@emotion/styled
npm ERR! @emotion/styled@"11.8.1" from the root project
npm ERR! 3 more (@mui/material, @mui/styled-engine, @mui/system)
npm ERR! 3 more (@mui/material, @mui/styled-engine, @mui/system)
npm ERR! 14 more (@emotion/styled, @mui/base, @mui/icons-material, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.2" from @mui/x-data-grid@5.8.0
npm ERR! node_modules/@mui/x-data-grid
npm ERR! @mui/x-data-grid@"5.8.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR! peer react@"^17.0.2" from @mui/x-data-grid@5.8.0
npm ERR! node_modules/@mui/x-data-grid
npm ERR! @mui/x-data-grid@"5.8.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-08-31T11_30_43_887Z-debug-0.log
This PR contains the following updates:
12.1.4
->16.0.1
Release Notes
testing-library/react-testing-library (@testing-library/react)
### [`v16.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...3dcd8a9649e25054c0e650d95fca2317b7008576) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1) ### [`v16.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v16.0.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0) ##### Features - Move `@testing-library/dom` and `@types/react-dom` to peer dependencies ([#1305](https://redirect.github.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://redirect.github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636)) ##### BREAKING CHANGES - `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency. `@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`. ### [`v15.0.7`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...c1f2957a219ec7e6a6159a57c5d0717655c515cd) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7) ### [`v15.0.6`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6) ### [`v15.0.5`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...f6a1677501b53471f6a989078726aeb0dea114be) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5) ### [`v15.0.4`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...48282c2f35fb7338834b40983c12b889af35f5d1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4) ### [`v15.0.3`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v15.0.3) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.3) ##### Bug Fixes - Don't raise TypeScript errors when hydating `document` ([#1304](https://redirect.github.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://redirect.github.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf)) ### [`v15.0.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...c63b873072d62c858959c2a19e68f8e2cc0b11be) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.1...v15.0.2) ### [`v15.0.1`](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...1645d21950ab8e3c6740b7e51b8a179a4c975c24) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v15.0.0...v15.0.1) ### [`v15.0.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...787cb85f8baa3d2e2a9916b7dad12c0a76d787a4) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.1...v15.0.0) ### [`v14.3.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.3.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.3.0...v14.3.1) ##### Bug Fixes - Stop using nullish coalescing ([#1300](https://redirect.github.com/testing-library/react-testing-library/issues/1300)) ([8434a24](https://redirect.github.com/testing-library/react-testing-library/commit/8434a24ce79583d1359f58563c5f3981e729eb1c)) ### [`v14.3.0`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.2...v14.3.0) ### [`v14.2.2`](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2) ### [`v14.2.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1) ##### Bug Fixes - Update types to support all possible react component return values ([#1272](https://redirect.github.com/testing-library/react-testing-library/issues/1272)) ([55e79c2](https://redirect.github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9)) ### [`v14.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.2.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0) ##### Features - add `reactStrictMode` option to enable strict mode render ([#1241](https://redirect.github.com/testing-library/react-testing-library/issues/1241)) ([0880eba](https://redirect.github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959)) ### [`v14.1.2`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.2) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2) ##### Bug Fixes - revert missing hooks warnings ([#1255](https://redirect.github.com/testing-library/react-testing-library/issues/1255)) ([1c67477](https://redirect.github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d)) ### [`v14.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1) ##### Bug Fixes - log globals warning only once ([#1252](https://redirect.github.com/testing-library/react-testing-library/issues/1252)) ([fd52a59](https://redirect.github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d)), closes [#1249](https://redirect.github.com/testing-library/react-testing-library/issues/1249) ### [`v14.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.1.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0) ##### Features - add warnings when globals are missing ([#1244](https://redirect.github.com/testing-library/react-testing-library/issues/1244)) ([d80319f](https://redirect.github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6)) ### [`v14.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v14.0.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0) ##### Bug Fixes - Prevent "missing act" warning for queued microtasks ([#1137](https://redirect.github.com/testing-library/react-testing-library/issues/1137)) ([f78839b](https://redirect.github.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e)) ##### Features - Bump `@testing-library/dom` to 9.0.0 ([#1177](https://redirect.github.com/testing-library/react-testing-library/issues/1177)) ([6653c23](https://redirect.github.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898)) - Drop support for Node.js 12.x ([#1169](https://redirect.github.com/testing-library/react-testing-library/issues/1169)) ([9b7a1e2](https://redirect.github.com/testing-library/react-testing-library/commit/9b7a1e2bea5bf20ba9728f98eb7c68cdb80b7fdd)) ##### BREAKING CHANGES - See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0 - Minimum supported Node.js version is now 14.x ### [`v13.4.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.4.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0) ##### Features - **renderHook:** allow passing of all render options to renderHook ([#1118](https://redirect.github.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://redirect.github.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678)) ### [`v13.3.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.3.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0) ##### Features - Use `globalThis` if available ([#1070](https://redirect.github.com/testing-library/react-testing-library/issues/1070)) ([c80809a](https://redirect.github.com/testing-library/react-testing-library/commit/c80809a956b0b9f3289c4a6fa8b5e8cc72d6ef6d)) ### [`v13.2.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.2.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0) ##### Features - Export RenderHookOptions type ([#1062](https://redirect.github.com/testing-library/react-testing-library/issues/1062)) ([46b28ad](https://redirect.github.com/testing-library/react-testing-library/commit/46b28ade730f97a49a253d630f5b97c17ff24f6e)) ### [`v13.1.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **TS:** export interface RenderHookResult ([#1049](https://redirect.github.com/testing-library/react-testing-library/issues/1049)) ([9171163](https://redirect.github.com/testing-library/react-testing-library/commit/9171163fccf0a7ea43763475ca2980898b4079a5)) ### [`v13.1.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.1.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0) ##### Features - Add `renderHook` ([#991](https://redirect.github.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://redirect.github.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa)) ### [`v13.0.1`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.1) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1) ##### Bug Fixes - Specify a non-\* version for [@types/react-dom](https://redirect.github.com/types/react-dom) ([#1040](https://redirect.github.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://redirect.github.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0)) ### [`v13.0.0`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v13.0.0) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0) ##### Features - Add support for React 18 ([#1031](https://redirect.github.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://redirect.github.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed)) ##### BREAKING CHANGES - Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://redirect.github.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://redirect.github.com/reactwg/react-18/discussions/4). To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings. ### [`v12.1.5`](https://redirect.github.com/testing-library/react-testing-library/releases/tag/v12.1.5) [Compare Source](https://redirect.github.com/testing-library/react-testing-library/compare/v12.1.4...v12.1.5) ##### Bug Fixes - Only supports React < 18 ([#1041](https://redirect.github.com/testing-library/react-testing-library/issues/1041)) ([9e2b5db](https://redirect.github.com/testing-library/react-testing-library/commit/9e2b5dbb4632799ae38f1341cb79ef35d1bd6652))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.