[cosmos] Update dev dependency "typedoc" #9327
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Script
npm run docs
completes without error, but I'm not sure if the doc content needs to be verified as well.Also, this is the only package in the repo which has a dev dependency on
typedoc
. Docs for other packages are generated via a dedicated pipeline and tool which depends ontypedoc
:https://github.com/Azure/azure-sdk-for-js/tree/de8499ebef11d32836dc652bd1ef6e71323d1bc8/eng/tools/generate-doc
https://github.com/Azure/azure-sdk-for-js/blob/de8499ebef11d32836dc652bd1ef6e71323d1bc8/eng/pipelines/docs.yml
Does
cosmos
use this doc pipeline yet? If so, maybe thetypedoc
dev dependency could be removed?CC: @KarishmaGhiya, @willmtemple