From 0ecd4d07e01cba459be2e869ac0689a171079b07 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 2 Dec 2024 13:31:16 -0500 Subject: [PATCH 1/3] Support package:vm_service 15.0.0 --- pkgs/test_core/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 72452d895..20cd70adf 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: stream_channel: ^2.1.0 # Use an exact version until the test_api package is stable. test_api: 0.7.4 - vm_service: ">=6.0.0 <15.0.0" + vm_service: ">=6.0.0 <16.0.0" yaml: ^3.0.0 dev_dependencies: From 035650f45267a2799038ee233c5d54759b7defa3 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 2 Dec 2024 13:32:30 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- pkgs/test_core/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index ad043786b..785f03c3d 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.7 +* Update the `package:vm_service` constraint to allow version `15.x`. + ## 0.6.6 * Allow `analyzer: '>=6.0.0 <8.0.0'` From 046ec51422496716ae163e19237e45690933d54d Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 2 Dec 2024 19:20:14 +0000 Subject: [PATCH 3/3] update versions and package:test dep on test_core --- pkgs/test/CHANGELOG.md | 4 ++++ pkgs/test/pubspec.yaml | 4 ++-- pkgs/test_core/CHANGELOG.md | 1 + pkgs/test_core/pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index e13d91db8..eacfc5479 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.25.10 + +* Update the `package:vm_service` constraint to allow version `15.x`. + ## 1.25.9 * Allow `analyzer: '>=6.0.0 <8.0.0'` diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 455a79b21..795a3ac71 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.9 +version: 1.25.10 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -36,7 +36,7 @@ dependencies: # Use an exact version until the test_api and test_core package are stable. test_api: 0.7.4 - test_core: 0.6.6 + test_core: 0.6.7 typed_data: ^1.3.0 web_socket_channel: '>=2.0.0 <4.0.0' diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index 785f03c3d..321f01952 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,4 +1,5 @@ ## 0.6.7 + * Update the `package:vm_service` constraint to allow version `15.x`. ## 0.6.6 diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 20cd70adf..b606bb3d0 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.6.6 +version: 0.6.7 description: A basic library for writing tests and running them on the VM. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core resolution: workspace