dvajs / dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
https://dvajs.com/
MIT License
16.24k stars 3.17k forks source link

feat: lock the version of history #2426

Closed wang123screet closed 3 years ago

wang123screet commented 3 years ago
Checklist
Description of change

Background

比如 4.7.x 中 babel/core 的版本是 6.x

https://github.com/ReactTraining/history/blob/v4.7.1/package.json#L40-L43

但是在 4.9 中

https://github.com/ReactTraining/history/blob/6104a6a2e40ae17a47a297621afff9a6cb184bfc/package.json#L34-L47

reproduction

最小复现由于 history 中 babel 版本导致的问题

error msg

image

codecov-io commented 3 years ago

Codecov Report

Merging #2426 (4e95e79) into master (fa5b8a4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2426   +/-   ##
=======================================
  Coverage   85.90%   85.90%           
=======================================
  Files          18       18           
  Lines         518      518           
  Branches      114      114           
=======================================
  Hits          445      445           
  Misses         59       59           
  Partials       14       14           

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 fa5b8a4...4e95e79. Read the comment docs.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.