patternfly / patternfly/patternfly-org
Bug - incompatibility between typedoc version and typescript version
Open
@jenny-s51 is already working on this.
Since Apr 29, 2024.
- #3989 by @jenny-s51 — closed without merging
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 147
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 2
Description
Describe the problem
Typedoc 0.23 has dropped support for any Typescript version < 4.6.
See installation requirements here.
Topology also lists Typedoc as a dependency and the build fails with the latest v6 alphas, since we are pulling in these conflicting versions from the docs framework.
We'll have to bump the Typescript version up to at least 4.6 (topology and other extensions use 4.7.4).
Expected behavior
Topology build succeeds with latest v6 alphas.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.