Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 8, 2024
1 parent c68ec25 commit 7293f68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [3.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.2-wip

- Require Dart 3.0
- Require Dart 3.4
- Log errors from chrome
- Allow tests to detect headless-only environment (for CI).

Expand All @@ -11,8 +11,8 @@
## 1.1.0

- Add optional `signIn` argument to `startWithDebugPort`.
To be used together with `user-data-dir` to start a chrome
window signed into the default profile with extensions enabled.
To be used together with `user-data-dir` to start a Chrome
window signed in to the default profile with extensions enabled.
- Enable the `avoid_dynamic_calls` lint.

## 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: Provides a standardized way to launch web browsers for testing and
repository: https://github.com/dart-lang/browser_launcher

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
logging: ^1.0.0
path: ^1.8.0
webkit_inspection_protocol: ^1.0.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.17.3

0 comments on commit 7293f68

Please sign in to comment.