Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 53944e1

Browse files
scheglovCommit Bot
authored andcommitted
Prepare to publish analyzer 4.1.0 and _fe_analyzer_shared 40.0.0
Change-Id: I74097921c0b2ba897308d5e014bb06db1a132722 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244962 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com>
1 parent af589a8 commit 53944e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pkg/_fe_analyzer_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: _fe_analyzer_shared
2-
version: 39.0.0
2+
version: 40.0.0
33
description: Logic that is shared between the front_end and analyzer packages.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
55

pkg/analyzer/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## 4.1.0-dev
1+
## 4.1.0
22
* Deprecated `ParameterElement.isNotOptional`, use `isRequired` instead.
33
* Deprecated `ResourceProviderMixin.newFile2`, use `newFile` instead.
44
* Deprecated `ResourceProviderMixin.newAnalysisOptionsYamlFile2`, use `newAnalysisOptionsYamlFile` instead.
55
* Deprecated `DartType.resolveToBound`, use `TypeSystem.resolveToBound` instead.
66
* Deprecated `LibraryElement.getImportsWithPrefix`, use `PrefixElement.imports` instead.
7-
* Fix for `AnalysisSession.getFile()` to return stale content even after `applyPendingFileChanges`.
7+
* Fix for `AnalysisSession.getFile()` to return updated content after `applyPendingFileChanges`.
88

99
## 4.0.0
1010
* Removed deprecated `UriKind` and `Source.uriKind`.

pkg/analyzer/pubspec.yaml

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

66
environment:
77
sdk: '>=2.15.0 <3.0.0'
88

99
dependencies:
10-
_fe_analyzer_shared: ^39.0.0
10+
_fe_analyzer_shared: ^40.0.0
1111
collection: ^1.15.0
1212
convert: ^3.0.0
1313
crypto: ^3.0.0

0 commit comments

Comments
 (0)