Skip to content

Commit 30be578

Browse files
authored
Bump dart_style to 3.0.0 (#3950)
* Also bump the analyzer version used to validate generation. * Also regenerate web * Also regenerate renderers
1 parent 6524033 commit 30be578

File tree

12 files changed

+27155
-17210
lines changed

12 files changed

+27155
-17210
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
# TODO(srawlins): Re-enable stable when stable works with analyzer 6.9.0
26-
# (Dart 3.6.0).
27-
sdk: [dev]
25+
sdk: [3.6.0, dev]
2826
job: [main, flutter, packages, sdk-docs]
2927
include:
3028
- os: macos-latest
@@ -37,9 +35,9 @@ jobs:
3735
# Do not try to run flutter against the "stable" sdk,
3836
# it is unlikely to work and produces uninteresting
3937
# results.
40-
- sdk: stable
38+
- sdk: 3.6.0
4139
job: flutter
42-
- sdk: stable
40+
- sdk: 3.6.0
4341
job: sdk-docs
4442

4543
steps:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.3.3-wip
2+
3+
* Require Dart 3.6 or later.
4+
15
## 8.3.2
26

37
* Fix a LateInitializationError by not depending on PackageGraph.objectClass.

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.3-wip/%f%#L%l%'

0 commit comments

Comments
 (0)