Skip to content

chore(deps): update dependency typedoc to v0.22.5#975

Merged
bhovhannes merged 1 commit intomasterfrom
renovate/typedoc-0.22.x
Oct 5, 2021
Merged

chore(deps): update dependency typedoc to v0.22.5#975
bhovhannes merged 1 commit intomasterfrom
renovate/typedoc-0.22.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 5, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

TypeStrong/TypeDoc

v0.22.5

Compare Source

Features
  • TypeDoc will now recognize @param comments for destructured parameters and rename __namedParameters to the name specified
    in the @param comment if the number of @param comments match the number of parameters, resolves #​1703.
  • The intentionallyNotExported option may now include file names/paths to limit its scope, for example, the following
    will suppress warnings from Foo in src/foo.ts not being exported, but will not suppress warnings if another Foo
    declared in src/utils/foo.ts is not exported.
    {
        "intentionallyNotExported": ["src/foo.ts:Foo"]
    }
  • The --emit option can now be used to more finely control what TypeDoc will emit.
    Value Behavior
    both Emit both documentation and JS.
    docs Emit documentation, but not JS (default).
    none Emit nothing, just convert and run validation.
    true Alias for both, for backwards compatibility. Will be removed in 0.23.
    false Alias for docs, for backwards compatibility. Will be removed in 0.23.
Bug Fixes
  • TypeDoc will now only create one highlighter for rendering code, saving ~200-500ms for rendering time.
  • For compatibility with JSDoc, TypeDoc will now strip <caption> elements from @example tags, resolves #​1679.
  • TypeScript's emitDeclarationOnly compiler option is now supported, resolves #​1716.
  • Fixed discovery of tsconfig.json when the provided path ends in .json, resolves #​1712.
  • Fixed a crash when converting the globalThis namespace, could only be caused by a plugin.
Thanks!

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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.

@bhovhannes bhovhannes merged commit c31479e into master Oct 5, 2021
@renovate renovate Bot deleted the renovate/typedoc-0.22.x branch October 5, 2021 21:07
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.

2 participants