From 406331612106403311032abc3fcea2bb34c9c35a Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Fri, 5 Apr 2024 09:36:39 -0700 Subject: [PATCH 1/4] Allow the next semver major versions of shelf_web_socket and web_socket_channel --- pkgs/test/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 64394819b..5b83a23fd 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: shelf: ^1.0.0 shelf_packages_handler: ^3.0.0 shelf_static: ^1.0.0 - shelf_web_socket: ^1.0.0 + shelf_web_socket: '>=1.0.0 <3.0.0' source_span: ^1.8.0 stack_trace: ^1.10.0 stream_channel: ^2.1.0 @@ -38,7 +38,7 @@ dependencies: test_core: 0.6.1 typed_data: ^1.3.0 - web_socket_channel: ^2.0.0 + web_socket_channel: '>=2.0.0 <4.0.0' webkit_inspection_protocol: ^1.0.0 yaml: ^3.0.0 From b600ef7689f3556e756efe1d7b48805b0f866645 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Fri, 5 Apr 2024 09:40:00 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md --- pkgs/test/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 43a233ed1..a40b6e124 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,6 +1,8 @@ ## 1.25.3-wip * Remove outdated StreamMatcher link from README table of contents. +* Update the `package:web_socket_channel` version constraint to allow `3.x`. +* Update the `package:shelf_web_socket` version constraint to allow `2.x`. ## 1.25.2 From 8128c35e5cb4511be45da4024d70e732ad97f2d3 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Thu, 11 Apr 2024 13:48:59 -0700 Subject: [PATCH 3/4] Remove wip --- pkgs/test/CHANGELOG.md | 2 +- pkgs/test/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index a40b6e124..28c3ad1dc 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.25.3-wip +## 1.25.3 * Remove outdated StreamMatcher link from README table of contents. * Update the `package:web_socket_channel` version constraint to allow `3.x`. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 5b83a23fd..413d5532e 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.3-wip +version: 1.25.3 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test From 283e83e8105a0b9a76622910e7f03db75d31c329 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Mon, 6 May 2024 20:43:48 +0000 Subject: [PATCH 4/4] merge with master --- pkgs/test/CHANGELOG.md | 8 +++++--- pkgs/test/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 8051cccd2..74b29229a 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,12 +1,14 @@ -## 1.25.4 +## 1.25.5 -* Add `@doNotSubmit` to more declarations of the `solo` parameter. * Update the `package:web_socket_channel` version constraint to allow `3.x`. * Update the `package:shelf_web_socket` version constraint to allow `2.x`. +## 1.25.4 + +* Add `@doNotSubmit` to more declarations of the `solo` parameter. + ## 1.25.3 -* Remove outdated StreamMatcher link from README table of contents. * Remove outdated StreamMatcher link from README table of contents. * Document the silent reporter in CLI help output. * Support enabling experiments with the dart2wasm compiler. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 9c7ae36c7..b3f48ec7f 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.4 +version: 1.25.5 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test