From cfa5b4bfb97c6c81b136282b60ab9216de880b39 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Thu, 14 Jan 2021 07:49:06 +0000 Subject: [PATCH] Roll dart_style 1.3.11 into the SDK. There are no formatting changes, so this does not need to be coordinated with a new pre-built SDK. The only changes are: - Fix a performance issue in files that contain many constructors with no initializer lists. - Fix uses of deprecated analyzer API and List(). - Move from Travis to GitHub actions. Change-Id: I0ef2e5f841bcd94ec1930e187bc3a4121c190e2e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179100 Auto-Submit: Bob Nystrom Commit-Queue: Alexander Thomas Reviewed-by: Alexander Thomas --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e4a4e16efa0..2c9ef02e109 100644 --- a/DEPS +++ b/DEPS @@ -98,7 +98,7 @@ vars = { # and land the review. # # For more details, see https://github.com/dart-lang/sdk/issues/30164 -"dart_style_tag": "1.3.10", # Please see the note above before updating. + "dart_style_tag": "1.3.11", # Please see the note above before updating. "chromedriver_tag": "83.0.4103.39", "dartdoc_rev" : "a1d86f2c992f4660ddcc09b27733396e92765d2a",