bump linter to 0.1.92

Flutter breakage fixed: https://github.com/dart-lang/linter/issues/1624


Change-Id: Id41a0295ee4018350654307c0d3f90b522e8a383
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107302
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dac2a39..80be6e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,6 +80,15 @@
 
 ### Tools
 
+#### Linter
+
+The Linter was updated to `0.1.92`, which includes the following changes:
+
+* Improvements to `prefer_collection_literals` to better handle `LinkedHashSet`s and `LinkedHashMap`s
+* Updates to the Effective Dart rule set
+* Updates `prefer_final_fields` to be more inclusive
+* Miscellaneous documentation fixes
+
 ## 2.4.0 - 2019-06-24
 
 ### Core libraries
diff --git a/DEPS b/DEPS
index e7731b9..0c220ea 100644
--- a/DEPS
+++ b/DEPS
@@ -96,7 +96,7 @@
   "intl_tag": "0.15.7",
   "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
   "json_rpc_2_tag": "2.0.9",
-  "linter_tag": "0.1.91",
+  "linter_tag": "0.1.92",
   "logging_tag": "0.11.3+2",
   "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
   "markdown_tag": "2.0.3",