Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

update lints #169

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [3.0.0, dev]
sdk: [3.1, dev]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.1.1-wip

- Ensure `PollingFileWatcher.ready` completes for files that do not exist.
- Require Dart SDK `^3.1.0`

## 1.1.0

Expand Down
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ description: >-
repository: https://github.com/dart-lang/watcher

environment:
sdk: ^3.0.0
sdk: ^3.1.0

dependencies:
async: ^2.5.0
path: ^1.8.0

dev_dependencies:
benchmark_harness: ^2.0.0
dart_flutter_team_lints: ^2.1.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6
test_descriptor: ^2.0.0