diff --git a/CHANGELOG.md b/CHANGELOG.md index a32f373daa4..b49bdca928f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,12 +41,16 @@ additional details see the [announcement]. #### Linter -The Linter was updated to `0.1.106`, which includes: +The Linter was updated to `0.1.108`, which includes: -* improved docs for `comment_references` -* fixes to `null_closures` to properly handle `Iterable.singleWhere` -* (internal) migration to latest analyzer APIs -* new lint: `no_logic_in_create_state` +* `always_put_required_parameters` updated for NNBD +* updated to `package:analyzer` 0.39.3 APIs +* miscellaneous doc cleanups (typos, etc) +* new lint: `use_key_in_widget_constructors` +* new lint: `avoid_redundant_argument_values` +* updated `slash_for_doc_comments` to check mixin declarations +* (internal) updates to use new `LinterContext.evaluateConstant` API +* improved docs for `always_require_non_null_named_parameters` #### Pub diff --git a/DEPS b/DEPS index dca29086bac..2a0aeaf97bd 100644 --- a/DEPS +++ b/DEPS @@ -102,7 +102,7 @@ vars = { "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.106", + "linter_tag": "0.1.108", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.1.1",