From 3835d78887b93ae6ede9ee04c8f17ed6743cb5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:34:50 +0000 Subject: [PATCH 1/3] chore(deps): bump very_good_analysis in /examples/web_socket_counter 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](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/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] --- examples/web_socket_counter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_socket_counter/pubspec.yaml b/examples/web_socket_counter/pubspec.yaml index 1c77c01a0..1e854376b 100644 --- a/examples/web_socket_counter/pubspec.yaml +++ b/examples/web_socket_counter/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: http: ^1.2.1 mocktail: ^1.0.0 test: ^1.25.0 - very_good_analysis: ^5.1.0 + very_good_analysis: ^6.0.0 web_socket_client: ^0.1.0-dev.1 From f76c7b7490e2a6e412855b5bb6d112d93908f858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:08:45 +0000 Subject: [PATCH 2/3] chore(deps): bump very_good_analysis in /examples/web_socket_counter 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](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/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] --- examples/web_socket_counter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_socket_counter/pubspec.yaml b/examples/web_socket_counter/pubspec.yaml index 1c77c01a0..1e854376b 100644 --- a/examples/web_socket_counter/pubspec.yaml +++ b/examples/web_socket_counter/pubspec.yaml @@ -16,5 +16,5 @@ dev_dependencies: http: ^1.2.1 mocktail: ^1.0.0 test: ^1.25.0 - very_good_analysis: ^5.1.0 + very_good_analysis: ^6.0.0 web_socket_client: ^0.1.0-dev.1 From 2a2abd8a68959a99efb760cce1caf28e74114a13 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Tue, 2 Jul 2024 11:08:54 -0500 Subject: [PATCH 3/3] analysis file updates --- examples/web_socket_counter/analysis_options.yaml | 2 +- examples/web_socket_counter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web_socket_counter/analysis_options.yaml b/examples/web_socket_counter/analysis_options.yaml index 40f65cf61..d9904545e 100644 --- a/examples/web_socket_counter/analysis_options.yaml +++ b/examples/web_socket_counter/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:very_good_analysis/analysis_options.5.1.0.yaml +include: package:very_good_analysis/analysis_options.6.0.0.yaml analyzer: exclude: - build/** diff --git a/examples/web_socket_counter/pubspec.yaml b/examples/web_socket_counter/pubspec.yaml index 1e854376b..756d85a58 100644 --- a/examples/web_socket_counter/pubspec.yaml +++ b/examples/web_socket_counter/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.0+1 publish_to: none environment: - sdk: ">=3.1.0 <4.0.0" + sdk: ">=3.4.0 <4.0.0" dependencies: broadcast_bloc: ^0.1.0-dev.1