excitement-engineer / graphql-iso-date

A set of RFC 3339 compliant date/time GraphQL scalar types.
MIT License
523 stars 50 forks source link

fix: upgrade dependency flow-bin from 0.81.0 to 0.107.0 #104

Open M-TGH opened 5 years ago

M-TGH commented 5 years ago

Issue: #103

Description of changes:

Upgrades flow-bin dependency from version 0.81.0 to 0.107.0, fixing type-errors caused by changes in flow-bin version 0.95.0.

Also does a small update of the flow-typed for jest since a version in between 0.95.0 and 0.107.0 started noticing errors there.

codecov[bot] commented 5 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #104   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         146    157   +11     
  Branches       40     46    +6     
=====================================
+ Hits          146    157   +11
Impacted Files Coverage Δ
src/time/index.js 100% <100%> (ø) :arrow_up:
src/date/index.js 100% <100%> (ø) :arrow_up:
src/utils/formatter.js 100% <100%> (ø) :arrow_up:
src/dateTime/index.js 100% <100%> (ø) :arrow_up:
src/utils/validator.js 100% <100%> (ø) :arrow_up:

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 8979ce8...0fbafc3. Read the comment docs.

taybin commented 5 years ago

Any updates on this? This would remove a lot of the warnings I'm getting.

M-TGH commented 4 years ago

Did another small update to get it to flow@0.107.0, open to extra feedback if more changes are wanted.