-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency typedoc to v0.22.6 #66
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
Branches 8 8
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
f7ad586
to
49736fb
Compare
49736fb
to
bd99e62
Compare
bd99e62
to
8e1a4a2
Compare
8e1a4a2
to
ef9140c
Compare
ef9140c
to
615acb0
Compare
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
Branches 8 8
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
615acb0
to
02d7136
Compare
02d7136
to
5cfc01e
Compare
5cfc01e
to
7dc535e
Compare
7dc535e
to
d99d044
Compare
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
Branches 8 8
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
d99d044
to
1177aed
Compare
1177aed
to
e3a9f17
Compare
This PR contains the following updates:
0.17.8
->0.22.6
Release Notes
TypeStrong/TypeDoc
v0.22.6
Compare Source
Features
@enum
to all variables whose property types are string literals, #1740.Bug Fixes
as const
style enums, #1727.@typeParam
on type aliases, #1733.Thanks!
v0.22.5
Compare Source
Features
@param
comments for destructured parameters and rename__namedParameters
to the name specifiedin the
@param
comment if the number of@param
comments match the number of parameters, resolves #1703.intentionallyNotExported
option may now include file names/paths to limit its scope, for example, the followingwill suppress warnings from
Foo
insrc/foo.ts
not being exported, but will not suppress warnings if anotherFoo
declared in
src/utils/foo.ts
is not exported.--emit
option can now be used to more finely control what TypeDoc will emit.both
docs
none
true
both
, for backwards compatibility. Will be removed in 0.23.false
docs
, for backwards compatibility. Will be removed in 0.23.Bug Fixes
<caption>
elements from@example
tags, resolves #1679.emitDeclarationOnly
compiler option is now supported, resolves #1716..json
, resolves #1712.globalThis
namespace, could only be caused by a plugin.Thanks!
v0.22.4
Compare Source
Features
validation
can now be set to true/false to enable/disable all flags within them.githubPages
option (default: true), which will create a.nojekyll
page in the generated output, resolves #1680.MarkdownEvent
is now exported, resolves #1696.Bug Fixes
Thanks!
v0.22.3
Compare Source
Bug Fixes
light-plus
anddark-plus
, they were accidentally set tomin-light
andmin-dark
in v0.22.0.Features
validation
option 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
option, deprecatedlistInvalidSymbolLinks
, which will be removed in 0.23.v0.22.2
Compare Source
Bug Fixes
v0.22.1
Compare Source
Bug Fixes
v0.22.0
Compare Source
Breaking Changes
packages
andentryPoints
options have been combined.To migrate configurations which used
packages
, replacepackages
withentryPoints
and setentryPointStrategy
topackages
.disableOutputCheck
tocleanOutputDir
to more clearly reflect its behavior.highlightTheme
option has been split intolightHighlightTheme
anddarkHighlightTheme
.toc
option.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
--watch
was 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.
entryPointStrategy
fromexpand
toresolve
.Features
customCss
option, 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.
entryPointStrategy
to reduce confusion from new TypeDoc users on handling of entry points.There are three possible options:
<directory>/index
as the entry point.--packages
in v0.21, behaves as documented in the Monorepo section in the readme.typedocMain
in package.json when using thepackages
strategy for resolving entry points.application.validate(project)
.as const
enums", closes #1675.hideLegend
option, 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
@internal
if likely to change) from the root export.ReflectionKind
values forProject
,Module
,Namespace
, andEnum
have changed.export=
. Plugins are now required to export aload
function.TypeParameterType
, references to type parameters have produced aReferenceType
since v0.20.0.clone
method. It inconsistently performed deep or shallow clones, and was not used by TypeDoc.equals
method. 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
readme
could not be set tonone
in a config file, closes #1608v0.21.9
Compare Source
Bug Fixes
Thanks!
v0.21.8
Compare Source
Features
Thanks!
v0.21.7
Compare Source
Features
v0.21.6
Compare Source
Features
Bug Fixes
Thanks!
v0.21.5
Compare Source
Features
Bug Fixes
Thanks!
v0.21.4
Compare Source
Bug Fixes
v0.21.3
Compare Source
Breaking Changes
Bug Fixes
Thanks!
v0.21.2
Compare Source
Bug Fixes
v0.21.1
Compare Source
Bug Fixes
readme
could not be set tonone
in a config file, closes #1608v0.21.0
Compare Source
Breaking Changes
Features
Bug Fixes
void
return type, closes #1215Thanks!
v0.20.37 (2021-05-16)
Features
Bug Fixes
marked
dependency to 2.0.x (#1602), closes #1601Thanks!
v0.20.36 (2021-03-23)
Features
Bug Fixes
Thanks!
v0.20.35 (2021-03-03)
Features
Bug Fixes
Thanks!
v0.20.34 (2021-02-25)
Bug Fixes
v0.20.33 (2021-02-22)
Bug Fixes
v0.20.32 (2021-02-14)
Bug Fixes
v0.20.31 (2021-02-14)
Bug Fixes
Thanks!
v0.20.30 (2021-02-06)
Bug Fixes
v0.20.29 (2021-02-04)
Features
v0.20.28 (2021-01-23)
Bug Fixes
v0.20.27 (2021-01-20)
Features
Bug Fixes
Thanks!
v0.20.26 (2021-01-20)
Bug Fixes
v0.20.25 (2021-01-15)
Features
v0.20.24 (2021-01-11)
Features
Thanks!
v0.20.23 (2021-01-06)
Bug Fixes
Thanks!
v0.20.22 (2021-01-06)
Bug Fixes
v0.20.21 (2021-01-05)
Bug Fixes
v0.20.20 (2021-00-31)
Features
Bug Fixes
Thanks!
v0.20.19 (2021-00-25)
Features
v0.20.18 (2021-00-24)
Bug Fixes
v0.20.17 (2021-00-23)
Features
Bug Fixes
Thanks!
v0.20.16 (2021-00-17)
Bug Fixes
v0.20.15 (2021-00-16)
Features
Bug Fixes
@types/ws
, closes #1463@enum
tags, closes #1464Thanks!
v0.20.14 (2021-00-09)
Bug Fixes
Thanks!
v0.20.13 (2021-00-06)
Bug Fixes
v0.20.12 (2021-00-05)
Bug Fixes
Thanks!
v0.20.11 (2021-00-04)
Bug Fixes
v0.20.10 (2021-00-03)
Bug Fixes
v0.20.9 (2021-00-02)
Bug Fixes
1886304
v0.20.8 (2021-00-01)
Bug Fixes
v0.20.7 (2020-00-01)
Bug Fixes
v0.20.6 (2020-00-01)
Features
Bug Fixes
v0.20.5 (2020-11-30)
Bug Fixes
v0.20.4 (2020-11-30)
Bug Fixes
v0.20.3 (2020-11-29)
Features
v0.20.2 (2020-11-29)
Features
Bug Fixes
v0.20.1 (2020-11-29)
Bug Fixes
v0.20.37
Compare Source
Features
Bug Fixes
marked
dependency to 2.0.x (#1602), closes #1601Thanks!
v0.20.36
Compare Source
Features
Bug Fixes
Thanks!
v0.20.35
Compare Source
Features
Bug Fixes
Thanks!
v0.20.34
Compare Source
Bug Fixes
v0.20.33
Compare Source
Bug Fixes
v0.20.32
Compare Source
Bug Fixes
v0.20.31
Compare Source
Bug Fixes
Thanks!
v0.20.30
Compare Source
Bug Fixes
v0.20.29
Compare Source
Features
v0.20.28
Compare Source
Bug Fixes
v0.20.27
Compare Source
Features
Bug Fixes
Thanks!
v0.20.26
Compare Source
Bug Fixes
v0.20.25
Compare Source
Features
v0.20.24
Compare Source
Features
Thanks!
v0.20.23
Compare Source
Bug Fixes
Thanks!
v0.20.22
Compare Source
Bug Fixes
v0.20.21
Compare Source
Bug Fixes
v0.20.20
Compare Source
Features
Bug Fixes
Thanks!
v0.20.19
Compare Source
Features
v0.20.18
Compare Source
Bug Fixes
v0.20.17
Compare Source
Features
Bug Fixes
Thanks!
v0.20.16
Compare Source
Bug Fixes
v0.20.15
Compare Source
Features
Bug Fixes
@types/ws
, closes #1463@enum
tags, closes #1464Thanks!
v0.20.14
Compare Source
Bug Fixes
Thanks!
v0.20.13
Compare Source
Bug Fixes
v0.20.12
Compare Source
Bug Fixes
Thanks!
v0.20.11
Compare Source
Bug Fixes
v0.20.10
Compare Source
Bug Fixes
v0.20.9
Compare Source
Bug Fixes
1886304
v0.20.8
Compare Source
Bug Fixes
v0.20.7
Compare Source
Bug Fixes
v0.20.6
Compare Source
Features
Bug Fixes
v0.20.5
Compare Source
Bug Fixes
v0.20.4
Compare Source
Bug Fixes
v0.20.3
Compare Source
Features
Bug Fixes
marked
dependency to 2.0.x (#1602), closes #1601Thanks!
v0.20.2
Compare Source
Features
v0.20.1
Compare Source
Features
v0.20.0
Compare Source
Breaking Changes
Features
@module
tagBug Fixes
Thanks!
v0.19.2 (2020-08-21)
Bug Fixes
v0.19.1 (2020-08-05)
Features
Thanks!
v0.19.2
Compare Source
Bug Fixes
v0.19.1
Compare Source
Features
Thanks!
v0.19.0
Compare Source
Features
Bug Fixes
readonly
&unique
Thanks!
v0.18.0
Compare Source
Breaking Changes
Bug Fixes
baseUrl
to determine file paths (#1313), closes #1294Thanks!
v0.17.7 (2020-04-17)
Breaking Changes
createMinimatch
is no longer a public function.Features
@template
, closes #860Bug Fixes
Thanks!
v0.16.11 (2020-01-28)
Features
Configuration
📅 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.