File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11## 0.3.5-dev
22
3- - Require version ` 9 .0.1 ` of the ` analyzer ` package.
4- - Require version ` 0.14.0 ` of the ` analyzer ` package.
3+ - Require version ` 10 .0.0 ` of the ` analyzer ` package.
4+ - Require version ` 0.14.0 ` of the ` analyzer_plugin ` package.
55- ` PluginRegistry.registerFixForRule ` now accepts a ` DiagnosticCode ` (a
66 supertype of the old parameter type, ` LintCode ` ).
77
Original file line number Diff line number Diff line change @@ -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.1 -dev
14+ analyzer : 10 .0.0 -dev
1515 analyzer_plugin : 0.14.0-dev
1616 meta : ^1.16.0
1717 yaml : ^3.1.0
Original file line number Diff line number Diff line change 11name : analyzer
2- version : 9 .0.1 -dev
2+ version : 10 .0.0 -dev
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
Original file line number Diff line number Diff line change 11## 0.14.0-dev
22
3- - Require version ` 9 .0.1 ` of the ` analyzer ` package.
3+ - Require version ` 10 .0.0 ` of the ` analyzer ` package.
44- ` AssistContributorMixin ` is now a mixin.
55- Remove deprecated ` methodBeingCopied ` parameters on various methods.
66- Remove ` ChangeBuilder.new ` 's deprecated ` eol ` parameter.
Original file line number Diff line number Diff line change @@ -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.1 -dev
14+ analyzer : 10 .0.0 -dev
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 11## 0.1.8-dev
22
3- - Require version ` 9 .0.1 ` of the ` analyzer ` package.
3+ - Require version ` 10 .0.0 ` of the ` analyzer ` package.
44- Change the behavior of ` analysisOptionsContent ` so that by default, the
55 analysis options file used in testing specifies a ` true ` value for
66 ` propagate-linter-exceptions ` . This ensures that when tests are run,
Original file line number Diff line number Diff line change @@ -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.1 -dev
14+ analyzer : 10 .0.0 -dev
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