Prepare to publish analyzer 9.0.0, _fe_analyzer_shared 92.0.0, analysis_server_plugin 0.3.4, analyzer_plugin 0.13.11, analyzer_testing 0.1.6

Change-Id: Id5681e1cd01493d65e733c7d2fc7ece78d7193cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457162
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Konstantin Shcheglov
2025-10-23 13:48:19 -07:00
committed by Commit Queue
parent 0ff12d3741
commit ff30536788
9 changed files with 17 additions and 13 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: 91.0.0
version: 92.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
+1 -1
View File
@@ -1,4 +1,4 @@
## 0.3.4-dev
## 0.3.4
- Require version `9.0.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.4-dev
version: 0.3.4
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: ^9.0.0-0
analyzer_plugin: 0.13.11-dev
analyzer: 9.0.0
analyzer_plugin: 0.13.11
meta: ^1.16.0
yaml: ^3.1.0
yaml_edit: ^2.2.0
+1 -1
View File
@@ -1,4 +1,4 @@
## 9.0.0-dev
## 9.0.0
* Remove deprecated field `Diagnostic.data`.
* In the method `DiagnosticReporter.atOffset` and the constructors
`Diagnostic.tmp` and `Diagnostic.forValues`, remove the deprecated named
+2 -2
View File
@@ -1,5 +1,5 @@
name: analyzer
version: 9.0.0-dev
version: 9.0.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: ^91.0.0
_fe_analyzer_shared: ^92.0.0
collection: ^1.19.0
convert: ^3.0.0
crypto: ^3.0.0
+4
View File
@@ -1,3 +1,7 @@
## 0.13.11
- Require version `9.0.0` of the `analyzer` package.
## 0.13.10
- Require version `8.4.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.13.11-dev
version: 0.13.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: ^9.0.0-0
analyzer: 9.0.0
collection: ^1.15.0
dart_style: ^3.0.0
pub_semver: ^2.1.0
+1 -1
View File
@@ -1,4 +1,4 @@
## 0.1.6-dev
## 0.1.6
- Require version `9.0.0` of the `analyzer` package.
+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.1.6-dev
version: 0.1.6
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: ^9.0.0-0
analyzer: 9.0.0
meta: ^1.10.0
path: ^1.9.0
test: ^1.25.0