diff --git a/CHANGELOG.md b/CHANGELOG.md index 283c9d35861..7a76647d8b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,7 +121,11 @@ #### Linter -The Linter was updated to `0.1.94`, which includes a number of internal fixes. +The Linter was updated to `0.1.95`, which includes: + +* improvements to `unsafe_html` error reporting +* fixed false positives in `prefer_asserts_in_initializer_lists` +* fixes to `prefer_const_constructors` to not flag `@literal` annotated constructors #### Dartdoc diff --git a/DEPS b/DEPS index 2b20bf90ba3..f81fe61ec47 100644 --- a/DEPS +++ b/DEPS @@ -97,7 +97,7 @@ vars = { "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.94", + "linter_tag": "0.1.95", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.0.3",