Skip to content

Commit 2fb8ef8

Browse files
srawlinsCommit Queue
authored andcommitted
bump deps to analyzer 10
Change-Id: I181a914a4086d868a3dbed7d817f8bc04a72e2b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462560 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 6811463 commit 2fb8ef8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pkg/analysis_server_plugin/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolution: workspace
1111
dependencies:
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

pkg/analyzer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 9.0.1-dev
2+
version: 10.0.0-dev
33
description: >-
44
This package provides a library that performs static analysis of Dart code.
55
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer

pkg/analyzer_plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolution: workspace
1111
dependencies:
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

pkg/analyzer_testing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

pkg/analyzer_testing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolution: workspace
1111
dependencies:
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

0 commit comments

Comments
 (0)