jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

Upgrade dependencies #515

Closed davidgoli closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #515 (66c10d7) into master (9195b79) will increase coverage by 0.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #515      +/-   ##
==========================================
+ Coverage   88.48%   88.62%   +0.14%     
==========================================
  Files          29       29              
  Lines        2093     1987     -106     
  Branches      584      747     +163     
==========================================
- Hits         1852     1761      -91     
+ Misses        241      226      -15     
Impacted Files Coverage Δ
src/callbackiterresult.ts 90.90% <0.00%> (-9.10%) :arrow_down:
src/iterinfo/yearinfo.ts 95.58% <0.00%> (-4.42%) :arrow_down:
src/datewithzone.ts 95.65% <0.00%> (-4.35%) :arrow_down:
src/iterinfo/monthinfo.ts 93.54% <0.00%> (-3.33%) :arrow_down:
src/rrule.ts 95.95% <0.00%> (-3.06%) :arrow_down:
src/iterresult.ts 93.61% <0.00%> (-2.47%) :arrow_down:
src/cache.ts 92.98% <0.00%> (-2.02%) :arrow_down:
src/datetime.ts 90.90% <0.00%> (-1.53%) :arrow_down:
src/weekday.ts 84.21% <0.00%> (-1.51%) :arrow_down:
src/rrulestr.ts 87.90% <0.00%> (-1.45%) :arrow_down:
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9195b79...66c10d7. Read the comment docs.