Skip to content

Commit

Permalink
Bump dart_style to 3.0.0 (#3950)
Browse files Browse the repository at this point in the history
* Also bump the analyzer version used to validate generation.
* Also regenerate web
* Also regenerate renderers
  • Loading branch information
srawlins authored Dec 30, 2024
1 parent 6524033 commit 30be578
Show file tree
Hide file tree
Showing 12 changed files with 27,155 additions and 17,210 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
# TODO(srawlins): Re-enable stable when stable works with analyzer 6.9.0
# (Dart 3.6.0).
sdk: [dev]
sdk: [3.6.0, dev]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
Expand All @@ -37,9 +35,9 @@ jobs:
# Do not try to run flutter against the "stable" sdk,
# it is unlikely to work and produces uninteresting
# results.
- sdk: stable
- sdk: 3.6.0
job: flutter
- sdk: stable
- sdk: 3.6.0
job: sdk-docs

steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.3.3-wip

* Require Dart 3.6 or later.

## 8.3.2

* Fix a LateInitializationError by not depending on PackageGraph.objectClass.
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.2/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.3-wip/%f%#L%l%'
Loading

0 comments on commit 30be578

Please sign in to comment.