webpack-contrib / remark-loader

Load markdown through remark with image resolving and some react-specific features.
MIT License
18 stars 11 forks source link

Chore deps update #51

Closed alexander-akait closed 3 years ago

alexander-akait commented 3 years ago

This PR contains a:

Motivation / Use-Case

Breaking Changes

Additional Info

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (cb4a97d) into master (99e819a) will decrease coverage by 48.38%. The diff coverage is 61.53%.

:exclamation: Current head cb4a97d differs from pull request most recent head 3dca806. Consider uploading reports for the commit 3dca806 to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##            master      #51       +/-   ##
============================================
- Coverage   100.00%   51.61%   -48.39%     
============================================
  Files            2        2               
  Lines           28       31        +3     
  Branches        10       10               
============================================
- Hits            28       16       -12     
- Misses           0       14       +14     
- Partials         0        1        +1     
Impacted Files Coverage Δ
src/index.js 53.33% <61.53%> (-46.67%) :arrow_down:
src/cjs.js 0.00% <0.00%> (-100.00%) :arrow_down:

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 99e819a...3dca806. Read the comment docs.

alexander-akait commented 3 years ago

Unfortunately, we are in a stalemate, we need new versions but jest is broken with import() and we need to use import() because remark in ESM, so we will have to stay without tests, I'm surprised how fragmented we are, on the one hand, everyone is talking about the migration on ESM asap, on the other hand most of our tools is not working due internals bugs in V8 and Node.js, that is very sad