Skip to content

Commit f9fdb9b

Browse files
committed
Update package:vm_service constraints to allow version 14.x
1 parent 7543345 commit f9fdb9b

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

dwds/CHANGELOG.md

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

79
## 22.1.0
810
- 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
## 3.3.0-wip
1+
## 3.2.1-wip
22

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

95
## 3.2.0
106

webdev/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webdev/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.3.0-wip
3+
version: 3.2.1-wip
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
@@ -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)