From 75f4b9126e3bfb519558e16508115f70fac345b8 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 21 Sep 2023 20:42:29 +0000 Subject: [PATCH 1/2] "Rollout Analyzer 5" --- w_common/pubspec.yaml | 2 +- w_common_tools/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/w_common/pubspec.yaml b/w_common/pubspec.yaml index 260d3b7d..ffad02bb 100644 --- a/w_common/pubspec.yaml +++ b/w_common/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: build_web_compilers: ^3.0.0 dependency_validator: ^3.0.0 mockito: ^5.4.0 - test: ^1.16.2 + test: ^1.21.1 workiva_analysis_options: ^1.0.0 dependency_validator: diff --git a/w_common_tools/pubspec.yaml b/w_common_tools/pubspec.yaml index df3f4d03..08ea28d9 100644 --- a/w_common_tools/pubspec.yaml +++ b/w_common_tools/pubspec.yaml @@ -22,8 +22,8 @@ dev_dependencies: build_test: ^2.0.0 build_web_compilers: '>=2.16.5 <4.0.0' dependency_validator: ^3.0.0 - mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552 - test: ^1.16.2 + mockito: ^5.3.2 + test: ^1.21.1 workiva_analysis_options: ^1.0.0 dependency_validator: From 3b104f9a9c1c1f946a01d82f5ea9ed1f301f7b61 Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Thu, 21 Sep 2023 21:28:47 -0600 Subject: [PATCH 2/2] update CI dart versions --- .github/workflows/dart_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index f3869d15..ecc23a0f 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [ 2.18.7, stable ] + sdk: [ 2.18.7, 2.19.6 ] steps: - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1