From fdf86458307dc09c76641b10ce6c3a9136f36614 Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Fri, 15 Dec 2023 11:27:14 -0500 Subject: [PATCH] Update package:vm_service constraints to allow version 14.x --- dwds/CHANGELOG.md | 2 ++ dwds/pubspec.yaml | 4 ++-- webdev/CHANGELOG.md | 2 ++ webdev/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index da911f1d0..74673c063 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -3,6 +3,8 @@ - Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285) - Tolerate failures to detect a dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286) - Fix a null cast error when debugging a `Class` from VS Code. - [#2303](https://github.com/dart-lang/webdev/pull/2303) +- Update `package:vm_service` constraint to `^14.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) +- Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 22.1.0 - Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 094bb8138..7190590fb 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -33,8 +33,8 @@ dependencies: stack_trace: ^1.10.0 sse: ^4.1.2 uuid: ^3.0.6 - vm_service: ^13.0.0 - vm_service_interface: 1.0.0 + vm_service: ^14.0.0 + vm_service_interface: 1.0.1 web_socket_channel: ^2.2.0 webkit_inspection_protocol: ^1.0.1 diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index a0f16c702..4b7168c27 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -6,6 +6,8 @@ ## 3.3.0-wip +- Update `package:vm_service` constraint to `>=10.1.0 <15.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) + ## 3.2.0 - Add dependency on `package:vm_service_interface`. - [#2262](https://github.com/dart-lang/webdev/pull/2262) diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 2f2a6184a..0fbda0f82 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: shelf_static: ^1.1.0 stack_trace: ^1.10.0 sse: ^4.1.0 - vm_service: ">=10.1.0 <14.0.0" + vm_service: ">=10.1.0 <15.0.0" webkit_inspection_protocol: ^1.0.1 yaml: ^3.1.1