Skip to content

Commit 3b2f67e

Browse files
authored
Update package:vm_service constraints to allow version 14.x (#2307)
1 parent df21840 commit 3b2f67e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285)
66
- Tolerate failures to detect a Dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286)
77
- Fix a null cast error when debugging a `Class` from VS Code. - [#2303](https://github.com/dart-lang/webdev/pull/2303)
8+
- Update `package:vm_service` constraint to `^14.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
9+
- Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
810

911
## 22.1.0
1012
- Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265)

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies:
3333
stack_trace: ^1.10.0
3434
sse: ^4.1.2
3535
uuid: ^3.0.6
36-
vm_service: ^13.0.0
37-
vm_service_interface: 1.0.0
36+
vm_service: ^14.0.0
37+
vm_service_interface: 1.0.1
3838
web_socket_channel: ^2.2.0
3939
webkit_inspection_protocol: ^1.0.1
4040

webdev/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 3.4.0-wip
22

3+
- Update `package:vm_service` constraint to `>=10.1.0 <15.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
4+
35
## 3.3.0
46

57
- Update `dwds` constraint to `23.0.0`.

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
shelf_static: ^1.1.0
3535
stack_trace: ^1.10.0
3636
sse: ^4.1.0
37-
vm_service: ">=10.1.0 <14.0.0"
37+
vm_service: ">=10.1.0 <15.0.0"
3838
webkit_inspection_protocol: ^1.0.1
3939
yaml: ^3.1.1
4040

0 commit comments

Comments
 (0)