Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: auto upgrade umijs deps version when released #565

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

fz6m
Copy link
Member

@fz6m fz6m commented Jan 4, 2023

close #564

找到原因了,因为 father 这里的 @umijs/* 依赖一直是一个旧的版本( ^4.0.17 ),即使用户升级了他的 father 到最新版本,因为符合 ^4.0.17 所以所依赖的 @umijs/* 依赖版本是不会升级的。

解法是每次 release 的时候把 @umijs/* 依赖项自动升级到最新的,这样用户升级 father 的时候就会重新安装到最新的 @umijs/* 依赖了。

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Base: 93.98% // Head: 93.98% // No change to project coverage 👍

Coverage data is based on head (55ca72f) compared to base (b30a4bc).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #565   +/-   ##
=======================================
  Coverage   93.98%   93.98%           
=======================================
  Files          51       51           
  Lines        1379     1379           
  Branches      318      318           
=======================================
  Hits         1296     1296           
  Misses         82       82           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@PeachScript PeachScript left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@PeachScript PeachScript merged commit be98582 into umijs:master Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support typescript 4.9 satisfies
2 participants