ci(custom-checks): fix dependencies being inconsistent phase 12 #3696
Labels
dependent
enhancement
New feature or request
Significant_Change
Applying this label triggers the more stringent review of the maintainers and the 2+1 PR rule.
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: