From b48566470c5e8758e5ea472044b09b6364e166eb Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 24 Jul 2020 18:26:43 -0700 Subject: [PATCH] Upgrade the analyzer package to version 0.39.15 for Dart 2.10 support (#20024) --- ci/build.sh | 3 +-- lib/web_ui/pubspec.yaml | 3 ++- web_sdk/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 52d0e053c952b..6e63dd9c9fd62 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -18,5 +18,4 @@ flutter/ci/licenses.sh cd flutter/web_sdk pub get cd .. -# TODO(jsimmons): reenable this when the analyzer has been updated for Dart 2.10 -# dart web_sdk/test/api_conform_test.dart +dart web_sdk/test/api_conform_test.dart diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index b3e6ff7c09067..ffc136a2aa6f2 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: meta: 1.1.8 dev_dependencies: - analyzer: 0.39.10 + analyzer: 0.39.15 http: 0.12.1 image: 2.1.13 js: 0.6.1+1 @@ -16,6 +16,7 @@ dev_dependencies: path: 1.7.0 test: 1.14.3 quiver: 2.1.3 + build_resolvers: 1.3.10 build_runner: 1.10.0 build_test: 1.0.0 build_web_compilers: 2.11.0 diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index 733f50e8f46bf..d60237bea2e8c 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -2,5 +2,5 @@ name: web_sdk_tests author: Flutter Authors dev_dependencies: - analyzer: ^0.39.10 + analyzer: ^0.39.15 test: any