Bump linter to widen reportError parameter type
There should be no additional lint reported with this bump.
Bug: https://github.com/dart-lang/sdk/issues/51678
Change-Id: Ia8791e658a86cbc8241468d80c783affc34ed80a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291046
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1ec900..758e34e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -238,6 +238,14 @@
- update `unreachable_from_main` to track static elements.
- update `unnecessary_null_checks` to not report on arguments passed to
`Future.value` or `Completer.complete`.
+- mark `always_use_package_imports` and `prefer_relative_imports` as
+ incompatible rules.
+- update `only_throw_errors` to not report on `Never`-typed expressions.
+- update `unnecessary_lambdas` to not report with `late final` variables.
+- update `avoid_function_literals_in_foreach_calls` to not report with nullable-
+ typed targets.
+- add new lint: `deprecated_member_use_from_same_package` which replaces the
+ soft-deprecated analyzer hint of the same name.
#### Migration tool removal
diff --git a/DEPS b/DEPS
index 7cbf06b..83b1cab 100644
--- a/DEPS
+++ b/DEPS
@@ -145,7 +145,7 @@
"http_parser_rev": "b3b283b9f139640b932d604e8815460bbd3ecab5",
"intl_rev": "fca552f2ec5d682b5fa36f02bdd72a5a4e2edcee",
"json_rpc_2_rev": "0280ac6cb4f3905d81c47ba927123ba2b95f7940",
- "linter_rev": "7c7db85d29b46af51e3f4a5e0a33440c4e3791fc", # disable rev_sdk_deps.dart
+ "linter_rev": "d116555dc05bd29a17842e36e684cb9b4a608e1e", # disable rev_sdk_deps.dart
"lints_rev": "dfded5e265015f21ce154577fe8488dc244e33c2",
"logging_rev": "abef3717d958158eb8b0ddb2871f4b15a9804cd4",
"markdown_rev": "ecbffa9bf9109d490b9388e9cb1f2bb801aee63c",