Support the latest version of pkg:analyzer (#1992)

* Support the latest version of pkg:analyzer

Also bump pkg:coverage version

* oops

* things
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02ca3db..487bc36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.28.5-dev
+* Support the latest version of `package:analyzer`.
+
 ## 0.28.4
 * **Breaking change** Change the default for `allow-tools` command line flag to false.
 * Fix some lints.
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index dd91599..c9d9d6c 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.4/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.5-dev/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index e0c8b3f..e4bd888 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.28.4';
+const packageVersion = '0.28.5-dev';
diff --git a/pubspec.yaml b/pubspec.yaml
index 8e0ccac..f783f51 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,14 +1,14 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.28.4
+version: 0.28.5-dev
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
 environment:
-  sdk: '>=2.1.0-dev.9.4 <3.0.0'
+  sdk: '>=2.1.0 <3.0.0'
 
 dependencies:
-  analyzer: ^0.36.3
+  analyzer: '>=0.36.3 <0.38.0'
   args: '>=1.4.1 <2.0.0'
   collection: ^1.2.0
   crypto: ^2.0.6
@@ -32,7 +32,7 @@
   build: ^1.0.1
   build_runner: ^1.0.0
   build_version: ^2.0.0
-  coverage: ^0.12.4
+  coverage: ^0.13.0
   dhttpd: ^3.0.0
   glob: ^1.1.5
   grinder: ^0.8.2