diff --git a/CHANGELOG.md b/CHANGELOG.md index c048c1353e2..b5f19aa5391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,11 +161,14 @@ const int x = (s == null) ? 0 : s.length; #### Linter -The Linter was updated to `0.1.96`, which includes: +The Linter was updated to `0.1.97+1`, which includes: -* fixed false positives in `unnecessary_parens` -* various changes to migrate to preferred analyzer APIs -* rule test fixes +* internal migration away from using analyzer `resolutionMap` +* various fixes and improvements to anticipate support for extension-methods +* new lint: `camel_case_extensions` +* rule template generation improvements +* new lint: `avoid_equals_and_hash_code_on_mutable_classes` +* extended `avoid_slow_async_io` to flag async `Directory` methods #### Dartdoc diff --git a/DEPS b/DEPS index bf995f7776e..6da118afd83 100644 --- a/DEPS +++ b/DEPS @@ -99,7 +99,7 @@ vars = { "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.96", + "linter_tag": "0.1.97+1", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.0.3",