This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency typedoc to v0.22.6 #9
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/typedoc-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
September 5, 2020 02:31
f534feb
to
645940f
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.19.0
chore(deps): update dependency typedoc to v0.19.1
Sep 5, 2020
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
September 21, 2020 03:42
645940f
to
867840f
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.19.1
chore(deps): update dependency typedoc to v0.19.2
Sep 21, 2020
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
January 5, 2021 16:58
867840f
to
7b83fd9
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.19.2
chore(deps): update dependency typedoc to v0.20.12
Jan 5, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
January 9, 2021 19:57
7b83fd9
to
a78a6de
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.12
chore(deps): update dependency typedoc to v0.20.13
Jan 9, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
January 23, 2021 10:53
a78a6de
to
11eb56b
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.13
chore(deps): update dependency typedoc to v0.20.16
Jan 23, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
January 31, 2021 17:55
11eb56b
to
d943f50
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.16
chore(deps): update dependency typedoc to v0.20.19
Jan 31, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
February 10, 2021 14:44
d943f50
to
ffd738e
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.19
chore(deps): update dependency typedoc to v0.20.23
Feb 10, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
February 11, 2021 09:02
ffd738e
to
7f4aff0
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.23
chore(deps): update dependency typedoc to v0.20.24
Feb 11, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
April 26, 2021 15:29
7f4aff0
to
cb06fe7
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.24
chore(deps): update dependency typedoc to v0.20.36
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/typedoc-0.x
branch
from
October 18, 2021 22:23
cb06fe7
to
41a0ba5
Compare
renovate
bot
changed the title
chore(deps): update dependency typedoc to v0.20.36
chore(deps): update dependency typedoc to v0.22.6
Oct 18, 2021
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.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: "every month" (UTC).
🚦 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.