bump to linter 0.1.82

The Set literals support in 0.1.82 looks good for Flutter after a test migration
(https://github.com/flutter/flutter/pull/27811).

flutter-analyze-try is meant to break but only flag legitimate opportunities to migrate (validated in PR above).


Change-Id: Ie63d00cd006a96cd7f2df44b82ff8a82cf73b6bc
Reviewed-on: https://dart-review.googlesource.com/c/92761
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db403a0..1913de9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -74,8 +74,11 @@
 
 ### Linter
 
-The linter was bumped to `0.1.80` which introduces the following linter improvements to the SDK:
+The linter was bumped to `0.1.82` which introduces the following linter improvements to the SDK:
 
+* fixed `prefer_const_declarations` Set literal false-positives
+* updates to `prefer_collection_literals` to support Set literals
+* new lint: `provide_deprecation_message`
 * `unnecessary_parenthesis` updated to play nicer with cascades
 * new lint: `use_full_hex_values_for_flutter_colors`
 * new lint: `prefer_null_aware_operators`
diff --git a/DEPS b/DEPS
index 20d276a..e8098e9 100644
--- a/DEPS
+++ b/DEPS
@@ -95,7 +95,7 @@
   "intl_tag": "0.15.7",
   "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
   "json_rpc_2_tag": "2.0.9",
-  "linter_tag": "0.1.80",
+  "linter_tag": "0.1.82",
   "logging_tag": "0.11.3+2",
   "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
   "markdown_tag": "2.0.2",