chore(deps): update dependency typedoc to v0.22.3#966
Merged
bhovhannes merged 1 commit intomasterfrom Sep 15, 2021
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.21.9->0.22.3Release Notes
TypeStrong/TypeDoc
v0.22.3Compare Source
Bug Fixes
light-plusanddark-plus, they were accidentally set tomin-lightandmin-darkin v0.22.0.Features
validationoption which can be used to disable checks for non-exported symbols.On the command line, this can be specified with
--validation.notExported true, or in an options file with:{ "validation": { "notExported": true } }validationoption, deprecatedlistInvalidSymbolLinks, which will be removed in 0.23.v0.22.2Compare Source
Bug Fixes
v0.22.1Compare Source
Bug Fixes
v0.22.0Compare Source
Breaking Changes
packagesandentryPointsoptions have been combined.To migrate configurations which used
packages, replacepackageswithentryPointsand setentryPointStrategytopackages.disableOutputChecktocleanOutputDirto more clearly reflect its behavior.highlightThemeoption has been split intolightHighlightThemeanddarkHighlightTheme.tocoption.This change provides major performance benefits, reducing rendering time by up to 10x for several benchmarked projects.
It also allows themes to be easily type checked, preventing mistakes when creating custom themes.
Removing Handlebars also fixed memory leaks when
--watchwas specified due to Handlebar's caching mechanism.This change breaks all existing custom themes, so a theme created for v0.21 or earlier will not work in v0.22.
See internal-docs/custom-themes.md for documentation on how to create a custom theme in v0.22.
entryPointStrategyfromexpandtoresolve.Features
customCssoption, closes #1060.for documentation on how to create a plugin which enables this.
Support for linking to MDN for global types is provided by typedoc-plugin-mdn-links.
entryPointStrategyto reduce confusion from new TypeDoc users on handling of entry points.There are three possible options:
<directory>/indexas the entry point.--packagesin v0.21, behaves as documented in the Monorepo section in the readme.typedocMainin package.json when using thepackagesstrategy for resolving entry points.application.validate(project).as constenums", closes #1675.hideLegendoption, closes #1108.--logLevel Verbose)Bug Fixes
@param, the name will not be dropped when rendering, closes #1410.API Breaking Changes
"export"key inpackage.json, preventing plugins from importing internal paths.TypeDoc should now export all necessary structures (potentially marked with
@internalif likely to change) from the root export.ReflectionKindvalues forProject,Module,Namespace, andEnumhave changed.export=. Plugins are now required to export aloadfunction.TypeParameterType, references to type parameters have produced aReferenceTypesince v0.20.0.clonemethod. It inconsistently performed deep or shallow clones, and was not used by TypeDoc.equalsmethod. It was occasionally correct for medium-complexity types, and always incorrect for more complicated types.Thanks!
v0.21.9 (2021-07-29)
Bug Fixes
Thanks!
v0.21.8 (2021-07-28)
Features
Thanks!
v0.21.7 (2021-07-27)
Features
v0.21.6 (2021-07-19)
Features
Bug Fixes
Thanks!
v0.21.5 (2021-06-31)
Features
Bug Fixes
Thanks!
v0.21.4 (2021-06-12)
Bug Fixes
v0.21.3 (2021-06-10)
Breaking Changes
Bug Fixes
Thanks!
v0.21.2 (2021-05-27)
Bug Fixes
v0.21.1 (2021-05-25)
Bug Fixes
readmecould not be set tononein a config file, closes #1608Configuration
📅 Schedule: At any time (no schedule defined).
🚦 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.