Skip to content

Commit 238db6e

Browse files
bkonyiCommit Queue
authored andcommitted
[ DDS ] Fix package:vm_service constraints before publishing 5.0.0
vm_service 14.3.0 is required for DDS to support id zones. Change-Id: I8c0c4a64e5910d222af87ee447c1b004d9eab5d5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404040 Auto-Submit: Ben Konyi <[email protected]> Commit-Queue: Ben Konyi <[email protected]> Reviewed-by: Derek Xu <[email protected]>
1 parent 8a3b4ab commit 238db6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/dds/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lifetime of instance references returned. This should avoid instances being
88
collected while execution is paused, while releasing them once execution
99
resumes.
10-
- Updated `vm_service` constraint to `>=14.0.0 <16.0.0`.
10+
- Updated `vm_service` constraint to `>=14.3.0 <16.0.0`.
1111
- [DAP] Updated `dap` constraint to ^1.4.0.
1212
- [DAP] Set `supportsANSIStyling` to `true` in debug adapter capabilities to indicate that `Output` events might contain ansi color codes.
1313
- [DAP] Stack traces in more formats will be parsed and have locations attached to `OutputEvents`s.

pkg/dds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
shelf: ^1.0.0
2929
sse: ^4.0.0
3030
stream_channel: ^2.0.0
31-
vm_service: '>=14.0.0 <16.0.0'
31+
vm_service: '>=14.3.0 <16.0.0'
3232
web_socket_channel: '>=2.0.0 <4.0.0'
3333

3434
# We use 'any' version constraints here as we get our package versions from

0 commit comments

Comments
 (0)