Skip to content

Commit 17e4b11

Browse files
committed
Upgrade dartdoc to 8.3.2
1 parent c4bea03 commit 17e4b11

File tree

5 files changed

+2025
-2224
lines changed

5 files changed

+2025
-2224
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5-
* Bump runtimeVersion to `2025.01.10`.
5+
* Bump runtimeVersion to `2025.01.13`.
66
* Upgraded stable Dart analysis SDK to `3.6.1`
77
* Upgraded pana to `0.22.18`.
8+
* Upgraded dartdoc to `8.3.2`.
89

910
## `20250107t105700-all`
1011
* Bump runtimeVersion to `2025.01.07`.

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2025.01.10',
27+
'2025.01.13',
2828
// Fallback runtime versions.
2929
'2025.01.07',
3030
'2024.12.17',
@@ -74,4 +74,4 @@ final semanticToolStableFlutterSdkVersion =
7474
final String panaVersion = pana.packageVersion;
7575

7676
// keep in-sync with pkg/pub-worker/lib/src/bin/pana_wrapper.dart
77-
final String dartdocVersion = '8.3.1';
77+
final String dartdocVersion = '8.3.2';

pkg/pub_worker/lib/src/bin/pana_wrapper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const _totalTimeout = Duration(minutes: 50);
3333

3434
/// The dartdoc version to use.
3535
/// keep in-sync with app/lib/shared/versions.dart
36-
const _dartdocVersion = '8.3.1';
36+
const _dartdocVersion = '8.3.2';
3737

3838
/// Program to be used as subprocess for running pana, ensuring that we capture
3939
/// all the output, and only run analysis in a subprocess that can timeout and

0 commit comments

Comments
 (0)