Open renovate[bot] opened 1 year 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: @material-ui/core@4.11.4
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.0.0" from the root project
npm ERR! peer react@">= 16" from react-scripts@4.0.3
npm ERR! node_modules/react-scripts
npm ERR! dev react-scripts@"^4.0.3" from the root project
npm ERR! 5 more (react-syntax-highlighter, react-transition-group, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.11.4
npm ERR! node_modules/@material-ui/core
npm ERR! @material-ui/core@"^4.11.4" from the root project
npm ERR! peer @material-ui/core@"^4.0.0" from @material-ui/icons@4.11.2
npm ERR! node_modules/@material-ui/icons
npm ERR! @material-ui/icons@"^4.11.2" from the root project
npm ERR! 1 more (@material-ui/lab)
npm ERR!
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.11.4
npm ERR! node_modules/@material-ui/core
npm ERR! @material-ui/core@"^4.11.4" from the root project
npm ERR! peer @material-ui/core@"^4.0.0" from @material-ui/icons@4.11.2
npm ERR! node_modules/@material-ui/icons
npm ERR! @material-ui/icons@"^4.11.2" from the root project
npm ERR! 1 more (@material-ui/lab)
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/2023-01-02T10_57_16_483Z-debug-0.log
This PR contains the following updates:
^17.0.2
->^18.0.0
^17.0.2
->^18.0.0
^17.0.2
->^18.0.0
Release Notes
facebook/react (react)
### [`v18.3.1`](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://redirect.github.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@gnoff](https://redirect.github.com/gnoff) in [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@gnoff](https://redirect.github.com/gnoff) in [#24523](https://redirect.github.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@gnoff](https://redirect.github.com/gnoff) in [#24480](https://redirect.github.com/facebook/react/pull/24480) and [@acdlite](https://redirect.github.com/acdlite) in [#24532](https://redirect.github.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@gaearon](https://redirect.github.com/gaearon) in [#24459](https://redirect.github.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@salazarm](https://redirect.github.com/salazarm) and [@gnoff](https://redirect.github.com/gnoff) in [#24551](https://redirect.github.com/facebook/react/pull/24551) and [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@gnoff](https://redirect.github.com/gnoff) in [#24680](https://redirect.github.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@gnoff](https://redirect.github.com/gnoff) in [#24630](https://redirect.github.com/facebook/react/pull/24630)) - Disallow complex children inside `facebook/react (react-dom)
### [`v18.3.1`](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://redirect.github.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@gnoff](https://redirect.github.com/gnoff) in [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@gnoff](https://redirect.github.com/gnoff) in [#24523](https://redirect.github.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@gnoff](https://redirect.github.com/gnoff) in [#24480](https://redirect.github.com/facebook/react/pull/24480) and [@acdlite](https://redirect.github.com/acdlite) in [#24532](https://redirect.github.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@gaearon](https://redirect.github.com/gaearon) in [#24459](https://redirect.github.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@salazarm](https://redirect.github.com/salazarm) and [@gnoff](https://redirect.github.com/gnoff) in [#24551](https://redirect.github.com/facebook/react/pull/24551) and [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@gnoff](https://redirect.github.com/gnoff) in [#24680](https://redirect.github.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@gnoff](https://redirect.github.com/gnoff) in [#24630](https://redirect.github.com/facebook/react/pull/24630)) - Disallow complex children inside `facebook/react (react-test-renderer)
### [`v18.3.1`](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://redirect.github.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0) ### [`v18.2.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1820-June-14-2022) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@gnoff](https://redirect.github.com/gnoff) in [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@gnoff](https://redirect.github.com/gnoff) in [#24523](https://redirect.github.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@gnoff](https://redirect.github.com/gnoff) in [#24480](https://redirect.github.com/facebook/react/pull/24480) and [@acdlite](https://redirect.github.com/acdlite) in [#24532](https://redirect.github.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@gaearon](https://redirect.github.com/gaearon) in [#24459](https://redirect.github.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@salazarm](https://redirect.github.com/salazarm) and [@gnoff](https://redirect.github.com/gnoff) in [#24551](https://redirect.github.com/facebook/react/pull/24551) and [#24591](https://redirect.github.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@gnoff](https://redirect.github.com/gnoff) in [#24680](https://redirect.github.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@gnoff](https://redirect.github.com/gnoff) in [#24630](https://redirect.github.com/facebook/react/pull/24630)) - Disallow complex children inside `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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.