Roll Dartdoc to 8.2.0 (#156426)

This is needed for compatibility with recent versions of the analyzer package that have removed some APIs. (see 8100ccf1c1)
This commit is contained in:
Jason Simmons 2024-10-08 11:55:11 -07:00 committed by GitHub
parent 37d5dc45d1
commit 34457fe1f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ function generate_docs() {
# Install and activate dartdoc.
# When updating to a new dartdoc version, please also update
# `dartdoc_options.yaml` to include newly introduced error and warning types.
"$DART" pub global activate dartdoc 8.0.13
"$DART" pub global activate dartdoc 8.2.0
# Build and install the snippets tool, which resides in
# the dev/docs/snippets directory.