Skip to content

Commit 5e80e70

Browse files
scheglovCommit Queue
authored andcommitted
Start analyzer 8.0.0-dev
Change-Id: I4526b2dc715c35514d282f74caacf6f5119cd1c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422840 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 13e5ec9 commit 5e80e70

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
analyzer: ^7.4.0
12+
analyzer: ^8.0.0-0
1313
analyzer_plugin: ^0.13.0
1414
meta: ^1.16.0
1515
yaml: ^3.1.0

pkg/analyzer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 8.0.0-dev
2+
* Remove deprecated element model V1.
3+
14
## 7.4.1
25
* Restore `InstanceElement.augmented` getter.
36
This API was removed in 7.4.0 under the assumption that its removal would

pkg/analyzer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 7.4.1
2+
version: 8.0.0-dev
33
description: >-
44
This package provides a library that performs static analysis of Dart code.
55
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
analyzer: ^7.4.0
12+
analyzer: ^8.0.0-0
1313
collection: ^1.15.0
1414
dart_style: '>=2.3.7 <4.0.0'
1515
pub_semver: ^2.1.0

0 commit comments

Comments
 (0)