Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
evanweible-wf
left a comment
There was a problem hiding this comment.
@robbecker-wf I agree we should do this (cut a V3 with deprecations removed), but I think there's still value in addressing the w_common deprecations in the current major version of w_flux first so that we don't have to also upgrade to w_flux v3 in order to consume w_common V2.
|
ok, I reverted to the minimal needed to address deprecated w_common use. The dart stable,dev, and beta checks are known to fail until we can upgrade the analyzer and test packages. From my investigations I think we need analyzer >=2 < 5 and >= test 1.21.0 |
|
Skynet test results failed initially for this build but were approved by rob.becker |
|
QA +1 |
|
@Workiva/release-management-p |
w_common has a number of deprecations that are removed in v2. This batch attempts to
fix as many of the breaking changes as possible to prepare to move to v2.
Breaking Changes: https://github.com/Workiva/w_common/blob/master/w_common/CHANGELOG.md#200
Created by Sourcegraph batch change
Workiva/fix_w_common_v2_breaking_changes.