-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump typedoc to v0.23.x #4134
Comments
cc @eduardomourar who offered help with bumping typedoc in smithy-lang/smithy-typescript#563 (comment) |
Previous attempt: #3712 The build had failed as PluginHost export was removed in TypeStrong/typedoc@22df574 which was released with v0.21.0. The plugins are now passed automatically. |
The plugin we use for lerna typedoc-plugin-lerna-packages itself doesn't support typedoc@0.20.0 Typedoc added preliminary support for monorepos though in v0.21.x which we may have to evaluate https://github.com/TypeStrong/typedoc#monorepos--workspaces |
Created #4139 to help drive the discussion and the implementation itself. |
We are leveraging the monorepo feature from typedoc as you mentioned. Find below the screenshots of the results:
|
Keep in mind that I have been unable to run typedoc into the whole project due to this out of memory issue: TypeStrong/typedoc#1606 |
I believe the |
Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the feature
Bump typedoc to v0.23.x or latest
Use Case
There are bunch of dependabot alerts due to transitive dependencies of typedoc@0.19.x:
We use typedoc for generating our docs, and it's not shipped in SDK artifacts. These issues won't impact our customers directly, and won't slow down our documents generation as we own the generation as well as source code. However, they appear in our security tickets and reviews.
The typedoc@0.19.2 is also officially compatible only with typescript "3.9.x || 4.0.x", while our source code is on typescript 4.6.3. This can create issues with generation of docs.
Proposed Solution
Bump typedoc to v0.23.x or latest
Other Information
Prior internal discussions in JS-3393
Acknowledgements
SDK version used
main
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: