Skip to content

Commit

Permalink
Support package:vm_service 15.x (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonyi authored Dec 2, 2024
1 parent c2a6986 commit 1d28d73
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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'`
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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'`
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1d28d73

Please sign in to comment.