[dartdev] Use package:lints v3 in dart create templates

Change-Id: Ia282ec3c0eca1a5ef8c3405238d0fce422962d8d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/330997
Reviewed-by: Devon Carew <devoncarew@google.com>
Auto-Submit: Parker Lougheed <parlough@gmail.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Parker Lougheed 2023-10-19 14:41:50 +00:00 committed by Commit Queue
parent e35faa28d8
commit 8225ddeae6
7 changed files with 19 additions and 6 deletions

View file

@ -1,3 +1,16 @@
## 3.3.0
### Tools
#### Dart command line
- The `dart create` command now uses v3 of `package:lints`,
including multiple new recommended lints by default.
To learn more about the updated collection of lints,
check out the `package:lints` [3.0.0 changelog entry][lints-3-0].
[lints-3-0]: https://pub.dev/packages/lints/changelog#300
## 3.2.0
### Language

View file

@ -47,7 +47,7 @@ dependencies:
args: ^2.4.2
dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
test: ^1.24.0
''';

View file

@ -49,7 +49,7 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
test: ^1.24.0
''';

View file

@ -47,7 +47,7 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
''';
final String _readme = '''

View file

@ -63,7 +63,7 @@ dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
test: ^1.24.0
''';

View file

@ -54,7 +54,7 @@ dependencies:
dev_dependencies:
http: ^1.1.0
lints: ^2.1.0
lints: ^3.0.0
test: ^1.24.0
''';

View file

@ -55,7 +55,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
lints: ^2.1.0
lints: ^3.0.0
''';
final String _readme = '''