Closed greglittlefield-wf closed 1 year ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
QA+1 CI Passes now for all stages
@Workiva/release-management-p
Motivation
In https://github.com/Workiva/react-dart/pull/355, we noticed that CI was failing on the beta channel (Dart 3) since this package is not yet null safe, and on the stable channel (2.19) due to https://github.com/dart-lang/sdk/issues/51128.
In fixing and updating CI, I realized that mockito was pinned unnecessarily, since there were no dependencies preventing us from getting on the latest, and CI just needed to be updated to not run on older SDKs (2.13) in which it wouldn't resolve.
Solution
QA instructions