Skip to content

Commit

Permalink
Merge branch 'master' into feat/env-ovirrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Jun 28, 2023
2 parents b03194c + 8c4b15d commit 32c1880
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
with an absolute path.
* Add support for `SAFARI_EXECUTABLE`, `FIREFOX_EXECUTABLE` and
`MS_EDGE_EXECUTABLE` for custom browser installations.
* Allow the latest analyzer (6.x.x).

## 1.24.3

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ^3.0.0

dependencies:
analyzer: '>=5.12.0 <6.0.0'
analyzer: '>=5.12.0 <7.0.0'
async: ^2.5.0
boolean_selector: ^2.1.0
collection: ^1.15.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Mark an implementation class `interface`: `StackTraceMapper`.
* Change the `Compiler` class into an `enum`.
* Make `Fake` a `mixin class`.

* Allow the latest analyzer (6.x.x).

## 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
term_glyph: ^1.2.0

dev_dependencies:
analyzer: '>=2.1.0 <6.0.0'
analyzer: '>=2.1.0 <7.0.0'
dart_flutter_team_lints: ^1.0.0
fake_async: ^1.2.0
glob: ^2.0.0
Expand Down
3 changes: 2 additions & 1 deletion pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
* Add `final` modifier on some implementation classes: `Configuration`,
`CustomRuntime`,`RuntimeSettings`, `SuiteConfiguration`.
`CustomRuntime`,`RuntimeSettings`, `SuiteConfiguration`.
* Fix the `root_` fields in the JSON reporter when running a test on Windows
with an absolute path.
* Allow the latest analyzer (6.x.x).

## 0.5.3

Expand Down
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.0.0

dependencies:
analyzer: '>=3.3.0 <6.0.0'
analyzer: '>=3.3.0 <7.0.0'
args: ^2.0.0
async: ^2.5.0
boolean_selector: ^2.1.0
Expand Down

0 comments on commit 32c1880

Please sign in to comment.