From 5cef3a2e2f0b1b87eeb7dc4cb13a210aa4b27e98 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 19 Mar 2024 22:30:06 -0400 Subject: [PATCH] Roll Dart SDK from 7885a3fa6bfd to 253535f51966 (2 revisions) (flutter/engine#51542) https://dart.googlesource.com/sdk.git/+log/7885a3fa6bfd..253535f51966 2024-03-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-250.0.dev 2024-03-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-249.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,jonahwilliams@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://issues.skia.org/issues/new?component=1389291&template=1850622 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 daa092ea1d5..dc62cf08bb7 100644 --- a/DEPS +++ b/DEPS @@ -62,7 +62,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': '7885a3fa6bfdd4df6e7f0a10c474cbc01e618f2d', + 'dart_revision': '253535f519662e05899778cb5447a72b986b0aab', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -446,7 +446,7 @@ deps = { Var('dart_git') + '/mockito.git@3ef744f8749864f2a036eba60c4203cc8f638949', 'src/third_party/dart/third_party/pkg/native': - Var('dart_git') + '/native.git@4fc6a333badace5d569bde4496462cc237dc3363', + Var('dart_git') + '/native.git@71ada4b5c8001e6b8207ed40331d158e0912cd94', 'src/third_party/dart/third_party/pkg/package_config': Var('dart_git') + '/package_config.git@3d90e6955ef19b7ce4f1b742a06a20ed4260700a', @@ -533,7 +533,7 @@ deps = { Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'), 'src/third_party/dart/tools/sdks/dart-sdk': - {'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:3.4.0-108.0.dev'}]}, + {'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:3.4.0-247.0.dev'}]}, # WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.