diff --git a/CHANGELOG.md b/CHANGELOG.md index 266cce2f740..d937ee5c030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,20 @@ [visualizer]: https://dart-lang.github.io/dump-info-visualizer/ +#### Linter + +The Linter was updated to `0.1.83` which includes the following changes: + +* updated `file_names` to skip prefixed-extension Dart files (e.g., `.css.dart`, `.g.dart`) +* updated SDK constraint to `2.2.0` +* miscellaneous rule documentation fixes +* (internal) updated sources to use Set literals +* fixed NPE in `avoid_shadowing_type_parameters` +* added linter version numbering for use in analyzer summaries +* fixed type utilities to handle inheritance cycles +* (internal) changes to adopt new `package:analyzer` APIs +* fixed `unnecessary_parenthesis` false positives + #### Other Tools ## 2.2.0 - 2019-02-26 diff --git a/DEPS b/DEPS index c6f2c793fc8..4a66b536445 100644 --- a/DEPS +++ b/DEPS @@ -95,7 +95,7 @@ vars = { "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.82", + "linter_tag": "0.1.83", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.0.2",