Skip to content

Update dependency typedoc to ^0.16.11

Warren Gifford requested to merge renovate/typedoc-0.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
typedoc (source) devDependencies minor ^0.16.11 homepage, source code search for "typedoc"

Release Notes

TypeStrong/TypeDoc

v0.16.11

Compare Source

Bug Fixes 🐛
Features
Thanks 👏

v0.16.10

Compare Source

Features
  • Add the ability to remove tags from doc comments (#​815)
  • The logger will now also count warning messages (#​1205)
Fixed 🐛
  • The link tag will now no longer be incorrectly stripped from some param comments (#​1001)
  • Mixins will no longer cause TypeDoc to crash in some cases (#​1207)
Thanks 👏

v0.16.9

Compare Source

Fixed 🐛
  • TypeDoc now correctly handles BOM in package.json (#​1192)
Thanks 👏

v0.16.8

Compare Source

Fixed 🐛
  • export * from ... could cause a circular reference that sent TypeDoc into an infinite loop (#​1186)

v0.16.7

Compare Source

Fixed 🐛
  • Object literal {} now renders correctly (#​1179)
Features
  • Support for query types (type Z = typeof z)
Thanks

v0.16.6

Compare Source

Fixed 🐛
  • removeReflection does not fully remove reflections #​1176

v0.16.5

Compare Source

Fixed 🐛
  • @BindOption now works with plugin options (#​1174)
  • Empty modules are no longer included in the HTML documentation (#​1126)
Changed 📦
  • The project version is no longer added to the package name by default, specify the --includeVersion flag to include it. (#​1175)
  • The NavigationBuilder class is now available to simplify theme creation (#​1171)
Thanks 👏

v0.16.4

Compare Source

Fixed 🐛
  • CLI crashing due to circular dependencies (#​1172)

v0.16.3

Compare Source

Fixed 🐛
  • @hidden can now be used to selectively hide overloads (#​1142)
  • Plugins are now correctly autoloaded (#​1170)
  • Corrected JSON output types
Changed 📦
  • @Option decorator deprecated in favor of registering manually.
  • @BindOption property decorator now available for fetching options like @Option
  • References are now no longer created for source files not included in the documentation
Thanks 👏

Thank you to all who reported issues and the following code contributors:

v0.16.2

Compare Source

Features
  • Plugins may now use the @Option decorator to declare options. (#​1165)
Fixed 🐛
  • @param and @returns are overly sensitive to whitespace (#​1164)
  • TypeDoc is missing exported values to set options without importing internals (#​1163)
Changed 📦
  • TypeDoc's tests now run in ~30 seconds instead of 3 minutes, making for a much better development experience (#​1156)

v0.16.1

Compare Source

v0.16.0

Compare Source

Features
  • In modules mode, export declarations are now resolved.
  • Support for import x =
Fixed 🐛
  • expandInputFiles will no longer throw if the input directory includes a symbolic link (#​751)
  • Nested object literals are now correctly marked as exported (#​1103)
  • Resolve and link TypeOperatorType types (#​1161)
Breaking Changes
  • With --mode file, all declarations are now considered exported.
  • When using the programmatic API, if you want to automatically read tsconfig.json and typedoc.json you must add the readers to the Options class on Application
  • typedoc.js may no longer return a function to be called to set options.
  • Options now calls the registered option readers instead of firing an event.
  • Programmatic users must call app.bootstrap with their options instead of new App(options)
Thanks! 👏

TypeDoc would be far worse off without these people's help.


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

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

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


  • If you want to rebase/retry this PR, check this box

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

Merge request reports

Loading