Skip to content

Commit d1e2767

Browse files
Allow the next semver major versions of shelf_web_socket and web_socket_channel (#2204)
* Allow the next semver major versions of shelf_web_socket and web_socket_channel * Update CHANGELOG.md * Remove wip * merge with master --------- Co-authored-by: Jake Macdonald <[email protected]>
1 parent 0562baf commit d1e2767

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.25.5
2+
3+
* Update the `package:web_socket_channel` version constraint to allow `3.x`.
4+
* Update the `package:shelf_web_socket` version constraint to allow `2.x`.
5+
16
## 1.25.4
27

38
* Add `@doNotSubmit` to more declarations of the `solo` parameter.

pkgs/test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.4
2+
version: 1.25.5
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
@@ -28,7 +28,7 @@ dependencies:
2828
shelf: ^1.0.0
2929
shelf_packages_handler: ^3.0.0
3030
shelf_static: ^1.0.0
31-
shelf_web_socket: ^1.0.0
31+
shelf_web_socket: '>=1.0.0 <3.0.0'
3232
source_span: ^1.8.0
3333
stack_trace: ^1.10.0
3434
stream_channel: ^2.1.0
@@ -38,7 +38,7 @@ dependencies:
3838
test_core: 0.6.2
3939

4040
typed_data: ^1.3.0
41-
web_socket_channel: ^2.0.0
41+
web_socket_channel: '>=2.0.0 <4.0.0'
4242
webkit_inspection_protocol: ^1.0.0
4343
yaml: ^3.0.0
4444

0 commit comments

Comments
 (0)