Skip to content

Commit d3d294a

Browse files
authored
Update SDK and analyzer constraint (#3635)
1 parent 7286a68 commit d3d294a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
* Remove explicit library names. (#3609)
44
* No longer write the dartdoc version into generated html files.
5-
* Add support for GitHub markdown alert syntax
6-
(https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts).
5+
* Add support for [GitHub markdown alert syntax][].
6+
* Require Dart 3.2.0 or later.
7+
* Require `analyzer: ^6.4.0`.
8+
9+
[GitHub markdown alert syntax]: https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
710

811
## 8.0.3
912

pubspec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: A non-interactive HTML documentation generator for Dart source code
44
repository: https://github.com/dart-lang/dartdoc
55

66
environment:
7-
sdk: ^3.0.0
7+
sdk: ^3.2.0
88

99
dependencies:
10-
analyzer: ^6.3.0
10+
analyzer: ^6.4.0
1111
args: ^2.4.1
1212
collection: ^1.17.0
1313
crypto: ^3.0.3
@@ -24,9 +24,8 @@ dependencies:
2424

2525
dev_dependencies:
2626
async: ^2.11.0
27-
dart_style: ^2.3.1
28-
http: ">=0.13.6 <2.0.0"
29-
js: ">=0.6.7 <0.8.0"
27+
dart_style: ^2.3.4
28+
js: ^0.7.0
3029
lints: ^3.0.0
3130
matcher: ^0.12.15
3231
test: ^1.24.2

0 commit comments

Comments
 (0)