txwrapper
txwrapper copied to clipboard
chore(deps-dev): bump typedoc from 0.20.36 to 0.22.4
Bumps typedoc from 0.20.36 to 0.22.4.
Release notes
Sourced from typedoc's releases.
v0.22.4
Features
- Flag option types like
validationcan now be set to true/false to enable/disable all flags within them.- Source code links now work with Bitbucket repositories, resolves #1615.
- Added
githubPagesoption (default: true), which will create a.nojekyllpage in the generated output, resolves #1680.MarkdownEventis now exported, resolves #1696.Bug Fixes
- Fixed the hamburger menu not being visible on mobile devices, fixes #1699.
- Comments on function implementations with overloaded signatures will now be correctly handled, fixes #1697.
Thanks!
v0.22.3
Bug Fixes
- Switched the default highlighting themes back to
light-plusanddark-plus, they were accidentally set tomin-lightandmin-darkin v0.22.0.Features
- Added new
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 } }- Added invalidLink to
validationoption, deprecatedlistInvalidSymbolLinks, which will be removed in 0.23.v0.22.2
Bug Fixes
- Fix background color of tables in dark mode, closes #1684.
v0.22.1
Bug Fixes
- Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
- Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.22.4 (2021-08-18)
Features
- Flag option types like
validationcan now be set to true/false to enable/disable all flags within them.- Source code links now work with Bitbucket repositories, resolves #1615.
- Added
githubPagesoption (default: true), which will create a.nojekyllpage in the generated output, resolves #1680.MarkdownEventis now exported, resolves #1696.Bug Fixes
- Fixed the hamburger menu not being visible on mobile devices, fixes #1699.
- Comments on function implementations with overloaded signatures will now be correctly handled, fixes #1697.
Thanks!
v0.22.3 (2021-08-12)
Bug Fixes
- Switched the default highlighting themes back to
light-plusanddark-plus, they were accidentally set tomin-lightandmin-darkin v0.22.0.Features
- Added new
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 } }- Added invalidLink to
validationoption, deprecatedlistInvalidSymbolLinks, which will be removed in 0.23.v0.22.2 (2021-08-11)
Bug Fixes
- Fix background color of tables in dark mode, closes #1684.
v0.22.1 (2021-08-10)
Bug Fixes
- Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
- Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.
... (truncated)
Commits
b00e88eUpdate changelog for release9b81d91Bump version to v0.22.44196936Upgrade dependencies9f8ef0dExport MarkdownEvent454740bFix handling for comments on overload implementation signatures75edcd9Fix hamburger menu on mobilef74762eFixed schema for validation optiond3e1876Merge pull request #1695 from srmagura/bitbuckete75c28dGitHubPlugin.test.ts: fix test name70b379eMerge branch 'master' of https://github.com/TypeStrong/typedoc into bitbucket- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)