firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Pin typescript and typedoc to compatible versions.

Open taeold opened this issue 3 years ago • 1 comments

We rely on a now deprecated feature of typedoc for theming v1 reference docs. Unfortunately, the new version of typedoc completely remove support for theming the way it is done today.

Old typedoc version is compatible w/ TS version upto 4.4.0 (latest stable version is at 4.7.0 today), so here we pin both TS and typedoc to the compatible version.

In theory we can get out of pinning TS version by migrating v1 typedoc to api-documenter toolchain that we are already using for v2 reference docs. I don't think we can prioritize that work right now.

taeold avatar Jul 19 '22 21:07 taeold

I don't think we require features more advanced than 4.4? Have we tried pushing this on launch.vnext to be sure? ParamsOf is pretty advanced.

inlined avatar Aug 08 '22 16:08 inlined