Roll Dart SDK from 35f6108ef685 to 1530a824fd5f (6 revisions) (flutter/engine#38431)

https://dart.googlesource.com/sdk.git/+log/35f6108ef685..1530a824fd5f

2022-12-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-45.0.dev
2022-12-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-44.0.dev
2022-12-19 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-43.0.dev
2022-12-17 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-42.0.dev
2022-12-17 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-41.0.dev
2022-12-16 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-40.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 chinmaygarde@google.com,dart-vm-team@google.com,asiva@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
This commit is contained in:
skia-flutter-autoroll 2022-12-20 20:53:23 -05:00 committed by GitHub
parent 91f1d38669
commit d64fedc717

6
DEPS
View File

@ -48,7 +48,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': '35f6108ef68592b5b266df87ddb9e142668dcbc1',
'dart_revision': '1530a824fd5fb63dfd6558796ac4668b42c3e2ca',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -301,7 +301,7 @@ deps = {
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@7769139efbe818c7ba36d1a382db5114ebee9df8',
'src/third_party/dart/third_party/devtools':
{'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:dd3fade2bd2ef74fc6102e56333a48f0efc594d3'}], 'dep_type': 'cipd'},
{'packages': [{'version': 'git_revision:dd3fade2bd2ef74fc6102e56333a48f0efc594d3', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@da037acc018a8dd267d109eb634454490b7ff759',
@ -466,7 +466,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.19.0-374.0.dev'}], 'dep_type': 'cipd'},
{'packages': [{'version': 'version:2.19.0-374.0.dev', '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.