Skip to content

Commit 8e29008

Browse files
authored
refactor(dart_frognew): update to Dart 3 and Very Good Analysis 5 (#680)
1 parent a10b854 commit 8e29008

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/dart_frog_new.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
1818
with:
19-
runs_on: macos-latest
2019
working_directory: bricks/dart_frog_new/hooks
2120
analyze_directories: .

bricks/dart_frog_new/hooks/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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.0.0.yaml
22

33
linter:
44
rules:

bricks/dart_frog_new/hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dart_frog_new_hooks
22
publish_to: none
33

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

77
dependencies:
88
dart_frog_gen: ^0.4.0
@@ -12,4 +12,4 @@ dependencies:
1212
dev_dependencies:
1313
mocktail: ^0.3.0
1414
test: ^1.19.2
15-
very_good_analysis: ^4.0.0
15+
very_good_analysis: ^5.0.0

0 commit comments

Comments
 (0)