From 0fe90bcc4e963f28aee5a1c2b694a2b0b3748ce4 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 2 Dec 2020 18:09:54 +0000 Subject: [PATCH] Roll Dart SDK from 5acaa5f14b03 to cfaa7606cbf5 (2 revisions) https://dart.googlesource.com/sdk.git/+log/5acaa5f14b03..cfaa7606cbf5 2020-12-02 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-106.0.dev 2020-12-02 dart-luci-ci-builder@dart-ci.iam.gserviceaccount.com Version 2.12.0-105.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md --- DEPS | 5 ++--- ci/licenses_golden/licenses_third_party | 2 +- tools/const_finder/.dart_tool/package_config.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 055d28af2afcd..81afb7426177c 100644 --- a/DEPS +++ b/DEPS @@ -34,11 +34,10 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '5acaa5f14b03a1d3711c91bc4ee9a24f3e21a299', + 'dart_revision': 'cfaa7606cbf5fa53c6d228d655734d6de002b052', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py - 'dart_args_tag': '1.6.0', 'dart_boringssl_gen_rev': '429ccb1877f7987a6f3988228bc2440e61293499', 'dart_boringssl_rev': '4dfd5af70191b068aebe567b8e29ce108cee85ce', 'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3', @@ -157,7 +156,7 @@ deps = { # WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py. 'src/third_party/dart/third_party/pkg/args': - Var('dart_git') + '/args.git' + '@' + Var('dart_args_tag'), + Var('dart_git') + '/args.git@139140125126661fac88c9aa5882165936d01c91', 'src/third_party/dart/third_party/pkg/async': Var('dart_git') + '/async.git@695b3ac280f107c84adf7488743abfdfaaeea68f', diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index fc633727e5156..7377e170106cd 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: c1012bf0b8370977d0de2888292a72b2 +Signature: c95a6daa96fa8983da2bce1cd4d5eb16 UNUSED LICENSES: diff --git a/tools/const_finder/.dart_tool/package_config.json b/tools/const_finder/.dart_tool/package_config.json index 7731f2f5b3011..040954eb814bf 100644 --- a/tools/const_finder/.dart_tool/package_config.json +++ b/tools/const_finder/.dart_tool/package_config.json @@ -23,7 +23,7 @@ "name": "args", "rootUri": "../../../../third_party/dart/third_party/pkg/args", "packageUri": "lib", - "languageVersion": "2.3" + "languageVersion": "2.12" }, { "name": "collection",