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.23.26 #76

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

remedyrenovate[bot]
Copy link
Contributor

@remedyrenovate remedyrenovate bot commented Nov 24, 2022

This PR contains the following updates:

Package Type Update Change
typedoc (source) devDependencies patch 0.23.15 -> 0.23.26

Release Notes

TypeStrong/TypeDoc

v0.23.26

Compare Source

Features
  • Added Application.EVENT_VALIDATE_PROJECT event for plugins which implement custom validation, #​2183.
  • Plugins may now return an object from external symbol resolvers, #​2066.
  • Expose Comment.displayPartsToMarkdown on for themes overwriting the comment helper, #​2115.
Bug Fixes
  • Fix crash when converting export default undefined, #​2175.
  • Fix error in console when clicking on headings in the readme, #​2170.
  • TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #​2154.
Thanks!

v0.23.25

Compare Source

Breaking Changes
  • Upgraded Shiki, if your highlight theme was set to material-<theme>, the value will need to be changed to
    material-theme-<theme>, see the Shiki release notes.
Features
  • Added new excludeNotDocumentedKinds variable to control which reflection types can be removed
    by the excludeNotDocumented option, #​2162.
  • Added typedoc.jsonc, typedoc.config.js, typedoc.config.cjs, typedoc.cjs to the list of files
    which TypeDoc will automatically use as configuration files.
Bug Fixes
  • Entry points under node_modules will no longer be ignored, #​2151.
  • Corrected behavior of excludeNotDocumented on arrow function-variables, #​2156.
  • Added package.json to exports declaration.
Thanks!

v0.23.24

Compare Source

Bug Fixes
  • Fixed an issue where signature comments were preferred over property comments for indirectly created function-properties, #​2135.
  • Fixed symlink handling when expanding entry points, #​2130.
Thanks!

v0.23.23

Compare Source

Features
  • Added ts.Signature to emitted EVENT_CREATE_SIGNATURE event, #​2002.
Bug Fixes
  • Links to members hidden by filter settings now temporarily override the filter, #​2092.
  • If src/ and src/x are specified as entry points, src/ will no longer be ignored, #​2121.

v0.23.22

Compare Source

Features
  • Add support for defining the kind sort order, #​2109.
Bug Fixes
  • Normalize all file paths on Windows, #​2113.
  • Fix @link tags within lists, #​2103.

v0.23.21

Compare Source

Features
  • Added support for a catch-all wildcard in externalSymbolLinkMappings, #​2102.
  • Added support for TypeScript 4.9.
Thanks!

v0.23.20

Compare Source

Bug Fixes
  • Fixed comment discovery for @inheritDoc if inheriting from a function type alias, #​2087.

v0.23.19

Compare Source

Bug Fixes
  • Fixed title link if titleLink option was not specified, #​2085.
Thanks!

v0.23.18

Compare Source

Features
  • Improved error reporting when failing to find entry points, #​2080, #​2082.
Bug Fixes
  • Constructor parameter-properties will now use the @param comment for the parameter if available, #​1261.
  • Fixed display of object types containing methods, #​1788.
  • Fixed conversion of intrinsic string mapping types when converting without a type node, #​2079.

v0.23.17

Compare Source

Features
  • Added titleLink, navigationLinks and sidebarLinks options to add additional links to the rendered output, #​1830.
  • Added sourceLinkTemplate option to allow more flexible specification of remote urls.
    Deprecated now redundant gitRevision detection starting with https?:// introduced in v0.23.16, #​2068.
Thanks!

v0.23.16

Compare Source

Features
  • Object types will now be pretty printed, #​1793.
  • Added support for specifying the tsconfig.json file in packages mode with { "typedoc": { "tsconfig": "tsconfig.lib.json" }} in package.json, #​2061.
  • In packages mode, readme files will now be automatically included if present, #​2065.
  • Added support for specifying the base file url for links to source code, #​2068.
Bug Fixes
  • Private parameter properties will no longer be ignored, #​2064.
Thanks!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

@remedyrenovate remedyrenovate bot changed the title chore(deps): update dependency typedoc to v0.23.21 chore(deps): update dependency typedoc to v0.23.22 Dec 11, 2022
@remedyrenovate remedyrenovate bot changed the title chore(deps): update dependency typedoc to v0.23.22 chore(deps): update dependency typedoc to v0.23.23 Dec 18, 2022
@remedyrenovate remedyrenovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from ad7e760 to d179320 Compare January 7, 2023 20:06
@remedyrenovate remedyrenovate bot changed the title chore(deps): update dependency typedoc to v0.23.23 chore(deps): update dependency typedoc to v0.23.24 Jan 8, 2023
@remedyrenovate remedyrenovate bot changed the title chore(deps): update dependency typedoc to v0.23.24 chore(deps): update dependency typedoc to v0.23.25 Feb 11, 2023
@remedyrenovate remedyrenovate bot changed the title chore(deps): update dependency typedoc to v0.23.25 chore(deps): update dependency typedoc to v0.23.26 Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant