-
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
UIP-3156 Widen built_value version constraint #145
UIP-3156 Widen built_value version constraint #145
Conversation
Module FindingsNo security relevant content detected. Please review for security relevance and request security review as needed. |
+1 |
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
=======================================
Coverage 94.51% 94.51%
=======================================
Files 33 33
Lines 1601 1601
=======================================
Hits 1513 1513
Misses 88 88 |
build_runner: ^0.5.0 | ||
built_value_generator: ^4.2.0 | ||
build_runner: ^0.6.0 | ||
built_value_generator: ^5.1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacehensley-wf should we leave the lower bound intact for build_runner
/ built_value_generator
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I don't update these I cannot pull in the newer version of built_value
locally. Since it's just a dev_dependency it's not a big issue to just bump these instead of widening.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- CI passes
- pubspec.yaml resolved to
- built_collection 3.0.5
- built_value 5.1.3
+10
QA +1, merging |
Ultimate problem:
We need to widen the
built_value
version constraint.How it was fixed:
built_value
build_runner
andbuilt_value_generator
Testing suggestions:
built_value
5.x.x is pulled inbuilt_collection
3.x.x is pulled inPotential areas of regression: