bump deps to analyzer 10
Change-Id: I181a914a4086d868a3dbed7d817f8bc04a72e2b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462560 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
committed by
Commit Queue
parent
68114633bf
commit
2fb8ef8417
@@ -1,7 +1,7 @@
|
||||
## 0.3.5-dev
|
||||
|
||||
- Require version `9.0.1` of the `analyzer` package.
|
||||
- Require version `0.14.0` of the `analyzer` package.
|
||||
- Require version `10.0.0` of the `analyzer` package.
|
||||
- Require version `0.14.0` of the `analyzer_plugin` package.
|
||||
- `PluginRegistry.registerFixForRule` now accepts a `DiagnosticCode` (a
|
||||
supertype of the old parameter type, `LintCode`).
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 9.0.1-dev
|
||||
analyzer: 10.0.0-dev
|
||||
analyzer_plugin: 0.14.0-dev
|
||||
meta: ^1.16.0
|
||||
yaml: ^3.1.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: analyzer
|
||||
version: 9.0.1-dev
|
||||
version: 10.0.0-dev
|
||||
description: >-
|
||||
This package provides a library that performs static analysis of Dart code.
|
||||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## 0.14.0-dev
|
||||
|
||||
- Require version `9.0.1` of the `analyzer` package.
|
||||
- Require version `10.0.0` of the `analyzer` package.
|
||||
- `AssistContributorMixin` is now a mixin.
|
||||
- Remove deprecated `methodBeingCopied` parameters on various methods.
|
||||
- Remove `ChangeBuilder.new`'s deprecated `eol` parameter.
|
||||
|
||||
@@ -11,7 +11,7 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 9.0.1-dev
|
||||
analyzer: 10.0.0-dev
|
||||
collection: ^1.15.0
|
||||
dart_style: ^3.0.0
|
||||
pub_semver: ^2.1.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## 0.1.8-dev
|
||||
|
||||
- Require version `9.0.1` of the `analyzer` package.
|
||||
- Require version `10.0.0` of the `analyzer` package.
|
||||
- Change the behavior of `analysisOptionsContent` so that by default, the
|
||||
analysis options file used in testing specifies a `true` value for
|
||||
`propagate-linter-exceptions`. This ensures that when tests are run,
|
||||
|
||||
@@ -11,7 +11,7 @@ resolution: workspace
|
||||
dependencies:
|
||||
# See the release policy for managing this dependency at
|
||||
# pkg/analyzer/doc/implementation/releasing.md.
|
||||
analyzer: 9.0.1-dev
|
||||
analyzer: 10.0.0-dev
|
||||
meta: ^1.10.0
|
||||
path: ^1.9.0
|
||||
test: ^1.25.0
|
||||
|
||||
Reference in New Issue
Block a user