File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ environment:
66 sdk : ^3.7.0
77
88dependencies :
9- analyzer : ' >=6.9.0 <8.0.0'
109 build : ^3.0.0-dev
1110 source_gen : any
11+ analyzer : ^7.4.0
1212
1313dev_dependencies :
1414 dart_flutter_team_lints : ^3.1.0
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ dev_dependencies:
1313 build_runner : ^2.0.0
1414 build_verify : ^3.0.0
1515 dart_flutter_team_lints : ^3.1.0
16- test : ^1.5.1
16+ test : ^1.25.9
Original file line number Diff line number Diff line change 44 do resolution need to switch to the new API, see
55 https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md .
66 For questions please use https://github.com/dart-lang/build/discussions .
7+ - Updated the minimum package versions for a number of dependencies.
78- Require Dart 3.7.0
89
910## 2.0.0
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ class _Builder extends Builder {
189189 log.severe (
190190 '''
191191An error `${e .runtimeType }` occurred while formatting the generated source for
192- `${library .identifier }`
192+ `${library .uri }`
193193which was output to
194194 `${outputId .path }`.
195195This may indicate an issue in the generator, the input source code, or in the
Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ environment:
99 sdk : ^3.7.0
1010
1111dependencies :
12- analyzer : ' >=6.9.0 <8.0.0 '
13- async : ^2.5 .0
12+ analyzer : ^7.4.0
13+ async : ^2.10 .0
1414 build : ^3.0.0-dev
15- dart_style : ' >=2.3.7 <4. 0.0'
15+ dart_style : ^3. 0.0
1616 glob : ^2.0.0
17- path : ^1.8 .0
17+ path : ^1.9 .0
1818 pub_semver : ^2.1.4
1919 source_span : ^1.8.0
20- yaml : ^3.0.0
20+ yaml : ^3.1.2
2121
2222dev_dependencies :
2323 _test_annotations :
2424 path : ../_test_annotations
2525 build_test : ^3.3.0-dev
2626 dart_flutter_team_lints : ^3.1.0
27- logging : ^1.0 .0
27+ logging : ^1.2 .0
2828 term_glyph : ^1.2.0
29- test : ^1.16.0
29+ test : ^1.25.9
You can’t perform that action at this time.
0 commit comments