Skip to content

Commit

Permalink
Allow the next semver major versions of shelf_web_socket and web_sock…
Browse files Browse the repository at this point in the history
…et_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]>
  • Loading branch information
brianquinlan and jakemac53 committed May 6, 2024
1 parent 0562baf commit d1e2767
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.25.5

* 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.
Expand Down
6 changes: 3 additions & 3 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -38,7 +38,7 @@ dependencies:
test_core: 0.6.2

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

Expand Down

0 comments on commit d1e2767

Please sign in to comment.