Skip to content

Commit 1c79926

Browse files
feat!: bump min Dart SDK to 2.19.0 (#719)
* feat!: bump min Dart SDK to 2.19.0 * ci: bumped test_optimizer workflow to use 2.19.0 * chore: tool/generate_test_optimizer_bundle.sh * Update .github/workflows/very_good_cli.yaml * chore: bumped e2e * chore: bumped mason to 0.1.0-dev.49 --------- Co-authored-by: Renan <[email protected]>
1 parent 85221c0 commit 1c79926

File tree

11 files changed

+17
-20
lines changed

11 files changed

+17
-20
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
flutter-version:
2828
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
2929
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
30-
- "3.3.0"
30+
- "3.7.0"
3131
test:
3232
# E2E tests for the test command
3333
- test/commands/test/async_main/async_main_test.dart

.github/workflows/test_optimizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build_hooks:
2323
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
2424
with:
25-
dart_sdk: 2.18.0
25+
dart_sdk: 2.19.0
2626
working_directory: bricks/test_optimizer/hooks
2727

2828
verify_bundle:

.github/workflows/very_good_cli.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
4545
- name: Check Code Coverage
4646
uses: VeryGoodOpenSource/[email protected]
47-
4847
pana:
4948
runs-on: ubuntu-latest
5049

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
analyzer:
33
exclude:
44
- "**/version.dart"

bricks/test_optimizer/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A brick that generates a single entrypoint for Dart tests.
33
version: 0.1.0+1
44

55
environment:
6-
mason: ">=0.1.0-dev.41 <0.1.0"
6+
mason: ">=0.1.0-dev.49 <0.1.0"
77

88
vars:
99
package-root:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

bricks/test_optimizer/hooks/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ name: hooks
22
publish_to: none
33

44
environment:
5-
sdk: ">=2.18.0 <3.0.0"
5+
sdk: ">=2.19.0 <3.0.0"
66

77
dependencies:
8-
mason: ">=0.1.0-dev.41 <0.1.0"
8+
mason: ">=0.1.0-dev.49 <0.1.0"
99
path: ^1.8.1
1010

11-
1211
# Beware: on hooks, even dev dependencies have to be compatible to all dart versions covered by
1312
# the sdk constraints above
1413
dev_dependencies:
1514
mocktail: ^0.3.0
1615
test: ^1.22.2
17-
very_good_analysis: ^3.1.0
16+
very_good_analysis: ^4.0.0

e2e/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml

e2e/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ version: 0.1.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.18.0 <3.0.0"
7+
sdk: ">=2.19.0 <3.0.0"
88

99
dev_dependencies:
10-
mason: ^0.1.0-dev.41
10+
mason: ^0.1.0-dev.49
1111
mocktail: ^0.3.0
1212
path: ^1.8.0
1313
pub_updater: ^0.2.4
1414
test: ^1.19.2
1515
universal_io: ^2.0.4
1616
usage: ^4.0.2
17-
very_good_analysis: ^3.1.0
17+
very_good_analysis: ^4.0.0
1818
very_good_cli:
1919
path: ../

lib/src/commands/test/templates/test_optimizer_bundle.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)