From 38544854a221d3afd4b06d4db571391a3d0bc678 Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 11 Nov 2020 22:50:52 +0000 Subject: [PATCH] linter 0.1.125 Change-Id: I2d34d29b082ac731603464e0194762902db9d1a1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171681 Reviewed-by: Brian Wilkerson Reviewed-by: Devon Carew Commit-Queue: Phil Quitslund --- CHANGELOG.md | 3 ++- DEPS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f93f2cc12..139cd68c469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,8 +56,9 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file. #### Linter -Updated the Linter to `0.1.124`, which includes: +Updated the Linter to `0.1.125`, which includes: +* (Internal): test updates to the new `PhysicalResourceProvider` API. * Fixed false positives in `prefer_constructors_over_static_methods`. * Updates to `package_names` to allow leading underscores. * Fixed NPEs in `unnecessary_null_checks`. diff --git a/DEPS b/DEPS index f6de560696b..bb393339d98 100644 --- a/DEPS +++ b/DEPS @@ -117,7 +117,7 @@ vars = { "intl_tag": "0.17.0-nullsafety", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d", - "linter_tag": "0.1.124", + "linter_tag": "0.1.125", "logging_rev": "e2f633b543ef89c54688554b15ca3d7e425b86a2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",