compass-numapp-frontend icon indicating copy to clipboard operation
compass-numapp-frontend copied to clipboard

fix(deps): update dependency react-redux to v8.1.3

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-redux 8.1.1 -> 8.1.3 age adoption passing confidence

Release Notes

reduxjs/react-redux (react-redux)

v8.1.3

Compare Source

v8.1.2

Compare Source

This version changes imports from the React package to namespace imports so the package can safely be imported in React Server Components as long as you don't actually use it - this is for example important if you want to use the React-specifc createApi function from Redux Toolkit.

Some other changes:

  • The behaviour of the "React Context Singletons" from 8.1.1 has been adjusted to also work if you have multiple React instances of the same version (those will now be separated) and if you are in an environment without globalThis (in this case it will fall back to the previous behaviour).
  • We do no longer use Proxies, which should help with some very outdated consumers, e.g. smart TVs, that cannot even polyfill Proxies.

Full Changelog: https://github.com/reduxjs/react-redux/compare/v8.1.1...v8.1.2


Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 20 '23 19:09 renovate[bot]

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (4bf92da) 78.77% compared to head (355f514) 78.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #459   +/-   ##
=======================================
  Coverage   78.77%   78.77%           
=======================================
  Files          39       39           
  Lines         928      928           
  Branches      157      157           
=======================================
  Hits          731      731           
  Misses         85       85           
  Partials      112      112           
Flag Coverage Δ
unittests 78.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 20 '23 20:09 codecov-commenter