Prepare to publish analyzer 5.9.0 and _fe_analyzer_shared 57.0.0

Change-Id: Id583c0f5e0a9c2afb5af719a4d6964d8bdfd2346
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290342
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2023-03-22 00:36:06 +00:00 committed by Commit Queue
parent 5921f835b6
commit 62cfd07b52
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 56.0.0
version: 57.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

View file

@ -1,4 +1,4 @@
## 5.9.0-dev
## 5.9.0
* Deprecated `FunctionBody.isPotentiallyMutatedInClosure`, not used by clients.
* Fix for `FunctionBody.isPotentiallyMutatedInScope` and pattern assignment.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 5.9.0-dev
version: 5.9.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
@ -8,7 +8,7 @@ environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^56.0.0
_fe_analyzer_shared: ^57.0.0
collection: ^1.17.0
convert: ^3.0.0
crypto: ^3.0.0