Skip to content

Commit 2ee0735

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 (#27)
* chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](VeryGoodOpenSource/very_good_analysis@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update analysis file * upping flutter version due to CLI error --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 52a931a commit 2ee0735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/very_good_test_runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
flutter_version:
19-
- "3.10.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
19+
- "3.13.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
2020
- "3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
2121

2222
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1

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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dev_dependencies:
1616
json_serializable: ^6.0.0
1717
mocktail: ">=0.3.0 <2.0.0"
1818
test: ^1.19.2
19-
very_good_analysis: ^5.1.0
19+
very_good_analysis: ">=5.1.0 <7.0.0"

0 commit comments

Comments
 (0)