Update dependency typedoc to ^0.17.3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
typedoc (source) | devDependencies | minor | ^0.17.3 | homepage, source |
Release Notes
TypeStrong/TypeDoc
v0.17.3
Features
- Updated the default themes to reduce bundle size from 174kb to 35kb - TypeStrong/typedoc-default-themes#85
Fixed
- The legend is no longer missing on most documentation pages
Thanks!
v0.17.2
Bug Fixes
v0.17.1
Bug Fixes
v0.17.0
Bug Fixes
- Check for compiler errors before converting (802c408)
- Plugin resolution now uses relative paths (#1194) closes #1188
Features
-
Move TypeScript to a peer dependency (49b1c4f), closes #880
-
Only generate legend for items that are displayed on the page (#1187) (923c55d), closes #1136
-
Support for private fields (5d41a2e)
-
fix!: Rename external modules to modules (295ccdd), closes #109
-
fix!: Moved @types/minimatch dependency to devDepencencies (#1206) (592e0b3), closes #1206
BREAKING CHANGES
- Any plugins which referenced ReflectionKind.ExternalModule or ReflectionKind.Module need to be updated to reference ReflectionKind.Module and ReflectionKind.Namespace respectively.
-
createMinimatch
is no longer a public function. -
@Option
decorator removed
Thanks!
TypeDoc wouldn't be maintained without the help of the community, thanks to all who submitted issues and especially to those who contributed code to this release:
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.