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 <rnystrom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Bob Nystrom 2021-01-14 07:49:06 +00:00 committed by commit-bot@chromium.org
parent b0db6d38c0
commit cfa5b4bfb9

2
DEPS
View file

@ -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",