brianc / node-pg-types

Type parsing for node-postgres
267 stars 54 forks source link

Update dependencies #126

Closed martianboy closed 3 years ago

martianboy commented 3 years ago

This updates all out-dated deps, and updates the codes according to the latest standard style.

bendrucker commented 3 years ago

Thanks, I know we're overdue for a major release here. Will have a look soon and get that process kicked off.

martianboy commented 3 years ago

I also updated minimum node version to 10, as it was breaking under 8.x.

codecov-io commented 3 years ago

Codecov Report

Merging #126 (97d21df) into master (c4f8c12) will not change coverage. The diff coverage is 94.11%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   91.23%   91.23%           
=======================================
  Files           4        4           
  Lines         194      194           
=======================================
  Hits          177      177           
  Misses         17       17           
Impacted Files Coverage Δ
lib/binaryParsers.js 86.11% <86.95%> (ø)
index.js 75.00% <100.00%> (ø)
lib/textParsers.js 98.01% <100.00%> (ø)

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 c4f8c12...97d21df. Read the comment docs.