Update dependency typedoc
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
typedoc (source) | devDependencies | minor | ^0.16.9 | homepage, source | |
typedoc (source) | devDependencies | patch | ^0.15.8 | homepage, source |
Release Notes
TypeStrong/TypeDoc
v0.16.9
🐛
Fixed - TypeDoc now correctly handles BOM in package.json (#1192)
👏
Thanks
v0.16.8
🐛
Fixed -
export * from ...
could cause a circular reference that sent TypeDoc into an infinite loop (#1186)
v0.16.7
🐛
Fixed - Object literal
{}
now renders correctly (#1179)
✨
Features - Support for query types (
type Z = typeof z
)
Thanks
v0.16.6
🐛
Fixed - removeReflection does not fully remove reflections #1176
v0.16.5
🐛
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
🐛
Fixed - CLI crashing due to circular dependencies (#1172)
v0.16.3
🐛
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
✨
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
v0.16.0
✨
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
andtypedoc.json
you must add the readers to theOptions
class onApplication
-
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 ofnew App(options)
👏
Thanks! TypeDoc would be far worse off without these people's help.
- @aciccarello
- @alalonde
- @gnidan
- @lddubeau
- @makana
- @makana
- @PissedCapslock
- @shrinktofit
- @socsieng
- @TheNeuralBit
- @timsawyer
v0.15.8
🐛
Fixed - Upgraded handlebars to 4.7.0 - #1159
👏
Thanks
v0.15.7
🐛
Fixed - Pin handlebars to ~4.5.3 (#1159) to resolve broken themes due to wycats/handlebars.js#1633
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.