File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 3.1.2-wip
1
+ ## 3.1.2
2
2
3
3
* Support dot shorthand syntax.
4
+ * Update to the latest ` package:analyzer ` .
4
5
* Enable language version 3.10.
5
6
6
7
### Bug fixes
Original file line number Diff line number Diff line change 1
1
name : dart_style
2
2
# Note: See tool/grind.dart for how to bump the version.
3
- version : 3.1.2-wip
3
+ version : 3.1.2
4
4
description : >-
5
5
Opinionated, automatic Dart source code formatter.
6
6
Provides an API and a CLI tool.
@@ -10,17 +10,17 @@ environment:
10
10
11
11
dependencies :
12
12
analyzer : ^8.0.0
13
- args : " >=1 .0.0 <3.0.0 "
14
- collection : " ^1.17.0 "
13
+ args : ^2 .0.0
14
+ collection : ^1.19.0
15
15
package_config : ^2.1.0
16
- path : ^1.0 .0
17
- pub_semver : " >= 1.4.4 <3.0.0 "
18
- source_span : ^1.4 .0
16
+ path : ^1.9 .0
17
+ pub_semver : ^2. 1.4
18
+ source_span : ^1.8 .0
19
19
yaml : ^3.1.2
20
20
21
21
dev_dependencies :
22
22
dart_flutter_team_lints : ^3.1.0
23
- grinder : ^0.9.0-nullsafety.0
24
- test : ^1.24.6
23
+ grinder : ^0.9.0
24
+ test : ^1.26.3
25
25
test_descriptor : ^2.0.0
26
26
test_process : ^2.0.0
You can’t perform that action at this time.
0 commit comments