chadxz / awry

An Asterisk REST Interface (ARI) websocket and API client library
MIT License
21 stars 9 forks source link

Update deps and remove deprecated api usage #104

Closed chadxz closed 6 years ago

chadxz commented 6 years ago

update eslint-plugin-node to v8 update eslint-plugin-prettier to v3

eslint-plugin-node@8 began throwing errors for usages of url.parse() so this patch also addresses that. The suggested api url.URL() is also available as far back as Node v6 so this change is a patch version bump.

Closes #100.

codecov[bot] commented 6 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          15     15           
  Lines         383    387    +4     
=====================================
+ Hits          383    387    +4
Impacted Files Coverage Δ
src/events/index.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 5a3e09f...706ace9. Read the comment docs.