Skip to content

Commit 1d28d73

Browse files
authored
Support package:vm_service 15.x (#2420)
1 parent c2a6986 commit 1d28d73

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

pkgs/test/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.25.10
2+
3+
* Update the `package:vm_service` constraint to allow version `15.x`.
4+
15
## 1.25.9
26

37
* Allow `analyzer: '>=6.0.0 <8.0.0'`

pkgs/test/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.9
2+
version: 1.25.10
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
@@ -36,7 +36,7 @@ dependencies:
3636

3737
# Use an exact version until the test_api and test_core package are stable.
3838
test_api: 0.7.4
39-
test_core: 0.6.6
39+
test_core: 0.6.7
4040

4141
typed_data: ^1.3.0
4242
web_socket_channel: '>=2.0.0 <4.0.0'

pkgs/test_core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.7
2+
3+
* Update the `package:vm_service` constraint to allow version `15.x`.
4+
15
## 0.6.6
26

37
* Allow `analyzer: '>=6.0.0 <8.0.0'`

pkgs/test_core/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_core
2-
version: 0.6.6
2+
version: 0.6.7
33
description: A basic library for writing tests and running them on the VM.
44
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
55
resolution: workspace
@@ -28,7 +28,7 @@ dependencies:
2828
stream_channel: ^2.1.0
2929
# Use an exact version until the test_api package is stable.
3030
test_api: 0.7.4
31-
vm_service: ">=6.0.0 <15.0.0"
31+
vm_service: ">=6.0.0 <16.0.0"
3232
yaml: ^3.0.0
3333

3434
dev_dependencies:

0 commit comments

Comments
 (0)