[stable] Update dartdoc dependency to dartdoc 9.0.0
Update dartdoc dependency to correctly render docs, displaying constructor names in annotations.
Cherry-pick: https://github.com/dart-lang/dartdoc/pull/4116
Change-Id: I6f72ea9aa70f0f262ba9ddc1858835ee8b0c09ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462423
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Sarah Zakarias <zarah@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 960c674..063e684 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@
methods for dot shorthand AST nodes. (issue [dart-lang/sdk#61963])
- Fixes an analyzer crash that would sometimes occur when the
`prefer_const_constructors` lint was enabled (issue [dart-lang/sdk#61953][]).
+- Updates dartdoc dependency to dartdoc 9.0.0 which fixes dartdoc rendering of
+ `@Deprecated.extend()` and the other new deprecated annotations.
[dart-lang/sdk#61872]: https://github.com/dart-lang/sdk/issues/61872
[dart-lang/sdk#61954]: https://github.com/dart-lang/sdk/issues/61954
diff --git a/DEPS b/DEPS
index 15a22c0..df7f286 100644
--- a/DEPS
+++ b/DEPS
@@ -133,7 +133,7 @@
# EOL comment after a dependency to instead pin at the current revision.
"ai_rev": "0a85ddf4f75cee6e3abe07cecdffae69bbdbc793",
"core_rev": "5c3e2c38df268be2347f3aad30ced0147dd012bb", # b/444274553
- "dartdoc_rev": "ec2a4feee51961e9fbdd2bd94060cc8fc994c47e",
+ "dartdoc_rev": "98d03ad2cc341d1fb053e0addfc96ba35301976b",
"ecosystem_rev": "96ee86147a5f4c70aed64262e1521b745936cdb1",
"flute_rev": "d5adc4d6439572db5da71a9261b9bf0c7c96daa4",
"http_rev": "2c53fa3c558ec5d1dd9fce4360d435113dba11e5",