Prepare to publish analyzer 13.2.0, _fe_analyzer_shared 102.0.0, analysis_server_plugin 0.3.17, analyzer_plugin 0.14.11, analyzer_testing 0.3.1

Change-Id: I534e30c37570cf5fdc194eb9668d37747823aa82
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/510480
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov
2026-06-10 10:52:25 -07:00
parent 6d86b39595
commit e4ef831dfc
10 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: _fe_analyzer_shared
# See the release policy for managing this version number at
# pkg/analyzer/doc/implementation/releasing.md.
version: 101.0.0
version: 102.0.0
description: Logic that is shared between the front_end and analyzer packages.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
+3 -3
View File
@@ -1,7 +1,7 @@
## 0.3.17-dev
## 0.3.17
- Require version `13.2.0-dev` of the `analyzer` package.
- Require version `0.14.11-dev` of the `analyzer_plugin` package.
- Require version `13.2.0` of the `analyzer` package.
- Require version `0.14.11` of the `analyzer_plugin` package.
- Export the following classes from `analyzer_plugin` for convenience:
- `ChangeBuilder` (along with `ChangeWorkspace`, `EditBuilder`,
`FileEditBuilder`, `LinkedEditBuilder`, `DartFileEditBuilder`,
+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.17-dev
version: 0.3.17
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.2.0-dev
analyzer_plugin: 0.14.11-dev
analyzer: 13.2.0
analyzer_plugin: 0.14.11
collection: ^1.19.0
meta: ^1.16.0
yaml: ^3.1.0
+1 -1
View File
@@ -1,4 +1,4 @@
## 13.2.0-dev
## 13.2.0
* Allow package_config `3.x.x`.
* Deprecate `FormalParameterElement.formalParameters` and `typeParameters`. Use `FormalParameterElement.type` instead.
+2 -2
View File
@@ -1,5 +1,5 @@
name: analyzer
version: 13.2.0-dev
version: 13.2.0
description: >-
This package provides a library that performs static analysis of Dart code.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@@ -12,7 +12,7 @@ resolution: workspace
dependencies:
# See the release policy for this dependency at
# pkg/analyzer/doc/implementation/releasing.md.
_fe_analyzer_shared: ^101.0.0
_fe_analyzer_shared: ^102.0.0
collection: ^1.19.0
convert: ^3.0.0
crypto: ^3.0.0
+2 -2
View File
@@ -1,6 +1,6 @@
## 0.14.11-dev
## 0.14.11
- Require version `13.2.0-dev` of the `analyzer` package.
- Require version `13.2.0` of the `analyzer` package.
## 0.14.10
+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.11-dev
version: 0.14.11
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.2.0-dev
analyzer: 13.2.0
collection: ^1.15.0
dart_style: ^3.0.0
pub_semver: ^2.1.0
+2 -2
View File
@@ -1,6 +1,6 @@
## 0.3.1-dev
## 0.3.1
- Require version `13.2.0-dev` of the `analyzer` package.
- Require version `13.2.0` of the `analyzer` package.
## 0.3.0
+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.1-dev
version: 0.3.1
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.2.0-dev
analyzer: 13.2.0
meta: ^1.10.0
path: ^1.9.0
test: ^1.25.0
@@ -133,6 +133,7 @@ Future<void> copyTestProjects(
.toFilePath(),
},
for (final package in [
'_fe_analyzer_shared',
'analyzer', // package:analyzer depends on package:meta.
'meta',
])