File tree Expand file tree Collapse file tree 9 files changed +17
-13
lines changed
Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 11name : _fe_analyzer_shared
22# See the release policy for managing this version number at
33# pkg/analyzer/doc/implementation/releasing.md.
4- version : 91 .0.0
4+ version : 92 .0.0
55description : Logic that is shared between the front_end and analyzer packages.
66repository : https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
77
Original file line number Diff line number Diff line change 1- ## 0.3.4-dev
1+ ## 0.3.4
22
33- Require version ` 9.0.0 ` of the ` analyzer ` package.
44
Original file line number Diff line number Diff line change 11name : analysis_server_plugin
22description : A framework and support code for building plugins for the analysis server.
3- version : 0.3.4-dev
3+ version : 0.3.4
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
55
66environment :
@@ -11,8 +11,8 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^ 9.0.0- 0
15- analyzer_plugin : 0.13.11-dev
14+ analyzer : 9.0.0
15+ analyzer_plugin : 0.13.11
1616 meta : ^1.16.0
1717 yaml : ^3.1.0
1818 yaml_edit : ^2.2.0
Original file line number Diff line number Diff line change 1- ## 9.0.0-dev
1+ ## 9.0.0
22* Remove deprecated field ` Diagnostic.data ` .
33* In the method ` DiagnosticReporter.atOffset ` and the constructors
44 ` Diagnostic.tmp ` and ` Diagnostic.forValues ` , remove the deprecated named
Original file line number Diff line number Diff line change 11name : analyzer
2- version : 9.0.0-dev
2+ version : 9.0.0
33description : >-
44 This package provides a library that performs static analysis of Dart code.
55repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@@ -12,7 +12,7 @@ resolution: workspace
1212dependencies :
1313 # See the release policy for this dependency at
1414 # pkg/analyzer/doc/implementation/releasing.md.
15- _fe_analyzer_shared : ^91 .0.0
15+ _fe_analyzer_shared : ^92 .0.0
1616 collection : ^1.19.0
1717 convert : ^3.0.0
1818 crypto : ^3.0.0
Original file line number Diff line number Diff line change 1+ ## 0.13.11
2+
3+ - Require version ` 9.0.0 ` of the ` analyzer ` package.
4+
15## 0.13.10
26
37- Require version ` 8.4.0 ` of the ` analyzer ` package.
Original file line number Diff line number Diff line change 11name : analyzer_plugin
22description : A framework and support code for building plugins for the analysis server.
3- version : 0.13.11-dev
3+ version : 0.13.11
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
55
66environment :
@@ -11,7 +11,7 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^ 9.0.0- 0
14+ analyzer : 9.0.0
1515 collection : ^1.15.0
1616 dart_style : ^3.0.0
1717 pub_semver : ^2.1.0
Original file line number Diff line number Diff line change 1- ## 0.1.6-dev
1+ ## 0.1.6
22
33- Require version ` 9.0.0 ` of the ` analyzer ` package.
44
Original file line number Diff line number Diff line change 11name : analyzer_testing
22description : Testing utilities related to the analyzer and analysis_server_plugin packages.
3- version : 0.1.6-dev
3+ version : 0.1.6
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
55
66environment :
@@ -11,7 +11,7 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^ 9.0.0- 0
14+ analyzer : 9.0.0
1515 meta : ^1.10.0
1616 path : ^1.9.0
1717 test : ^1.25.0
You can’t perform that action at this time.
0 commit comments