Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fbc56c1

Browse files
author
Dart CI
committed
Version 2.12.0-19.0.dev
Merge commit '97015a0f07f8e80decba2c9cee1577e12186380e' into 'dev'
2 parents 599329b + 97015a0 commit fbc56c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file.
5656

5757
#### Linter
5858

59-
Updated the Linter to `0.1.122`, which includes:
59+
Updated the Linter to `0.1.123`, which includes:
6060

61-
* A fixed NPE in `unnecessary_null_checks`.
61+
* Fixed NPEs in `unnecessary_null_checks`.
6262
* A fixed NPE in `missing_whitespace_between_adjacent_strings`.
6363
* Updates to `void_checks` for NNBD.
6464
* A fixed range error in `unnecessary_string_escapes`.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ vars = {
117117
"intl_tag": "0.17.0-nullsafety",
118118
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
119119
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
120-
"linter_tag": "0.1.122",
120+
"linter_tag": "0.1.123",
121121
"logging_rev": "9d2a7fdd05b09bc06474881152b5baaf38fd1329",
122122
"markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
123123
"markdown_rev": "6f89681d59541ddb1cf3a58efbdaa2304ffc3f51",

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 12
2929
PATCH 0
30-
PRERELEASE 18
30+
PRERELEASE 19
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)