diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa646468f2..49d9e6e0419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,20 @@ * Class `OSError` now implements `Exception`. This change means `OSError` will now be caught in catch clauses catching `Exception`s. +### Tools + +#### Linter + +Updated the Linter to `0.1.115`, which includes: + +* Updated `avoid_types_as_parameter_names` to check catch-clauses. +* Fixed `unsafe_html` to check attributes and methods on extensions. +* Extended `unsafe_html` to include `Window.open`, `Element.html` and + `DocumentFragment.html` in unsafe API checks. +* Improved docs for `sort_child_properties_last`. +* (internal) `package:analyzer` API updates. +* New lint: `sized_box_for_whitespace`. + ### Dart VM diff --git a/DEPS b/DEPS index 232f7361e2e..ccacac6f3df 100644 --- a/DEPS +++ b/DEPS @@ -102,7 +102,7 @@ vars = { "intl_tag": "0.16.1", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.114", + "linter_tag": "0.1.115", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.1.1",