diff --git a/CHANGELOG.md b/CHANGELOG.md index 827df09c984..3c2362041bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,12 @@ #### Linter -Updated the Linter to `1.0.0`, which includes: +Updated the Linter to `1.1.0`, which includes: +- fixed `prefer_mixin` to properly make exceptions for `dart.collection` + legacy mixins. +- new lint: `use_build_context_synchronously` (experimental). +- new lint: `avoid_multiple_declarations_per_line`. - full library migration to null-safety. - new lint: `use_if_null_to_convert_nulls_to_bools`. - new lint: `deprecated_consistency`. diff --git a/DEPS b/DEPS index ffe4f750a49..f148696ca8b 100644 --- a/DEPS +++ b/DEPS @@ -119,7 +119,7 @@ vars = { "intl_tag": "0.17.0-nullsafety", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d", - "linter_tag": "1.0.0", + "linter_tag": "1.1.0", "logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_rev": "9c4beaac96d8f008078e00b027915f81b665d2de",