Version 3.11.0-146.0.dev
Merge 36528a42d8c139e2e7de757d449f09438b48883c into dev
diff --git a/DEPS b/DEPS
index fbd1955..77b4b81 100644
--- a/DEPS
+++ b/DEPS
@@ -78,7 +78,7 @@
"clang_version": "git_revision:2bf92787dfa5e59bfbc62edd397ecff051991ed3",
# https://chrome-infra-packages.appspot.com/p/gn/gn
- "gn_version": "git_revision:748c9571f3d18820a7989a880d5ddf220e54af1b",
+ "gn_version": "git_revision:c5a0003bcc2ac3f8d128aaffd700def6068e9a76",
"reclient_version": "re_client_version:28341fc74c68f05a5c8be35160ada940c4edb969",
"download_reclient": True,
diff --git a/pkg/analysis_server_plugin/CHANGELOG.md b/pkg/analysis_server_plugin/CHANGELOG.md
index 929bddf..9b47952 100644
--- a/pkg/analysis_server_plugin/CHANGELOG.md
+++ b/pkg/analysis_server_plugin/CHANGELOG.md
@@ -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`).
diff --git a/pkg/analysis_server_plugin/pubspec.yaml b/pkg/analysis_server_plugin/pubspec.yaml
index a6d5048..8ca57af 100644
--- a/pkg/analysis_server_plugin/pubspec.yaml
+++ b/pkg/analysis_server_plugin/pubspec.yaml
@@ -11,7 +11,7 @@
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
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index 0f04fa5..6be54c5 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -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
diff --git a/pkg/analyzer_plugin/CHANGELOG.md b/pkg/analyzer_plugin/CHANGELOG.md
index dc6d198..d87fe14 100644
--- a/pkg/analyzer_plugin/CHANGELOG.md
+++ b/pkg/analyzer_plugin/CHANGELOG.md
@@ -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.
diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
index f329b1b..571cc84 100644
--- a/pkg/analyzer_plugin/pubspec.yaml
+++ b/pkg/analyzer_plugin/pubspec.yaml
@@ -11,7 +11,7 @@
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
diff --git a/pkg/analyzer_testing/CHANGELOG.md b/pkg/analyzer_testing/CHANGELOG.md
index 81d9c30..b06b4fa 100644
--- a/pkg/analyzer_testing/CHANGELOG.md
+++ b/pkg/analyzer_testing/CHANGELOG.md
@@ -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,
diff --git a/pkg/analyzer_testing/pubspec.yaml b/pkg/analyzer_testing/pubspec.yaml
index d0a38c6..e69bdce 100644
--- a/pkg/analyzer_testing/pubspec.yaml
+++ b/pkg/analyzer_testing/pubspec.yaml
@@ -11,7 +11,7 @@
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
diff --git a/tools/VERSION b/tools/VERSION
index b542849..a73a072 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
MAJOR 3
MINOR 11
PATCH 0
-PRERELEASE 145
+PRERELEASE 146
PRERELEASE_PATCH 0