Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated react-redux peerDependency to resolve CI failure #557

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

BilalQamar95
Copy link
Contributor

Description:

react-redux peerDependency was updated in #549 causing CI failure for its consumers. Since the public API (<Provider>, connect, useSelector/useDispatch) remains unchanged and for most use-cases applications using v7 would work with v8 (apart from some rare API like connectAdvanced which have been removed), peerDependency for react-redux was updated in order to prevent any dependency issues for consumers.

@BilalQamar95 BilalQamar95 self-assigned this Sep 7, 2023
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ef984dc) 83.08% compared to head (39513cb) 83.08%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #557   +/-   ##
=======================================
  Coverage   83.08%   83.08%           
=======================================
  Files          40       40           
  Lines        1064     1064           
  Branches      194      194           
=======================================
  Hits          884      884           
  Misses        168      168           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@abdullahwaheed abdullahwaheed merged commit dbb3c68 into master Sep 7, 2023
6 checks passed
@abdullahwaheed abdullahwaheed deleted the bilalqamar95/ci-fix branch September 7, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants