From 242958f8bad520cbca756ec9e8bf437f855b0bd5 Mon Sep 17 00:00:00 2001 From: engine-flutter-autoroll Date: Fri, 19 Sep 2025 11:13:55 -0400 Subject: [PATCH] Roll Dart SDK from 2c79803c97db to 78e68d1a7dbf (3 revisions) (#175646) https://dart.googlesource.com/sdk.git/+log/2c79803c97db..78e68d1a7dbf 2025-09-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.10.0-222.0.dev 2025-09-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.10.0-221.0.dev 2025-09-18 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.10.0-220.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 Please CC chinmaygarde@google.com,dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 1fa0c8bf180..c37a840672f 100644 --- a/DEPS +++ b/DEPS @@ -56,25 +56,25 @@ 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': '2c79803c97db0b05787c8f5df77ced2305f28946', + 'dart_revision': '78e68d1a7dbf75a66c7373a56fc218819f9dc48c', # 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_ai_rev': 'bc90433664d502b69cc85f05ae2bc51df51a27a2', + 'dart_ai_rev': '078abd245d8e438ff053f0d123889d56586e25da', 'dart_binaryen_rev': '1d2e23d5e55788091a51420ba3a9889d4efe7509', 'dart_boringssl_rev': '40e035a9e5d721b3b7c15c46259d782ffe7d9e96', 'dart_core_rev': '5c3e2c38df268be2347f3aad30ced0147dd012bb', 'dart_devtools_rev': '5e1792245005088a0a0dfe28f207bd22045ba783', 'dart_ecosystem_rev': '36e514d52c5d056227e4cea98b784ade50b5b4f1', - 'dart_http_rev': 'ef05b3744424885d93f88a6a50664fb5b7d5cbdb', + 'dart_http_rev': 'd8e69290b1284210f7df1b8576b27d8acaf3b47f', 'dart_i18n_rev': 'a62bed2cf32482e531fbc5c719dfb30680f31c0d', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', 'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b', 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', - 'dart_protobuf_rev': '971bcae358e8c6d0246382b0b15b787e6ac0a428', + 'dart_protobuf_rev': '456e2ee704af27225e25ba092164f66dcbf63000', 'dart_pub_rev': '469eb6193c0a49495ea2ce7432cf749f077ad596', 'dart_sync_http_rev': '6666fff944221891182e1f80bf56569338164d72', - 'dart_tools_rev': '4254267d4aa8e4e9c2fa4e0113975d21857aa9e4', + 'dart_tools_rev': '042b03e8284032088f851172ab7b2aed06da1d72', 'dart_vector_math_rev': '3939545edc38ed657381381d33acde02c49ff827', 'dart_web_rev': '25a0b5b0a4a126788c06738331c5c4af8225f6f8', 'dart_webdev_rev': '23aefebea46c1f94c27703743b2c8db1f651bf29', @@ -314,7 +314,7 @@ deps = { Var('dart_git') + '/dart_style.git@ca019b0498692ad78f5f0f0f6208a1258e17fc90', 'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc': - Var('dart_git') + '/dartdoc.git@49fc272d40c4d782a643a0d131da4963292f0da7', + Var('dart_git') + '/dartdoc.git@4df6dbe5e651e3c8a4f199e4752b12366d7eeef4', 'engine/src/flutter/third_party/dart/third_party/pkg/ecosystem': Var('dart_git') + '/ecosystem.git' + '@' + Var('dart_ecosystem_rev'),