Allow using analyzer 0.26.0-alpha.0.

R=nweiz@google.com

Review URL: https://chromiumcodereview.appspot.com//1249793005 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b620ac3..f73b1b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.8+2
+
+* Allow using analyzer 0.26.0-alpha.0.
+
 # 0.1.8+1
 
 * Use the new `test` package runner internally.
diff --git a/pubspec.lock b/pubspec.lock
index 5fd256c..a9a29fd 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -4,7 +4,7 @@
   analyzer:
     description: analyzer
     source: hosted
-    version: "0.25.0+1"
+    version: "0.25.2"
   args:
     description: args
     source: hosted
@@ -16,11 +16,15 @@
   barback:
     description: barback
     source: hosted
-    version: "0.15.2+4"
+    version: "0.15.2+5"
   browser:
     description: browser
     source: hosted
     version: "0.10.0+2"
+  charcode:
+    description: charcode
+    source: hosted
+    version: "1.1.0"
   collection:
     description: collection
     source: hosted
@@ -29,14 +33,22 @@
     description: crypto
     source: hosted
     version: "0.9.0"
+  csslib:
+    description: csslib
+    source: hosted
+    version: "0.12.1"
   glob:
     description: glob
     source: hosted
-    version: "1.0.4"
+    version: "1.0.5"
+  html:
+    description: html
+    source: hosted
+    version: "0.12.1+2"
   http:
     description: http
     source: hosted
-    version: "0.11.2"
+    version: "0.11.3"
   http_multi_server:
     description: http_multi_server
     source: hosted
@@ -44,7 +56,11 @@
   http_parser:
     description: http_parser
     source: hosted
-    version: "0.0.2+7"
+    version: "0.0.2+8"
+  logging:
+    description: logging
+    source: hosted
+    version: "0.11.1"
   matcher:
     description: matcher
     source: hosted
@@ -53,10 +69,18 @@
     description: mime
     source: hosted
     version: "0.9.3"
+  package_config:
+    description: package_config
+    source: hosted
+    version: "0.1.1"
   path:
     description: path
     source: hosted
-    version: "1.3.5"
+    version: "1.3.6"
+  plugin:
+    description: plugin
+    source: hosted
+    version: "0.1.0"
   pool:
     description: pool
     source: hosted
@@ -68,11 +92,11 @@
   scheduled_test:
     description: scheduled_test
     source: hosted
-    version: "0.12.1+2"
+    version: "0.12.2"
   shelf:
     description: shelf
     source: hosted
-    version: "0.6.1+2"
+    version: "0.6.2"
   shelf_static:
     description: shelf_static
     source: hosted
@@ -104,11 +128,15 @@
   test:
     description: test
     source: hosted
-    version: "0.12.3+4"
+    version: "0.12.3+8"
+  utf:
+    description: utf
+    source: hosted
+    version: "0.9.0+2"
   watcher:
     description: watcher
     source: hosted
-    version: "0.9.6"
+    version: "0.9.7"
   yaml:
     description: yaml
     source: hosted
diff --git a/pubspec.yaml b/pubspec.yaml
index ae66087..e715029 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: dart_style
-version: 0.1.8+1
+version: 0.1.8+2
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style
 dependencies:
-  analyzer: '>=0.24.0 <0.26.0'
+  analyzer: '>=0.24.0 <=0.26.0-alpha.0'
   args: '>=0.12.1 <0.14.0'
   path: '>=1.0.0 <2.0.0'
   source_span: '>=1.0.0 <2.0.0'