Start analyzer 13.2.0-dev, analyzer_plugin 0.14.11-dev, analyzer_testing 0.3.1-dev, analysis_server_plugin 0.3.17-dev

Change-Id: I08c2d7d8829ebe0eba147baa52a754e71b43c145
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/509520
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov
2026-06-04 12:51:41 -07:00
parent dc4f2db4cf
commit 46bb00bfae
8 changed files with 25 additions and 8 deletions
+5
View File
@@ -1,3 +1,8 @@
## 0.3.17-dev
- Require version `13.2.0-dev` of the `analyzer` package.
- Require version `0.14.11-dev` of the `analyzer_plugin` package.
## 0.3.16
- Require version `13.1.0` of the `analyzer` package.
+3 -3
View File
@@ -1,6 +1,6 @@
name: analysis_server_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.3.16
version: 0.3.17-dev
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
environment:
@@ -11,8 +11,8 @@ resolution: workspace
dependencies:
# See the release policy for managing this dependency at
# pkg/analyzer/doc/implementation/releasing.md.
analyzer: 13.1.0
analyzer_plugin: 0.14.10
analyzer: 13.2.0-dev
analyzer_plugin: 0.14.11-dev
collection: ^1.19.0
meta: ^1.16.0
yaml: ^3.1.0
+4
View File
@@ -1,3 +1,7 @@
## 13.2.0-dev
* Internal changes only.
## 13.1.0
* Deprecate `PackageConfigFileBuilder` in `package:analyzer/utilities/package_config_file_builder.dart`. Use `package:analyzer_testing/package_config_file_builder.dart` instead.
+1 -1
View File
@@ -1,5 +1,5 @@
name: analyzer
version: 13.1.0
version: 13.2.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
+4
View File
@@ -1,3 +1,7 @@
## 0.14.11-dev
- Require version `13.2.0-dev` of the `analyzer` package.
## 0.14.10
- Require version `13.1.0` of the `analyzer` package.
+2 -2
View File
@@ -1,6 +1,6 @@
name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.14.10
version: 0.14.11-dev
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
environment:
@@ -11,7 +11,7 @@ resolution: workspace
dependencies:
# See the release policy for managing this dependency at
# pkg/analyzer/doc/implementation/releasing.md.
analyzer: 13.1.0
analyzer: 13.2.0-dev
collection: ^1.15.0
dart_style: ^3.0.0
pub_semver: ^2.1.0
+4
View File
@@ -1,3 +1,7 @@
## 0.3.1-dev
- Require version `13.2.0-dev` of the `analyzer` package.
## 0.3.0
- Add `PackageConfigFileBuilder` to the public API.
+2 -2
View File
@@ -1,6 +1,6 @@
name: analyzer_testing
description: Testing utilities related to the analyzer and analysis_server_plugin packages.
version: 0.3.0
version: 0.3.1-dev
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
environment:
@@ -11,7 +11,7 @@ resolution: workspace
dependencies:
# See the release policy for managing this dependency at
# pkg/analyzer/doc/implementation/releasing.md.
analyzer: 13.1.0
analyzer: 13.2.0-dev
meta: ^1.10.0
path: ^1.9.0
test: ^1.25.0