ci(custom-checks): fix dependencies being inconsistent phase 7 #3690
Labels
dependent
enhancement
New feature or request
ethereum
Issues related to ethereum connector and peristence plugin
Fabric
Iroha
Bugs/features related to the Iroha ledger connector plugin
Polkadot
Tasks related or relevant to the Polkadot connector
Xdai
Tasks/bugs related to the Xdai network and the corresponding ledger connector plugin in Cactus
Description
As a developer, I want to fix the dependency versions being inconsistent across packages in Cacti.
Targeted packages:
Depends on #3612
Solution:
Run the script tools/custom-checks/check-dependency-version-consistency.ts with
fix: true
, note down the changes for the abovetargeted packages
, stash and drop the changes, and proceed with fixing just those targeted packages.Possible errors
To test this scenario, simply create a PR for this task fixing only the targeted packages and have a lookout on CI for any failing tests. If we have any failing tasks, we should fix them as a part of this task
>=1.2.3
, fix the root package which has this sort of version and then include that in the conflicting package (a 2 way solution)Acceptance Criteria
The text was updated successfully, but these errors were encountered: