Closed renovate[bot] closed 2 years 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 unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@0.0.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!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.12.4
npm ERR! node_modules/@material-ui/core
npm ERR! @material-ui/core@"4.12.4" 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/2022-05-28T16_08_37_679Z-debug-0.log
This PR contains the following updates:
1.8.1
->1.8.2
1.8.1
->1.8.2
Release Notes
reduxjs/redux-toolkit
### [`v1.8.2`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v1.8.2) [Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v1.8.1...v1.8.2) This bugfix release fixes a minor issue where calling `listenerMiddleware.startListening()` multiple times with the same `effect` callback reference would result in multiple entries being added. The correct behavior is that only the first entry is added, and later attempts to add the same effect callback reference just return the existing entry. #### What's Changed - Add type [@remarks](https://togithub.com/remarks) for configureStore's middleware by [@msutkowski](https://togithub.com/msutkowski) in [https://github.com/reduxjs/redux-toolkit/pull/2252](https://togithub.com/reduxjs/redux-toolkit/pull/2252) - Fix the "map values transpilation" bug, in yet another place by [@markerikson](https://togithub.com/markerikson) in [https://github.com/reduxjs/redux-toolkit/pull/2351](https://togithub.com/reduxjs/redux-toolkit/pull/2351) **Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v1.8.1...v1.8.2Configuration
📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.