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

chore: update dependencies version #4986

Merged
merged 3 commits into from
Dec 2, 2021
Merged

chore: update dependencies version #4986

merged 3 commits into from
Dec 2, 2021

Conversation

ClarkXia
Copy link
Collaborator

@ClarkXia ClarkXia commented Dec 1, 2021

底层依赖版本更新策略

  1. 直接锁死版本
  2. 插件依赖的底层版本采用倒三角策略(^),使用版本号采用最新版本

直接策略 1 的问题,如果每次底层依赖升级,均需要所有插件的版本更新
使用策略 2,要求每次底层依赖升级,对应使用该能力的插件升级版本,未直接依赖底层能力升级的插件在有版本发布时更新(通过脚本自动更新)

@codecov-commenter
Copy link

Codecov Report

Merging #4986 (ef68c08) into release-next (32a56a2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           release-next    #4986   +/-   ##
=============================================
  Coverage         29.60%   29.60%           
=============================================
  Files               192      192           
  Lines              4894     4894           
  Branches           1174     1174           
=============================================
  Hits               1449     1449           
  Misses             3183     3183           
  Partials            262      262           

@ClarkXia ClarkXia merged commit 61a3e03 into release-next Dec 2, 2021
@ClarkXia ClarkXia deleted the fix-lock-version branch December 2, 2021 03:38
@ClarkXia ClarkXia mentioned this pull request Dec 2, 2021
6 tasks
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.

3 participants