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
This commit is contained in:
skia-flutter-autoroll 2024-03-19 22:30:06 -04:00 committed by GitHub
parent 22f3f9dc54
commit 5cef3a2e2f

6
DEPS
View File

@ -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.