rogerballard / nestjs-relay

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7
MIT License
60 stars 14 forks source link

chore(deps): update dependency typedoc to v0.20.20 #192

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) 0.19.2 -> 0.20.20 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc ### [`v0.20.20`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.20) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.19...v0.20.20) ##### Bug Fixes - Avoid crash with removed project reflection ([fa95b07](https://togithub.com/TypeStrong/TypeDoc/commit/fa95b07f34045990140617b596b492c213721876)), closes [#​1489](https://togithub.com/TypeStrong/TypeDoc/issues/1489) - function-namespaces were converted incorrectly ([3097c5a](https://togithub.com/TypeStrong/TypeDoc/commit/3097c5ac2e157e609254aafa0be8a11cdf57f22c)), closes [#​1483](https://togithub.com/TypeStrong/TypeDoc/issues/1483) - Missing comments on optional methods ([e4fb866](https://togithub.com/TypeStrong/TypeDoc/commit/e4fb86651cc063b3e55f77a589aa0825fba2bd2b)), closes [#​1490](https://togithub.com/TypeStrong/TypeDoc/issues/1490) ##### Features - add highlight theme option ([4a6df9a](https://togithub.com/TypeStrong/TypeDoc/commit/4a6df9ad86da346ef8d66d1d5b2138158d9be12a)) ##### Thanks! - [@​refineddigital](https://togithub.com/refineddigital) ### [`v0.20.19`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.19) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.18...v0.20.19) ##### Features - Support for --watch, --preserveWatchOutput, --emit ([2188f86](https://togithub.com/TypeStrong/TypeDoc/commit/2188f86a9f63c4142a480554a703a7a6dee47ba0)) ### [`v0.20.18`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.18) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.17...v0.20.18) ##### Bug Fixes - Static methods added to the class manually in JS ([687ae53](https://togithub.com/TypeStrong/TypeDoc/commit/687ae53578c7ecc9ce4b668a6087db7ad0ca3596)), closes [#​1481](https://togithub.com/TypeStrong/TypeDoc/issues/1481) ### [`v0.20.17`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.17) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.16...v0.20.17) ##### Bug Fixes - CommonJS export= with type exports ([4a539dd](https://togithub.com/TypeStrong/TypeDoc/commit/4a539ddb3b17b53642b3981864ab3cd5a498d6fe)), closes [#​1476](https://togithub.com/TypeStrong/TypeDoc/issues/1476) ##### Features - **inheritDoc:** Add support for copying item’s documentation by copying it from another API item ([84db49a](https://togithub.com/TypeStrong/TypeDoc/commit/84db49abc0767ade1bf1284d11f8b333935e9f8b)) ##### Thanks! - [@​Dergash](https://togithub.com/Dergash) ### [`v0.20.16`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.16) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.15...v0.20.16) ##### Bug Fixes - Comments on projects were broken ([685ca41](https://togithub.com/TypeStrong/TypeDoc/commit/685ca411f12d381951ff8470c961696fc83ec539)) - Constructors were a bit broken ([d746d85](https://togithub.com/TypeStrong/TypeDoc/commit/d746d857c65116b8d4b0e0b69277665a1748c556)) ### [`v0.20.15`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.15) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.14...v0.20.15) ##### Bug Fixes - Crash when converting `@types/ws` ([b8071c6](https://togithub.com/TypeStrong/TypeDoc/commit/b8071c6785790f5104dec197b02d264d0c75ffac)), closes [#​1463](https://togithub.com/TypeStrong/TypeDoc/issues/1463) - excludeNotDocumented incorrectly ignored some symbols ([1d03d4b](https://togithub.com/TypeStrong/TypeDoc/commit/1d03d4bd907e881df0bf9bf7e94b65991d791d92)), closes [#​1465](https://togithub.com/TypeStrong/TypeDoc/issues/1465) - Support for JSDoc `@enum` tags ([66c1652](https://togithub.com/TypeStrong/TypeDoc/commit/66c1652d70a47b4cc335efe0ebbe2403095633ed)), closes [#​1464](https://togithub.com/TypeStrong/TypeDoc/issues/1464) ##### Features - Support for excludeInternal ([4f4d85c](https://togithub.com/TypeStrong/TypeDoc/commit/4f4d85ccd37267d7aad970fd693fa9723f022a82)), closes [#​1469](https://togithub.com/TypeStrong/TypeDoc/issues/1469) - **category:** add option to read more categories from doc ([18d83f6](https://togithub.com/TypeStrong/TypeDoc/commit/18d83f60a1cd52adab525319219d3bd417334a81)) ##### Thanks! - [@​brunozoric](https://togithub.com/brunozoric) ### [`v0.20.14`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.14) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.13...v0.20.14) ##### Bug Fixes - Add support for optional types ([28c234e](https://togithub.com/TypeStrong/TypeDoc/commit/28c234eed724dc0e08ac5da8e97da2bdcb247a83)), closes [#​1312](https://togithub.com/TypeStrong/TypeDoc/issues/1312) - Add support for rest types ([83d2a2c](https://togithub.com/TypeStrong/TypeDoc/commit/83d2a2c7d9409b5acfdf5f66cdce4c4250fdeaa6)), closes [#​1457](https://togithub.com/TypeStrong/TypeDoc/issues/1457) - Avoid using process.exit ([#​1461](https://togithub.com/TypeStrong/TypeDoc/issues/1461)) ([0d892ce](https://togithub.com/TypeStrong/TypeDoc/commit/0d892ce6a17d7dc3072477087bd0fbdbcaa33530)) - Crash with destructured export const ([f373302](https://togithub.com/TypeStrong/TypeDoc/commit/f373302738a995e6a34b8f5163fc4038cf22addd)), closes [#​1462](https://togithub.com/TypeStrong/TypeDoc/issues/1462) ##### Thanks! - [@​krisztianb](https://togithub.com/krisztianb) ### [`v0.20.13`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.13) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.12...v0.20.13) ##### Bug Fixes - Use type nodes if converting a regular function ([d528c69](https://togithub.com/TypeStrong/TypeDoc/commit/d528c6991325326a4f4b0b5421640d950b0efb9c)), closes [#​1454](https://togithub.com/TypeStrong/TypeDoc/issues/1454) ### [`v0.20.12`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.12) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.11...v0.20.12) ##### Bug Fixes - Add support for import types ([37e8a3c](https://togithub.com/TypeStrong/TypeDoc/commit/37e8a3c241240ab41f82845f1d5125fbf16bf36c)), closes [#​1453](https://togithub.com/TypeStrong/TypeDoc/issues/1453) - Arrow methods did not have modifiers set properly ([9b4f898](https://togithub.com/TypeStrong/TypeDoc/commit/9b4f898c01ad69a8c030fcc5b5fb1435f54cca22)), closes [#​1452](https://togithub.com/TypeStrong/TypeDoc/issues/1452) - Don't document type arguments if there are none ([#​1451](https://togithub.com/TypeStrong/TypeDoc/issues/1451)) ([894f92f](https://togithub.com/TypeStrong/TypeDoc/commit/894f92f9382ac78cf9c9cea4616b827c62d50ee7)) ##### Thanks! - [@​krisztianb](https://togithub.com/krisztianb) ### [`v0.20.11`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.11) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.10...v0.20.11) ##### Bug Fixes - Crash when converting a generic with a tuple constraint ([685cd3e](https://togithub.com/TypeStrong/TypeDoc/commit/685cd3e1fcb67665f07e7ed6a79da694b19427e7)), closes [#​1449](https://togithub.com/TypeStrong/TypeDoc/issues/1449) ### [`v0.20.10`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.10) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.9...v0.20.10) ##### Bug Fixes - Errors due to bad options in tsconfig file were dropped ([f76b521](https://togithub.com/TypeStrong/TypeDoc/commit/f76b521ae3e6c6695fb8abeda4409d64e4ac896e)), closes [#​1444](https://togithub.com/TypeStrong/TypeDoc/issues/1444) ##### Changes - Updated warning about unsupported highlight language to point users to `typedoc --help` ### [`v0.20.9`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.9) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.8...v0.20.9) ##### Bug Fixes - Parameter declarations might not exist ([1886304](https://togithub.com/TypeStrong/TypeDoc/commit/1886304f327da5642097834feac0387fd1b78b6e)), closes [#​1443](https://togithub.com/TypeStrong/TypeDoc/issues/1443) ### [`v0.20.8`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.8) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.7...v0.20.8) ##### Bug Fixes - CLI should not exit cleanly on unexpected error ([2907328](https://togithub.com/TypeStrong/TypeDoc/commit/29073285bbe317c02a05392179fb1246ff1955d8)) ### [`v0.20.7`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.7) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.6...v0.20.7) ##### Bug Fixes - Tuples could cause a crash ([b4da1ca](https://togithub.com/TypeStrong/TypeDoc/commit/b4da1cab22af447454e0a0c67daee2e3c189466a)), closes [#​1439](https://togithub.com/TypeStrong/TypeDoc/issues/1439) ### [`v0.20.6`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.6) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.5...v0.20.6) ##### Bug Fixes - Properly resolve type parameters ([60b6506](https://togithub.com/TypeStrong/TypeDoc/commit/60b65069afb49a908da538f79c01bf624a9b0e68)), closes [#​1438](https://togithub.com/TypeStrong/TypeDoc/issues/1438) ##### Features - Support for JSDoc types ([1153735](https://togithub.com/TypeStrong/TypeDoc/commit/11537350dc3b69e997f94c1882e47fdbe9f09ec4)), closes [#​1214](https://togithub.com/TypeStrong/TypeDoc/issues/1214) [#​1437](https://togithub.com/TypeStrong/TypeDoc/issues/1437) ### [`v0.20.5`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.5) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.4...v0.20.5) ##### Bug Fixes - Functions might not have a parent in global files ([d739298](https://togithub.com/TypeStrong/TypeDoc/commit/d739298b144ee94a1f5ad56f120d286346d46bf2)), closes [#​1436](https://togithub.com/TypeStrong/TypeDoc/issues/1436) ### [`v0.20.4`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.4) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.3...v0.20.4) ##### Bug Fixes - \--excludeNotDocumented didn't remove reflections ([5ebbd0f](https://togithub.com/TypeStrong/TypeDoc/commit/5ebbd0f530bba9748d135381ce0c6d8cc30700e8)), closes [#​1435](https://togithub.com/TypeStrong/TypeDoc/issues/1435) ### [`v0.20.3`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.3) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.2...v0.20.3) ##### Features - Improved support for global files ([5882e44](https://togithub.com/TypeStrong/TypeDoc/commit/5882e44f43814cb2d9addeb88e5470d6439f7cb9)), closes [#​1424](https://togithub.com/TypeStrong/TypeDoc/issues/1424) ### [`v0.20.2`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.2) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.1...v0.20.2) ##### Bug Fixes - ArgumentsReader should warn if missing a value ([02b915d](https://togithub.com/TypeStrong/TypeDoc/commit/02b915dbe69897808afc06a4c95005746d9c3517)), closes [#​1429](https://togithub.com/TypeStrong/TypeDoc/issues/1429) - Literal boolean converter in TS 3 ([ed67eda](https://togithub.com/TypeStrong/TypeDoc/commit/ed67edac5f395016c77e81fb44e03e155e3b98cc)), closes [#​1432](https://togithub.com/TypeStrong/TypeDoc/issues/1432) - Map bash, sh, shell to shellscript when highlighting ([6eb6c28](https://togithub.com/TypeStrong/TypeDoc/commit/6eb6c285e93a7fad5c259b7ffb9f740ce0050ea1)), closes [#​1432](https://togithub.com/TypeStrong/TypeDoc/issues/1432) - Negative literal types were converted incorrectly ([c14b5b5](https://togithub.com/TypeStrong/TypeDoc/commit/c14b5b5423ff8bebb6e99c3c41b865a4aaeff9bc)), closes [#​1427](https://togithub.com/TypeStrong/TypeDoc/issues/1427) - TS 3 converters for null, this types ([20febfd](https://togithub.com/TypeStrong/TypeDoc/commit/20febfd2ac274992ffa97f9eb0f897fb2df6f9ca)) ##### Features - Better detection for declaration files defining a module ([38d8edf](https://togithub.com/TypeStrong/TypeDoc/commit/38d8edfa458da1a6a60ad23241860ffaa891ee1f)), closes [#​1430](https://togithub.com/TypeStrong/TypeDoc/issues/1430) ### [`v0.20.1`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.1) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.20.0...v0.20.1) ##### Bug Fixes - Initializers should only be included if "simple" ([5bf4d05](https://togithub.com/TypeStrong/TypeDoc/commit/5bf4d05cb5f23f5c2b3fc8a115e0392e5d661c2b)), closes [#​1288](https://togithub.com/TypeStrong/TypeDoc/issues/1288) [#​1224](https://togithub.com/TypeStrong/TypeDoc/issues/1224) [#​764](https://togithub.com/TypeStrong/TypeDoc/issues/764) ### [`v0.20.0`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.20.0) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.19.2...v0.20.0) ##### Migration from previous versions Version 0.20 completely reworks how documentation is generated by TypeDoc. In previous versions, there was `--mode file` and `--mode modules`, which documented files according to their content on the filesystem. This worked reasonably well before ES modules were commonly used, but was insufficient for the modern ecosystem. In 0.20, TypeDoc documents your project according to what you export. With this in mind, there are several breaking changes that will likely effect you: 1\. TypeScript compiler options must be specified in a tsconfig.json file, they may not be passed directly to TypeDoc. 1\. Removed options - `mode`, `excludeNotExported`, `includeDeclarations`, `ignoreCompilerErrors` ([#​1403](https://togithub.com/TypeStrong/typedoc/issues/1403)), `entryPoint` 1\. `inputFiles` has been renamed to `entryPoints` to better reflect its usage 1\. Existing third party themes may be broken due to changes to the type structure 1\. The behavior of `exclude` has changed, it is now only used to filter entry points if a directory is provided as the entry point. 1\. TypeDoc now uses Shiki instead of Highlight.js for syntax highlighting. Shiki is faster, about 10% of the size of Highlight.js, and makes it possible for future work to allow users to choose a light or dark theme. However, it does not support all of the same languages as Highlight.js. If you run `typedoc --help`, it will print a list of all supported highlighting languages. The command line for most projects now should be fairly simple: ```bash npx typedoc src/index.ts ``` If you have more than one entry point, TypeDoc will create a module for each entry point. The module name will be derived from the entry file name. If the derived name is not the desired name, you can use a module comment with the `@module` tag to change it: ```ts /** * @​packageDocumentation * @​module myLibrary */ ``` ##### Bug Fixes - A few of the issues with the type converter ([6ff7fcd](https://togithub.com/TypeStrong/TypeDoc/commit/6ff7fcd1d2cc14eeae1f16399e15d8cb7d7f2346)) - Accessor with a set signature was converted incorrectly ([1200212](https://togithub.com/TypeStrong/TypeDoc/commit/12002124d9be2dae8d0a9dee885f816975b0df12)) - Array types were converted incorrectly ([c892c00](https://togithub.com/TypeStrong/TypeDoc/commit/c892c0019a94bdb527eeaa1cf8c08e713ece0f3c)) - Categorization was broken with a single entry point ([7f6e924](https://togithub.com/TypeStrong/TypeDoc/commit/7f6e924035adce5b8a5520a4d9c3940dd1f54702)) - Change target back to ES2018 ([671e6d3](https://togithub.com/TypeStrong/TypeDoc/commit/671e6d3ece5efa4b3296aec8a7140f1872034154)) - ConstructorType node support ([7ba17f6](https://togithub.com/TypeStrong/TypeDoc/commit/7ba17f611c5dcd4ff93007c5b19b0c84d7102101)) - Correct handling of arrays in generic constraints ([d575dc0](https://togithub.com/TypeStrong/TypeDoc/commit/d575dc0ddc7189ef44db381e4447b4df9f7d837c)), closes [#​1408](https://togithub.com/TypeStrong/TypeDoc/issues/1408) - Declaration merged namespaces sometimes produced multiple reflections ([5de3bf5](https://togithub.com/TypeStrong/TypeDoc/commit/5de3bf5ebed12690c094a1c7330ea1c57457a57b)) - Fix bug in ReferenceType equality check ([3f63956](https://togithub.com/TypeStrong/TypeDoc/commit/3f6395671f07d70c2e508d2b1b34d626d86bfea1)), closes [#​1383](https://togithub.com/TypeStrong/TypeDoc/issues/1383) - Hidden module-namespaces ([88fa674](https://togithub.com/TypeStrong/TypeDoc/commit/88fa674c29130fc88998d6c2d52e3e57c668db5a)), closes [#​1396](https://togithub.com/TypeStrong/TypeDoc/issues/1396) - isExternal flag wasn't set properly ([0060eb7](https://togithub.com/TypeStrong/TypeDoc/commit/0060eb7505c3622976b24ee1543815552d0a65d5)) - JSON schema had incorrect value types ([26a9c0d](https://togithub.com/TypeStrong/TypeDoc/commit/26a9c0db4168687b4fa659fcede085e65b04302c)), closes [#​1389](https://togithub.com/TypeStrong/TypeDoc/issues/1389) - Lint ([d75c67c](https://togithub.com/TypeStrong/TypeDoc/commit/d75c67c5edfebcfb15c2d01659b42baa254e5c4b)) - Missing comments on variable functions ([e15bcd6](https://togithub.com/TypeStrong/TypeDoc/commit/e15bcd6093249479b5d9713e399d92163c46b789)), closes [#​1421](https://togithub.com/TypeStrong/TypeDoc/issues/1421) - Normalize unions ([9f8375d](https://togithub.com/TypeStrong/TypeDoc/commit/9f8375d724cd13e4ab37211d4a88e9d228260edb)), closes [#​571](https://togithub.com/TypeStrong/TypeDoc/issues/571) - Reintroduce support for index signatures ([20a7d5f](https://togithub.com/TypeStrong/TypeDoc/commit/20a7d5f5dbb51420fb4c67275755ea306f90bf41)) - Resolve type parameters in concrete subclasses ([85cd06d](https://togithub.com/TypeStrong/TypeDoc/commit/85cd06d236902b359d4d17745b95bd29ee4fd5ef)) - Somehow didn't save a file ([33c2bc6](https://togithub.com/TypeStrong/TypeDoc/commit/33c2bc69bd7da205fee0157b1087b4873b9a3ba8)) - **docs:** A typo in description of DefaultTheme.getMapping ([#​1416](https://togithub.com/TypeStrong/TypeDoc/issues/1416)) ([a4c3d9e](https://togithub.com/TypeStrong/TypeDoc/commit/a4c3d9ed2fe9962b8a185407b9b3da83d2594899)) - **perf:** Only create extra programs when dealing with solution style tsconfigs ([6525a7b](https://togithub.com/TypeStrong/TypeDoc/commit/6525a7b1c7d47e710dd82aa7cb8caefb525d3124)) - Missing default exports ([017fad1](https://togithub.com/TypeStrong/TypeDoc/commit/017fad18c32c71d0abf77c884c7870ea502b85c7)) - Reference types should always be given resolved symbols ([1d6120f](https://togithub.com/TypeStrong/TypeDoc/commit/1d6120f7d1453de16b61ffca7afa76a4ff719a34)) - Rendering works again ([17bf655](https://togithub.com/TypeStrong/TypeDoc/commit/17bf655677a51470052f4130fe35b4c48ef0cff5)) - Some issues with inheritence ([033b1ae](https://togithub.com/TypeStrong/TypeDoc/commit/033b1aee28d024af6838b8329d0e72b501b53013)) - Support for specify a directory as an entry point ([ac4c688](https://togithub.com/TypeStrong/TypeDoc/commit/ac4c68816eea0efab67c73c4be3c2e6899ce493d)) - Type converters threw on older TS versions ([1161cb2](https://togithub.com/TypeStrong/TypeDoc/commit/1161cb2b89eaa8c4308484060924be0ef7609336)) - TypeDoc should warn users about missing entry points ([8c51af8](https://togithub.com/TypeStrong/TypeDoc/commit/8c51af82114680daecbbae95b0a80afbe18af060)) - We pick up all properties now ([4845209](https://togithub.com/TypeStrong/TypeDoc/commit/4845209ca2890ab77f2da0b33574447af40949a9)) ##### Features - Add logLevel option ([80c4524](https://togithub.com/TypeStrong/TypeDoc/commit/80c45249010e6e5d20d77c13a6d2e380bb245f8d)) - Automatically generate schema for typedoc.json ([cd84548](https://togithub.com/TypeStrong/TypeDoc/commit/cd84548a107e7fc42c7b7e728f4d8819a6a3b424)) - Colors in console output ([49189de](https://togithub.com/TypeStrong/TypeDoc/commit/49189de67227992769c2fff9044a74ab7a4d3440)) - Initial attempt at support for project references ([e1106dd](https://togithub.com/TypeStrong/TypeDoc/commit/e1106dd6bfdaec7cdcc92394a923896e43edc202)), closes [#​1414](https://togithub.com/TypeStrong/TypeDoc/issues/1414) - Mostly working library mode ([bcbd401](https://togithub.com/TypeStrong/TypeDoc/commit/bcbd401be32c287fd6c4ae3d465d5c26c6bc4db2)) - new option "markedOptions" ([#​1412](https://togithub.com/TypeStrong/TypeDoc/issues/1412)) ([2bf6e49](https://togithub.com/TypeStrong/TypeDoc/commit/2bf6e491cb8d09522a7e449371d922f586ee7697)) - Options may specify a validation function ([#​1398](https://togithub.com/TypeStrong/TypeDoc/issues/1398)) ([884332b](https://togithub.com/TypeStrong/TypeDoc/commit/884332b6314e24305c561f36453d1ac21b27d568)) - Partial support for global files ([9cb5b9c](https://togithub.com/TypeStrong/TypeDoc/commit/9cb5b9c8d5b7de4ddcff23a06930147bd77fdff1)) - Support for `[@module](https://togithub.com/module)` tag ([15cb73c](https://togithub.com/TypeStrong/TypeDoc/commit/15cb73cc880befa1dbf33304ab6f91bbd0d944c8)) - Support for mapped types ([1036069](https://togithub.com/TypeStrong/TypeDoc/commit/103606903a2c94e58de5874fbf918b9c2ba0ffd7)) - Support for the remaining literal types ([695f5c7](https://togithub.com/TypeStrong/TypeDoc/commit/695f5c75ca1511aba04de6eb483b5f54a647503a)) - Support for TS 4.1 mapped types + string literal types ([a32c976](https://togithub.com/TypeStrong/TypeDoc/commit/a32c9766c486b4c66d6399353cd56801724851dd)), closes [#​1397](https://togithub.com/TypeStrong/TypeDoc/issues/1397) - Switch back to search.js ([f0af1f1](https://togithub.com/TypeStrong/TypeDoc/commit/f0af1f19fcb01e2930a7bde87048c047fe6e2d3c)), closes [#​1339](https://togithub.com/TypeStrong/TypeDoc/issues/1339) ##### API Breaking changes - `Application.generateDocs`, `Application.generateJson` now return a promise - Converter.EVENT_FILE_BEGIN has been removed - it no longer makes sense since re-exports are fully supported - `"string-literal"` type removed, there is now a single `"literal"` type that includes string literals, number literals, bigint literals, and null - `context.fileNames` has been removed - `isExported` / `isConstructorProperty` ReflectionFlags remvoed - `Converter.EVENT_FUNCTION_IMPLEMENTATION` removed - it was inappropriately used to perform some data extraction, which was unreliable since not all function declarations include an implementation - `Converter.EVENT_BEGIN` listeners may not access `context.program`. If they need access to a TS program, they should instead use `context.programs` and find the one they are interested in. ##### Thanks! Thank you to everyone who helped test the 0.20 beta, and the following code contributors: - [@​gamtiq](https://togithub.com/gamtiq) - [@​krisztianb](https://togithub.com/krisztianb) - [@​maximkott](https://togithub.com/maximkott) - [@​paztis](https://togithub.com/paztis) - [@​socsieng](https://togithub.com/socsieng)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.