Skip to content

Commit d37a5ab

Browse files
authored
chore(examples): Update to dart 3.0.0 and vg analysis to 5.0.0 (#655)
* refactor(dart_frog_cli): do not mock process result * chore(examples): Update to dart 3.0.0 and vg analysis to 5.0.0
1 parent d4c20f2 commit d37a5ab

File tree

17 files changed

+24
-26
lines changed

17 files changed

+24
-26
lines changed

examples/counter/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
analyzer:
33
exclude:
44
- build/**

examples/counter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

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

99
dependencies:
1010
dart_frog: ^0.3.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^4.0.0
16+
very_good_analysis: ^5.0.0

examples/echo/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
analyzer:
33
exclude:
44
- build/**

examples/echo/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

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

99
dependencies:
1010
dart_frog: ^0.3.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^4.0.0
16+
very_good_analysis: ^5.0.0

examples/hello_world/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
analyzer:
33
exclude:
44
- build/**

examples/hello_world/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

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

99
dependencies:
1010
dart_frog: ^0.3.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^4.0.0
16+
very_good_analysis: ^5.0.0

examples/kitchen_sink/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
analyzer:
33
exclude:
44
- build/**

examples/kitchen_sink/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

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

99
dependencies:
1010
dart_frog: ^0.3.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^0.13.5
1414
mocktail: ^0.3.0
1515
test: ^1.19.2
16-
very_good_analysis: ^4.0.0
16+
very_good_analysis: ^5.0.0

examples/todos/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
analyzer:
33
exclude:
44
- build/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.0.0.yaml

0 commit comments

Comments
 (0)