kuitos / axios-extensions

🍱 axios extensions lib, including throttle, cache, retry features etc...
MIT License
831 stars 49 forks source link

Update dependencies and AVA imports #81

Closed nachogarcia closed 3 years ago

nachogarcia commented 3 years ago

I've updated the dependencies and fixed the test imports.

I trust that if the tests pass this should keep working, but I haven't got deep into it. Plugging it into an existing project before merging would be great.

Maybe a bot for dependency upgrade in the repository could be nice.

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (b8f3db1) into master (4912d4c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           70        76    +6     
  Branches        13        20    +7     
=========================================
+ Hits            70        76    +6     
Impacted Files Coverage Ξ”
src/cacheAdapterEnhancer.ts 100.00% <0.00%> (ΓΈ)
src/retryAdapterEnhancer.ts 100.00% <0.00%> (ΓΈ)
src/utils/buildSortedURL.ts 100.00% <0.00%> (ΓΈ)
src/throttleAdapterEnhancer.ts 100.00% <0.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 4912d4c...b8f3db1. Read the comment docs.