-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweak version ranges to allow pub get in Dart 2 #171
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on HipChat: InfoSec Forum. |
b6e5ae7
to
ff4b1c5
Compare
Codecov Report
@@ Coverage Diff @@
## master #171 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 34 34
Lines 1612 1612
=======================================
Hits 1523 1523
Misses 89 89 |
QA +1
@Workiva/release-management-pp |
I'm going to revert this since it is causing 15+ minute I'll re-open a new PR to merge them into the |
Ultimate problem:
over_react
specifies some maximum ranges to prevent Dart 2 resolutions.The sdk 'environment' range should limit this for us.
How it was fixed:
Expand version ranges on
analyzer
,built_value
, andquiver
Testing suggestions:
CI passes