Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
413 stars 67 forks source link

FED-1161 Unpin mockito, fix CI #356

Closed greglittlefield-wf closed 1 year ago

greglittlefield-wf commented 1 year ago

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

aviary2-wf commented 1 year ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

robbecker-wf commented 1 year ago

QA+1 CI Passes now for all stages

greglittlefield-wf commented 1 year ago

@Workiva/release-management-p