Skip to content

Commit

Permalink
update lints (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 8, 2024
1 parent 43a8582 commit 6a07a16
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.0.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
4 changes: 4 additions & 0 deletions pkgs/cli_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1-wip

- Require Dart 3.4.

## 0.2.0

- **Breaking Change** Rename `Config.fromArgs` to `Config.fromArguments`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cli_config/lib/cli_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

/// A library to take config values from configuration files, CLI arguments,
/// and environment variables.
library cli_config;
library;

export 'src/config.dart';
6 changes: 3 additions & 3 deletions pkgs/cli_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: cli_config
description: >-
A library to take config values from configuration files, CLI arguments, and
environment variables.
version: 0.2.0
version: 0.2.1-wip
repository: https://github.com/dart-lang/tools/tree/main/pkgs/cli_config

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
args: ^2.4.0
yaml: ^3.1.1

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.21.0
2 changes: 1 addition & 1 deletion pkgs/extension_discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.0.1-wip

- Require Dart 3.0.
- Require Dart 3.4.
- Update to the latest version of `package:dart_flutter_team_lints`.

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/extension_discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies:
hello_world: ^1.0.0
hello_world_german: ^1.0.0
environment:
sdk: ^3.0.0
sdk: ^3.4.0
```

Then I can write a `bin/hello.dart` as follows:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/extension_discovery/example/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
path: ../../

environment:
sdk: ^3.0.0
sdk: ^3.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
path: ../hello_world_german

environment:
sdk: ^3.0.0
sdk: ^3.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
path: ../hello_world

environment:
sdk: ^3.0.0
sdk: ^3.4.0
4 changes: 2 additions & 2 deletions pkgs/extension_discovery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ version: 2.0.1-wip
repository: https://github.com/dart-lang/tools/tree/main/pkgs/extension_discovery

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
yaml: ^3.0.0

dev_dependencies:
collection: ^1.18.0
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.0.0
test: ^1.21.0
test_descriptor: ^2.0.1
2 changes: 1 addition & 1 deletion pkgs/graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2.3.2-wip

- Require Dart 3.0
- Require Dart 3.4
- Update to the latest version of `package:dart_flutter_team_lints`.

## 2.3.1
Expand Down
8 changes: 4 additions & 4 deletions pkgs/graphs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Graph algorithms that operate on graphs in any representation
repository: https://github.com/dart-lang/tools/tree/main/pkgs/graphs

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
collection: ^1.1.0
collection: ^1.15.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.21.6

# For examples
analyzer: '>=5.2.0 <7.0.0'
Expand Down
4 changes: 4 additions & 0 deletions pkgs/unified_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.3-wip

- Require Dart 3.4.

## 6.1.2

- Avoid opening large telemetry log files to prevent out of memory errors.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const int kMaxLogFileSize = 25 * (1 << 20);
const String kLogFileName = 'dart-flutter-telemetry.log';

/// The current version of the package, should be in line with pubspec version.
const String kPackageVersion = '6.1.2';
const String kPackageVersion = '6.1.3-wip';

/// The minimum length for a session.
const int kSessionDurationMinutes = 30;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/unified_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: >-
to Google Analytics.
# When updating this, keep the version consistent with the changelog and the
# value in lib/src/constants.dart.
version: 6.1.2
version: 6.1.3-wip
repository: https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
clock: ^1.1.1
Expand All @@ -19,6 +19,6 @@ dependencies:
path: ^1.8.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6
yaml: ^3.1.1

0 comments on commit 6a07a16

Please sign in to comment.