Skip to content

chore(deps): update dependency: bump dartdoc from 8.3.4 to 9.0.4#780

Open
dependabot[bot] wants to merge 3 commits into
prepare-new-version-2.0.0from
dependabot/pub/dartdoc-9.0.4
Open

chore(deps): update dependency: bump dartdoc from 8.3.4 to 9.0.4#780
dependabot[bot] wants to merge 3 commits into
prepare-new-version-2.0.0from
dependabot/pub/dartdoc-9.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps dartdoc from 8.3.4 to 9.0.4.

Release notes

Sourced from dartdoc's releases.

package:dartdoc v9.0.4

  • Fix a bug where experiment flags passed via command-line were ignored.
  • Support specifying experimental features in dartdoc_options.yaml.
  • Document using the public name for private named parameters.
  • Deprecate the --use-categories option.
  • Gracefully handle missing library elements during comment reference lookup, emitting an internal-error warning instead of crashing.
  • Require analyzer 10.2.0 APIs.

package:dartdoc v9.0.3

  • Require analyzer 10.1.0 APIs.
  • Remove usage of EmbedderYamlLocator and EmbedderSdk.new, internal analyzer APIs which were removed in analyzer 10.1.0.
  • Significant improvements to canonicalization logic:
    • elements documented in their intended libraries via @canonicalFor overrides are now correctly placed in their respective directories.
    • improved SDK interlinking to ensure elements re-exported from standard libraries (like dart:core) generate absolute remote links when appropriate.
    • fixed a bug where property accessors (getters/setters) were incorrectly compared during canonical library lookups.
    • refined scoring heuristics with definitive tie-breakers for standard SDK schemes and defining libraries.

package:dartdoc v9.0.2

  • Require analyzer 10.0.0 APIs.

package:dartdoc v9.0.1

  • Deprecate the typeAsHtml warning
  • Require analyzer 9.0.0 APIs.
  • Use logging infrastructure in AOT compiler.

package:dartdoc v9.0.0

  • Remove the deprecated missingCodeBlockLanguage warning.
  • Remove the deprecated templates-dir option.
  • Remove the deprecated nodoc option.
  • Remove the deprecated include-external option.
  • Refactor 404 error page to use div instead of p for search form.
  • Require analyzer 8.1.1 APIs.
  • Many internal migrations for analyzer APIs.
Changelog

Sourced from dartdoc's changelog.

9.0.4

  • Fix a bug where experiment flags passed via command-line were ignored.
  • Support specifying experimental features in dartdoc_options.yaml.
  • Document using the public name for private named parameters.
  • Deprecate the --use-categories option.
  • Gracefully handle missing library elements during comment reference lookup, emitting an internal-error warning instead of crashing.
  • Require analyzer 10.2.0 APIs.

9.0.3

  • Require analyzer 10.1.0 APIs.
  • Remove usage of EmbedderYamlLocator and EmbedderSdk.new, internal analyzer APIs which were removed in analyzer 10.1.0.
  • Significant improvements to canonicalization logic:
    • elements documented in their intended libraries via @canonicalFor overrides are now correctly placed in their respective directories.
    • improved SDK interlinking to ensure elements re-exported from standard libraries (like dart:core) generate absolute remote links when appropriate.
    • fixed a bug where property accessors (getters/setters) were incorrectly compared during canonical library lookups.
    • refined scoring heuristics with definitive tie-breakers for standard SDK schemes and defining libraries.

9.0.2

  • Require analyzer 10.0.0 APIs.

9.0.1

  • Deprecate the typeAsHtml warning
  • Require analyzer 9.0.0 APIs.
  • Use logging infrastructure in AOT compiler.

9.0.0

  • Remove the deprecated missingCodeBlockLanguage warning.
  • Remove the deprecated templates-dir option.
  • Remove the deprecated nodoc option.
  • Remove the deprecated include-external option.
  • Refactor 404 error page to use div instead of p for search form.
  • Require analyzer 8.1.1 APIs.
  • Many internal migrations for analyzer APIs.
Commits
  • bf4d219 Bump to 9.0.4 (#4225)
  • 8339036 Gracefully handle missing library elements during comment reference lookup. (...
  • b65fd9a Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions group ...
  • 2a483a0 Merge CommentReferable into Nameable (#4217)
  • 214e74c #4134. Add placement tests for getters and setters (#4219)
  • b4eb926 Remove redundant GenericFunctionTypeElement check in Parameter.htmlId (#4...
  • 3b019e4 Fix: Simplify HTML ID generation for parameters in generic function types (#4...
  • 33f83ed Fix extension type override (#4218)
  • e60d5df Deprecate unused useCategories option (#4148)
  • 42f70b4 #4134. Add placement tests for fields (#4216)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dartdoc](https://github.com/dart-lang/dartdoc) from 8.3.4 to 9.0.4.
- [Release notes](https://github.com/dart-lang/dartdoc/releases)
- [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dartdoc@v8.3.4...v9.0.4)

---
updated-dependencies:
- dependency-name: dartdoc
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies labels May 19, 2026
@github-actions
Copy link
Copy Markdown

📖 Documentation preview deployed!

🔗 https://flutter.unified-design-system.orange.com/prPreview/780/

github-actions Bot pushed a commit that referenced this pull request May 19, 2026
@AhmedAmineZr AhmedAmineZr changed the base branch from develop to prepare-new-version-2.0.0 May 19, 2026 23:13
@AhmedAmineZr AhmedAmineZr requested a review from nouha06 May 20, 2026 19:50
@AhmedAmineZr AhmedAmineZr self-assigned this May 20, 2026
Comment thread app/CHANGELOG.md
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.1...develop)
### Added
### Changed
- [DemoApp] deps update dependency bump dartdoc to 9.0.4 ([#780](https://github.com/Orange-OpenSource/ouds-flutter/issues/780))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ce changement a été faite coté core donc changer [DemoApp] par [Library] et ajoutez cette ligne dans changelog du ouds_core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants