Prepare to publish analyzer 5.3.0 and _fe_analyzer_shared 51.0.0

Bug: https://github.com/dart-lang/sdk/issues/50637
Change-Id: I0ce445af106168fd4af6529e2c55deceb954e559
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274086
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Konstantin Shcheglov 2022-12-07 22:18:37 +00:00 committed by Commit Queue
parent 52be8e0f3e
commit bd30de18ba
3 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: _fe_analyzer_shared
version: 50.0.0
version: 51.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,3 +1,9 @@
## 5.3.1
* Require `collection: ^1.17.0` because we use `elementAtOrNull`.
## 5.3.0
* Use `3.0.0` as the current language version.
## 5.2.0
* Deprecated `Element.enclosingElement3`, use `enclosingElement` instead.
* Deprecated `Directive.element2`, use `element` instead.

View file

@ -1,5 +1,5 @@
name: analyzer
version: 5.2.0
version: 5.3.1
description: This package provides a library that performs static analysis of Dart code.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
@ -7,8 +7,8 @@ environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
_fe_analyzer_shared: ^50.0.0
collection: ^1.15.0
_fe_analyzer_shared: ^51.0.0
collection: ^1.17.0
convert: ^3.0.0
crypto: ^3.0.0
glob: ^2.0.0