Prepare to publish analyzer 13.3.0, _fe_analyzer_shared 103.0.0, analysis_server_plugin 0.3.18, analyzer_plugin 0.14.12, analyzer_testing 0.3.2

Change-Id: I0a5bf96733f2908160a6ef2ee99f54ef25f11547
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/511480
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Konstantin Shcheglov
2026-06-11 10:59:52 -07:00
committed by dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent 4b10d3e1d3
commit dbeb7e1e5b
9 changed files with 20 additions and 19 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: 102.0.0
version: 103.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.18-dev
## 0.3.18
- Require version `13.3.0-dev` of the `analyzer` package.
- Require version `0.14.12-dev` of the `analyzer_plugin` package.
- Require version `13.3.0` of the `analyzer` package.
- Require version `0.14.12` of the `analyzer_plugin` package.
## 0.3.17
+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.18-dev
version: 0.3.18
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.3.0-dev
analyzer_plugin: 0.14.12-dev
analyzer: 13.3.0
analyzer_plugin: 0.14.12
collection: ^1.19.0
meta: ^1.16.0
yaml: ^3.1.0
+3 -2
View File
@@ -1,6 +1,7 @@
## 13.3.0-dev
## 13.3.0
* Internal changes only
* Add `Folder.getFile`, deprecate `Folder.getChildAssumingFile`.
* Add `Folder.getFolder`, deprecate `Folder.getChildAssumingFolder`.
## 13.2.0
+2 -2
View File
@@ -1,5 +1,5 @@
name: analyzer
version: 13.3.0-dev
version: 13.3.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: ^102.0.0
_fe_analyzer_shared: ^103.0.0
collection: ^1.19.0
convert: ^3.0.0
crypto: ^3.0.0
+2 -2
View File
@@ -1,6 +1,6 @@
## 0.14.12-dev
## 0.14.12
- Require version `13.3.0-dev` of the `analyzer` package.
- Require version `13.3.0` of the `analyzer` package.
## 0.14.11
+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.12-dev
version: 0.14.12
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.3.0-dev
analyzer: 13.3.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.2-dev
## 0.3.2
- Require version `13.3.0-dev` of the `analyzer` package.
- Require version `13.3.0` of the `analyzer` package.
## 0.3.1
+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.2-dev
version: 0.3.2
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.3.0-dev
analyzer: 13.3.0
meta: ^1.10.0
path: ^1.9.0
test: ^1.25.0