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

Commit

Permalink
Require Dart 3.2, pub dependencies, cleanup analysis_options (#97)
Browse files Browse the repository at this point in the history
* Require Dart 3.2, pub dependencies, cleanup analysis_options

* oops
  • Loading branch information
kevmoo authored Dec 14, 2023
1 parent e59f675 commit a62e416
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [2.19.0, dev]
sdk: [3.2, dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3-wip

- Require Dart 3.2.

## 2.2.2

- Added package topics to the pubspec file.
Expand Down
5 changes: 0 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_unused_constructor_parameters
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- package_api_docs
- prefer_const_constructors
- test_types_in_equals
- unnecessary_await_in_return
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: benchmark_harness
version: 2.2.2
version: 2.2.3-wip
description: The official Dart project benchmark harness.
repository: https://github.com/dart-lang/benchmark_harness

topics:
- benchmarking

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.2.0

dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
dart_flutter_team_lints: ^1.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0
path: ^1.8.0
test: ^1.16.0

0 comments on commit a62e416

Please sign in to comment.