Update package:vm_service constraints to allow version 14.x#2307
Update package:vm_service constraints to allow version 14.x#2307elliette merged 3 commits intodart-lang:masterfrom
Conversation
3c09c67 to
fdf8645
Compare
fdf8645 to
f9fdb9b
Compare
|
Thanks! I'm working on getting the CI checks passing. I will merge this once everything is passing. |
|
auto label is removed for dart-lang/webdev/2307, due to - The status or check suite analyzer_and_format; linux; Dart dev; PKG: dwds; `dart format --output=none --set-exit-if-changed... has failed. Please fix the issues identified (or deflake) before re-applying this label. |
| uuid: ^3.0.6 | ||
| vm_service: ^13.0.0 | ||
| vm_service_interface: 1.0.0 | ||
| vm_service: ^14.0.0 |
There was a problem hiding this comment.
I think this constraint can be loosened to >=13.0.0 <15.0.0 since the breaking changes in 14.0.0 aren't actually going to impact DWDS.
There was a problem hiding this comment.
Should I do another release of dwds with the version constraint loosened?
There was a problem hiding this comment.
If you want this version of DWDS in the next stable release, I think so. We can't roll 14.0.0 through to Flutter yet since it'll break network profiling in DevTools until this SDK change lands.
No description provided.