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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @edx/frontend-platform@8.0.1
npm error Found: react@18.3.1
npm error node_modules/react
npm error dev react@"18.3.1" from the root project
npm error peer react@">=16.3" from @fortawesome/react-fontawesome@0.2.0
npm error node_modules/@fortawesome/react-fontawesome
npm error @fortawesome/react-fontawesome@"0.2.0" from the root project
npm error 30 more (@fortawesome/react-fontawesome, @restart/context, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.9.0 || ^17.0.0" from @edx/frontend-platform@8.0.1
npm error node_modules/@edx/frontend-platform
npm error dev @edx/frontend-platform@"8.0.1" from the root project
npm error
npm error Conflicting peer dependency: react@17.0.2
npm error node_modules/react
npm error peer react@"^16.9.0 || ^17.0.0" from @edx/frontend-platform@8.0.1
npm error node_modules/@edx/frontend-platform
npm error dev @edx/frontend-platform@"8.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-06T10_52_12_350Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-06T10_52_12_350Z-debug-0.log
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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @edx/frontend-platform@8.1.2
npm error Found: react@18.3.1
npm error node_modules/react
npm error dev react@"18.3.1" from the root project
npm error peer react@">=16.3" from @fortawesome/react-fontawesome@0.2.2
npm error node_modules/@fortawesome/react-fontawesome
npm error @fortawesome/react-fontawesome@"0.2.2" from the root project
npm error 31 more (@fortawesome/react-fontawesome, @restart/context, ...)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.9.0 || ^17.0.0" from @edx/frontend-platform@8.1.2
npm error node_modules/@edx/frontend-platform
npm error dev @edx/frontend-platform@"8.1.2" from the root project
npm error peer @edx/frontend-platform@"^7.0.0 || ^8.0.0" from @openedx/frontend-plugin-framework@1.4.0
npm error node_modules/@openedx/frontend-plugin-framework
npm error dev @openedx/frontend-plugin-framework@"^1.1.2" from the root project
npm error
npm error Conflicting peer dependency: react@17.0.2
npm error node_modules/react
npm error peer react@"^16.9.0 || ^17.0.0" from @edx/frontend-platform@8.1.2
npm error node_modules/@edx/frontend-platform
npm error dev @edx/frontend-platform@"8.1.2" from the root project
npm error peer @edx/frontend-platform@"^7.0.0 || ^8.0.0" from @openedx/frontend-plugin-framework@1.4.0
npm error node_modules/@openedx/frontend-plugin-framework
npm error dev @openedx/frontend-plugin-framework@"^1.1.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-11T11_18_07_007Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-11T11_18_07_007Z-debug-0.log
This PR contains the following updates:
^16.9.0 \|\| ^17.0.0
->^16.9.0 \|\| ^17.0.0 \|\| ^18.0.0
17.0.2
->18.3.1
^16.9.0 \|\| ^17.0.0
->^16.9.0 \|\| ^17.0.0 \|\| ^18.0.0
17.0.2
->18.3.1
17.0.2
->18.3.1
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 - "before 4am on Monday" in timezone America/New_York, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.