From 18d8c0185a6399641fb0140b31a8d2712fab1f26 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 25 Aug 2022 10:27:10 +0000 Subject: [PATCH] Roll Dart SDK from 4738c1a1a514 to 99ce4a80c6cb (1 revision) https://dart.googlesource.com/sdk.git/+log/4738c1a1a514..99ce4a80c6cb 2022-08-25 dart-internal-sdk-dev-roller@dart-ci-internal.iam.gserviceaccount.com Version 2.19.0-138.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,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index e9659121987e3..22b41e4d257cc 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '4738c1a1a514a1b4ed9f4df17f71e2c5d9011d7a', + 'dart_revision': '99ce4a80c6cb174808fa1c08100dbcb9e50cbf78', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -164,7 +164,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/devtools': - {'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:d131d19091f6b89ac89486bd92440a25a523e8b0'}], 'dep_type': 'cipd'}, + {'packages': [{'version': 'git_revision:d131d19091f6b89ac89486bd92440a25a523e8b0', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'}, 'src/third_party/dart/third_party/pkg/args': Var('dart_git') + '/args.git@80d4abbd6b38b79bcdbc411b4b517628c7611232', @@ -329,7 +329,7 @@ deps = { Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'), 'src/third_party/dart/tools/sdks': - {'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:2.18.0-271.7.beta'}], 'dep_type': 'cipd'}, + {'packages': [{'version': 'version:2.18.0-271.7.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'}, # WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.