web icon indicating copy to clipboard operation
web copied to clipboard

feat(src/useRetain): useRetain: useMemo but with a callback to check …

Open michaltarasiuk opened this issue 3 years ago • 3 comments

useRetain: useMemo but with a callback to check that factory fn can be invoked

michaltarasiuk avatar Aug 07 '22 14:08 michaltarasiuk

Codecov Report

Merging #895 (1831c13) into master (3762f78) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #895   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           58        59    +1     
  Lines         1003      1011    +8     
  Branches       181       182    +1     
=========================================
+ Hits          1003      1011    +8     
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
src/useCustomCompareMemo/useCustomCompareMemo.ts 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 08 '22 01:08 codecov[bot]

Also, why is there changes to yarn.lock?

I just run yarn install. Which version node do you have?

michaltarasiuk avatar Aug 08 '22 16:08 michaltarasiuk

16, but dependencies are maintained via dependabot. Besides from that I was asking not about origin, but unrelated changes in pr.

You should remove lockfile changes from pr

xobotyi avatar Aug 08 '22 17:08 xobotyi

:tada: This PR is included in version 15.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

xobotyi avatar Aug 14 '22 19:08 xobotyi