diff --git a/CHANGELOG.md b/CHANGELOG.md index 438fa0c9875..e71ba8fabb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,8 +68,13 @@ #### Linter -Updated the Linter to `0.1.116`, which includes: +Updated the Linter to `0.1.117`, which includes: +* Fixed `directives_ordering` to remove third party package special-casing. +* Fixed `unnecessary_lambdas` to check for tearoff assignability. +* Fixed `prefer_is_empty` to special-case assert initializers and const contexts. +* Test utilities moved to: `lib/src/test_utilities`. +* New lint: `do_not_use_environment`. * New lint: `no_default_cases` (experimental). * New lint: `exhaustive_cases`. * Updated `type_annotate_public_apis` to allow inferred types in final field assignments. diff --git a/DEPS b/DEPS index cd6fa4c97cd..9b0f1ece1c3 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ vars = { "intl_tag": "0.16.1", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_rev": "d589e635d8ccb7cda6a804bd571f88abbabab146", - "linter_tag": "0.1.116", + "linter_tag": "0.1.117", "logging_rev": "9561ba016ae607747ae69b846c0e10958ca58ed4", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_rev": "dd150bb64c5f3b41d31f20f399ae2a855f7f8c00",