From 326357fd7eccc1b95df167cfdb15085aece42f8a Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Mon, 1 Aug 2016 17:14:37 -0700 Subject: [PATCH] Update dart_style to 0.2.9. This adds support for trailing commas in argument and parameter lists along with a slew of other fixes. R=nweiz@google.com Review URL: https://codereview.chromium.org/2202023004 . --- CHANGELOG.md | 5 +++++ DEPS | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c192bd88760..56bddf5692a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ### Tool Changes +* `dartfmt` - upgraded to v0.2.9 + * Support trailing commas in argument and parameter lists. + * Gracefully handle read-only files. + * About a dozen other bug fixes. + * Pub * Added the ability for packages to declare a constraint on the [Flutter][] SDK: diff --git a/DEPS b/DEPS index 5a63421547f..9a0118e75c4 100644 --- a/DEPS +++ b/DEPS @@ -54,7 +54,7 @@ vars = { "csslib_tag" : "@0.12.0", "dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1", "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", - "dart_style_tag": "@0.2.4", + "dart_style_tag": "@0.2.9", "dartdoc_tag" : "@v0.9.6+2", "dev_compiler_rev": "@d39946fd7af11d02a8831dbd7a2b776c69099ff6", "fixnum_tag": "@0.10.5",