Prepare to publish analyzer 13.1.0, _fe_analyzer_shared 101.0.0, analysis_server_plugin 0.3.16, analyzer_plugin 0.14.10, analyzer_testing 0.3.0
Change-Id: I61d4d2e2da18ed1ea2c1eaf78138a32774535be0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/509162 Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
@@ -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: 100.0.0
|
||||
version: 101.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,7 +1,7 @@
|
||||
## 0.3.16-dev
|
||||
## 0.3.16
|
||||
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
- Require version `0.14.10-dev` of the `analyzer_plugin` package.
|
||||
- Require version `13.1.0` of the `analyzer` package.
|
||||
- Require version `0.14.10` of the `analyzer_plugin` package.
|
||||
- Overhaul the plugin server which decides what files to re-analyze after
|
||||
various events, including overlay changes (in the IDE), file watch events,
|
||||
etc. This change results in better results caching, so that, generally
|
||||
|
||||
@@ -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-dev
|
||||
version: 0.3.16
|
||||
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-dev
|
||||
analyzer_plugin: 0.14.10-dev
|
||||
analyzer: 13.1.0
|
||||
analyzer_plugin: 0.14.10
|
||||
collection: ^1.19.0
|
||||
meta: ^1.16.0
|
||||
yaml: ^3.1.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 13.1.0-dev
|
||||
## 13.1.0
|
||||
|
||||
* Deprecate `PackageConfigFileBuilder` in `package:analyzer/utilities/package_config_file_builder.dart`. Use `package:analyzer_testing/package_config_file_builder.dart` instead.
|
||||
* Deprecate `isInitializingFormal` in `FormalParameterElement`. Use type checks (`element is FieldFormalParameterElement`) instead.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: analyzer
|
||||
version: 13.1.0-dev
|
||||
version: 13.1.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: ^100.0.0
|
||||
_fe_analyzer_shared: ^101.0.0
|
||||
collection: ^1.19.0
|
||||
convert: ^3.0.0
|
||||
crypto: ^3.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## 0.14.10-dev
|
||||
## 0.14.10
|
||||
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
- Require version `13.1.0` of the `analyzer` package.
|
||||
|
||||
## 0.14.9
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_plugin
|
||||
description: A framework and support code for building plugins for the analysis server.
|
||||
version: 0.14.10-dev
|
||||
version: 0.14.10
|
||||
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-dev
|
||||
analyzer: 13.1.0
|
||||
collection: ^1.15.0
|
||||
dart_style: ^3.0.0
|
||||
pub_semver: ^2.1.0
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
## 0.3.0-dev
|
||||
## 0.3.0
|
||||
|
||||
- Add `PackageConfigFileBuilder` to the public API.
|
||||
- Breaking change: `ResourceProviderMixin.newPackageConfigJsonFileFromBuilder`
|
||||
now takes the `PackageConfigFileBuilder` from `package:analyzer_testing`.
|
||||
- Fix mocks for Flutter's `painting/text_span.dart`, `widgets/media_query.dart`,
|
||||
and `widgets/scroll_delegate.dart` libraries.
|
||||
- Require version `13.1.0-dev` of the `analyzer` package.
|
||||
- Require version `13.1.0` of the `analyzer` package.
|
||||
|
||||
## 0.2.6
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: analyzer_testing
|
||||
description: Testing utilities related to the analyzer and analysis_server_plugin packages.
|
||||
version: 0.3.0-dev
|
||||
version: 0.3.0
|
||||
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-dev
|
||||
analyzer: 13.1.0
|
||||
meta: ^1.10.0
|
||||
path: ^1.9.0
|
||||
test: ^1.25.0
|
||||
|
||||
Reference in New Issue
Block a user