Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typedoc to v0.22.2 #229

Merged
merged 1 commit into from
Sep 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typedoc (source) 0.21.4 -> 0.22.2 age adoption passing confidence

Release Notes

TypeStrong/TypeDoc

v0.22.2

Compare Source

Bug Fixes
  • Fix background color of tables in dark mode, closes #​1684.

v0.22.1

Compare Source

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.

v0.22.0

Compare Source

Breaking Changes
  • The packages and entryPoints options have been combined.
    To migrate configurations which used packages, replace packages with entryPoints and set entryPointStrategy to packages.
  • Renamed disableOutputCheck to cleanOutputDir to more clearly reflect its behavior.
  • The highlightTheme option has been split into lightHighlightTheme and darkHighlightTheme.
  • Removed poorly documented / poorly behaved toc option.
  • HTML output is now rendered with JSX instead of Handlebars, closes #​1631.
    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.
  • Removed the minimal theme that has been mostly broken for a long time.
Features
  • Added support for light/dark mode to the default theme, closes #​1641.
  • Added support for custom CSS with the new customCss option, closes #​1060.
  • Added support for linking to third party documentation sites, closes #​131. See internal-docs/third-party-symbols.md
    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.
  • Added entryPointStrategy to reduce confusion from new TypeDoc users on handling of entry points.
    There are three possible options:
    Option Behavior
    resolve (default) Expects all entry points to be contained within the root level tsconfig project. If a directory is given, includes <directory>/index as the entry point.
    expand Expects all entry points to be contained within the root level tsconfig project. If a directory is given, files within it are recursively expanded. This was the default behavior in v0.21.
    packages Corresponds to --packages in v0.21, behaves as documented in the Monorepo section in the readme.
  • Added support for typedocMain in package.json when using the packages strategy for resolving entry points.
  • Produce warnings when documentation is missing exports, closes #​1653. If using TypeDoc's API, this behavior is available through calling application.validate(project).
  • Added support for detecting "as const enums", closes #​1675.
  • Added hideLegend option, closes #​1108.
  • Added performance measurements to debug logging (--logLevel Verbose)
  • String literal indexed access types will create links to their referencing member if possible, closes #​1226.
Bug Fixes
  • Support inclusion patterns when expanding input files, closes #​1399.
  • Arrow keys can no longer select hidden search results.
  • The Legend header will no longer be included if there is nothing in the legend.
  • If a non-function uses @param, the name will not be dropped when rendering, closes #​1410.
API Breaking Changes
  • TypeDoc now specifies the "export" key in package.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.
  • The ReflectionKind values for Project, Module, Namespace, and Enum have changed.
  • Removed deprecated logger functions.
  • Dropped support for legacy plugins which use export=. Plugins are now required to export a load function.
  • Remove TypeParameterType, references to type parameters have produced a ReferenceType since v0.20.0.
  • Types no longer have a clone method. It inconsistently performed deep or shallow clones, and was not used by TypeDoc.
  • Types no longer contain an 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
  • Upgrade Shiki to 0.9.8, adds support for several new highlighting languages
Thanks!

v0.21.7 (2021-07-27)

Features
  • Support for TypeScript 4.4, closes #​1664

v0.21.6 (2021-07-19)

Features
  • Add support for NO_COLOR environment variable (#​1650)
Bug Fixes
  • Handle undefined symbols in query types, closes #​1660
Thanks!

v0.21.5 (2021-06-31)

Features
Bug Fixes
  • Implicitly set noEmit unless --emit is provided, closes #​1639
Thanks!

v0.21.4 (2021-06-12)

Bug Fixes
  • Constructors did not have source information set, closes #​1626

v0.21.3 (2021-06-10)

Breaking Changes
  • Options may not be set once conversion starts. Enables a small perf improvement.
Bug Fixes
  • Improve detection for "property methods" to convert as methods, closes #​1624
  • Two members differing only by case produced broken links, closes #​1585
  • Resolve some memory leaks
Thanks!

v0.21.2 (2021-05-27)

Bug Fixes
  • Postpone resolution of inherited classes until their parents have been resolved, closes #​1580

v0.21.1 (2021-05-25)

Bug Fixes
  • Exclude empty modules from documentation, closes #​1607
  • readme could not be set to none in a config file, closes #​1608
  • Correctly handle minimatch excludes on Windows, closes #​1610

v0.21.9

Compare Source

Bug Fixes
Thanks!

v0.21.8

Compare Source

Features
  • Upgrade Shiki to 0.9.8, adds support for several new highlighting languages
Thanks!
  • John Haugeland

v0.21.7

Compare Source

Features

v0.21.6

Compare Source

Features
  • Add support for NO_COLOR environment variable (#​1650)
Bug Fixes
  • Handle undefined symbols in query types, closes #​1660
Thanks!

v0.21.5

Compare Source

Features
Bug Fixes
  • Implicitly set noEmit unless --emit is provided (71ceaaa), closes #​1639
Thanks!
  • Jacques Favreau

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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.20.37 chore(deps): update dependency typedoc to v0.21.0 Jun 18, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.0 chore(deps): update dependency typedoc to v0.21.1 Jun 25, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.1 chore(deps): update dependency typedoc to v0.21.2 Jun 27, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.2 chore(deps): update dependency typedoc to v0.21.3 Jul 10, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.3 chore(deps): update dependency typedoc to v0.21.4 Jul 12, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.4 chore(deps): update dependency typedoc to v0.21.4 - autoclosed Jul 25, 2021
@renovate renovate bot closed this Jul 25, 2021
@renovate renovate bot deleted the renovate/typedoc-0.x branch July 25, 2021 15:56
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.4 - autoclosed chore(deps): update dependency typedoc to v0.21.4 Jul 31, 2021
@renovate renovate bot reopened this Jul 31, 2021
@renovate renovate bot restored the renovate/typedoc-0.x branch July 31, 2021 17:11
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.4 chore(deps): update dependency typedoc to v0.21.5 Jul 31, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.5 chore(deps): update dependency typedoc to v0.21.6 Aug 19, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.6 chore(deps): update dependency typedoc to v0.21.7 Aug 27, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.7 chore(deps): update dependency typedoc to v0.21.8 Aug 28, 2021
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from 1205c52 to 27a582f Compare August 30, 2021 01:00
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.8 chore(deps): update dependency typedoc to v0.21.9 Aug 30, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.21.9 chore(deps): update dependency typedoc to v0.22.1 Sep 10, 2021
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.22.1 chore(deps): update dependency typedoc to v0.22.2 Sep 11, 2021
@jaywcjlove jaywcjlove merged commit 0dab8e7 into master Sep 11, 2021
@jaywcjlove jaywcjlove deleted the renovate/typedoc-0.x branch September 11, 2021 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants