Skip to content

Commit 7d61eef

Browse files
authored
Update frontend_server_client constraint to allow version 4.0.0 (#2153)
Updating to package:frontend_server_client v4.0.0 is only a breaking change for dependents that set the debug argument of FrontendServerClient.start to true, andpackage:test_core never does that.
1 parent 001c538 commit 7d61eef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkgs/test_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* **BREAKING**: Removed `Configuration.pubServeUrl` and support for it.
99
* Fix running of tests defined under `lib/` with relative imports to other
1010
libraries in the package.
11+
* Update the `package:frontend_server_client` constraint to allow version
12+
`4.0.0`.
1113

1214
## 0.5.9
1315

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
boolean_selector: ^2.1.0
1414
collection: ^1.15.0
1515
coverage: ^1.0.0
16-
frontend_server_client: '>=3.2.0 <4.0.0'
16+
frontend_server_client: '>=3.2.0 <5.0.0'
1717
glob: ^2.0.0
1818
io: ^1.0.0
1919
meta: ^1.3.0

0 commit comments

Comments
 (0)