Start analyzer 13.1.0-dev, analyzer_plugin 0.14.10-dev, analyzer_testing 0.2.7-dev, analysis_server_plugin 0.3.16-dev
Change-Id: If445461ac9c3fca85656c69d66fb5e99a5d2e339 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/497380 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
f2c40f98fd
commit
84ce4ba3df
@@ -1,3 +1,8 @@
|
||||
## 0.3.16-dev
|
||||
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
- Require version `0.14.10-dev` of the `analyzer_plugin` package.
|
||||
|
||||
## 0.3.15
|
||||
|
||||
- Require version `13.0.0` of the `analyzer` package.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analysis_server_plugin
|
||||
description: A framework and support code for building plugins for the analysis server.
|
||||
version: 0.3.15
|
||||
version: 0.3.16-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.0.0
|
||||
analyzer_plugin: 0.14.9
|
||||
analyzer: 13.1.0-dev
|
||||
analyzer_plugin: 0.14.10-dev
|
||||
collection: ^1.19.0
|
||||
meta: ^1.16.0
|
||||
yaml: ^3.1.0
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 13.1.0-dev
|
||||
|
||||
* Internal changes only
|
||||
|
||||
## 13.0.0
|
||||
|
||||
* **Breaking Change:** `MixinFragment.superclassConstraints` has been removed. Use `fragment.element.superclassConstraints` instead.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: analyzer
|
||||
version: 13.0.0
|
||||
version: 13.1.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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.14.10-dev
|
||||
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
|
||||
## 0.14.9
|
||||
|
||||
- Require version `13.0.0` of the `analyzer` package.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_plugin
|
||||
description: A framework and support code for building plugins for the analysis server.
|
||||
version: 0.14.9
|
||||
version: 0.14.10-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.0.0
|
||||
analyzer: 13.1.0-dev
|
||||
collection: ^1.15.0
|
||||
dart_style: ^3.0.0
|
||||
pub_semver: ^2.1.0
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.2.7-dev
|
||||
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
|
||||
## 0.2.6
|
||||
|
||||
- Require version `13.0.0` of the `analyzer` package.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_testing
|
||||
description: Testing utilities related to the analyzer and analysis_server_plugin packages.
|
||||
version: 0.2.6
|
||||
version: 0.2.7-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.0.0
|
||||
analyzer: 13.1.0-dev
|
||||
meta: ^1.10.0
|
||||
path: ^1.9.0
|
||||
test: ^1.25.0
|
||||
|
||||
Reference in New Issue
Block a user