diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f18d514d4..4415ec90bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,17 @@ ### Tools +#### dartfmt + +* Add `--fix-single-cascade-statements`. +* Correctly handle `var` in `--fix-function-typedefs`. +* Preserve leading indentation in fixed doc comments. +* Split outer nested control flow elements. +* Always place a blank line after script tags. +* Don't add unneeded splits on if elements near comments. +* Indent blocks in initializers of multiple-variable declarations. +* Update the null-aware subscript syntax from `?.[]` to `?[]`. + #### Linter Updated the Linter to `0.1.115`, which includes: diff --git a/DEPS b/DEPS index 34e346a54d4..df7ca2d5350 100644 --- a/DEPS +++ b/DEPS @@ -84,7 +84,7 @@ vars = { # and land the review. # # For more details, see https://github.com/dart-lang/sdk/issues/30164 - "dart_style_tag": "1.3.2", # Please see the note above before updating. + "dart_style_tag": "1.3.6", # Please see the note above before updating. "dartdoc_tag" : "v0.31.0", "ffi_tag": "ea88d71b043ee14b268c3aedff14e9eb32e20959", diff --git a/third_party/pkg_tested/pkg_tested.status b/third_party/pkg_tested/pkg_tested.status index 47ab2541f4f..0b31420f0f8 100644 --- a/third_party/pkg_tested/pkg_tested.status +++ b/third_party/pkg_tested/pkg_tested.status @@ -15,7 +15,6 @@ pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Slow [ $runtime == vm ] -dart_style/test/command_line_test: Skip # Issue 33473 http_io/test/http_cross_process_test: Skip # Fails with --no-preview-dart-2 http_io/test/http_proxy_advanced_test: Pass, RuntimeError # flaky http_io/test/http_proxy_test: Pass, RuntimeError # flaky