update to latest analyzer

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1106553004
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9043ff1..a0fee13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
-# 0.1.8-dev
+# 0.1.8
 
-* Update to latest args.
+* Update to latest `analyzer` and `args` packages.
 * Allow cascades with repeated method names to be one line.
 
 # 0.1.7
@@ -10,9 +10,9 @@
 * Optimize formatting deeply nested expressions (#108).
 * Discard unused nesting level to improve performance (#108).
 * Discard unused spans to improve performance (#108).
-* Harden splits that containg too much nesting (#108).
+* Harden splits that contain too much nesting (#108).
 * Try to avoid splitting single-element lists (#211).
-* Avoid splitting when the first argument is a function expression (#211). 
+* Avoid splitting when the first argument is a function expression (#211).
 
 # 0.1.6
 
@@ -34,7 +34,7 @@
 * Support `await for` statements (#154).
 * Don't delete commas between enum values with doc comments (#171).
 * Put a space between nested unary `-` calls (#170).
-* Allow `-t` flag to preserve compability with old formatter (#166).
+* Allow `-t` flag to preserve compatibility with old formatter (#166).
 * Support `--machine` flag for machine-readable output (#164).
 * If no paths are provided, read source from stdin (#165).
 
diff --git a/pubspec.lock b/pubspec.lock
index 6a33dc1..7c2ef77 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -4,11 +4,11 @@
   analyzer:
     description: analyzer
     source: hosted
-    version: "0.24.0"
+    version: "0.25.0"
   args:
     description: args
     source: hosted
-    version: "0.12.2+6"
+    version: "0.13.0"
   browser:
     description: browser
     source: hosted
@@ -24,47 +24,43 @@
   http:
     description: http
     source: hosted
-    version: "0.11.1+3"
+    version: "0.11.2"
   http_multi_server:
     description: http_multi_server
     source: hosted
-    version: "1.3.0+1"
+    version: "1.3.2"
   http_parser:
     description: http_parser
     source: hosted
-    version: "0.0.2+5"
-  logging:
-    description: logging
-    source: hosted
-    version: "0.9.3"
+    version: "0.0.2+6"
   matcher:
     description: matcher
     source: hosted
-    version: "0.11.4+2"
+    version: "0.11.4+4"
   path:
     description: path
     source: hosted
-    version: "1.3.3"
+    version: "1.3.5"
   scheduled_test:
     description: scheduled_test
     source: hosted
-    version: "0.11.7+1"
+    version: "0.11.8"
   shelf:
     description: shelf
     source: hosted
-    version: "0.6.0"
+    version: "0.6.1+1"
   source_span:
     description: source_span
     source: hosted
-    version: "1.0.3"
+    version: "1.1.2"
   stack_trace:
     description: stack_trace
     source: hosted
-    version: "1.2.3"
+    version: "1.3.1"
   string_scanner:
     description: string_scanner
     source: hosted
-    version: "0.1.3"
+    version: "0.1.3+1"
   unittest:
     description: unittest
     source: hosted
@@ -72,4 +68,4 @@
   watcher:
     description: watcher
     source: hosted
-    version: "0.9.4"
+    version: "0.9.5"
diff --git a/pubspec.yaml b/pubspec.yaml
index 46459fc..9f81841 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: dart_style
-version: 0.1.8-dev
+version: 0.1.8
 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.25.0'
+  analyzer: '>=0.24.0 <0.26.0'
   args: '>=0.12.1 <0.14.0'
   path: '>=1.0.0 <2.0.0'
   source_span: '>=1.0.0 <2.0.0'