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.25.1 #3648

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

TypeStrong/TypeDoc (typedoc)

v0.25.1

Compare Source

Features
  • Added stripYamlFrontmatter config option to remove YAML frontmatter from README.md, #​2381.
  • Added --excludeCategories config option to remove reflections present in any excluded category, #​1407.
  • If no tsconfig.json file is present, TypeDoc will now attempt to compile without setting any compiler options, #​2304.
  • Navigation is now written to a JS file and built dynamically, which significantly decreases document generation time
    with large projects and also provides large space benefits. Themes may now override DefaultTheme.buildNavigation
    to customize the displayed navigation tree, #​2287.
    Note: This change renders navigation.fullTree obsolete. If you set it, TypeDoc will warn that it is being ignored.
    It will be removed in v0.26.
  • The search index is now compressed before writing, which reduces most search index sizes by ~5-10x.
  • TypeDoc will now attempt to cache icons when DefaultThemeRenderContext.icons is overwritten by a custom theme.
    Note: To perform this optimization, TypeDoc relies on DefaultThemeRenderContext.iconCache being rendered within
    each page. TypeDoc does it in the defaultLayout template.
  • Cache URL derivation during generation, #​2386.
Bug Fixes
  • @property now works as expected if used to override a method's documentation.
  • Deprecated functions/methods are now correctly rendered with a struck-out name.
  • --watch mode works again, #​2378.
  • Improved support for optional names within JSDoc types, #​2384.
  • Fixed duplicate rendering of reflection flags on signature parameters, #​2385.
  • TypeDoc now handles the intrinsic keyword if TS intrinsic types are included in documentation.
  • --exclude is now respected when expanding globs in entry points, #​2376.
Thanks!

Configuration

📅 Schedule: Branch creation - "after 6am and before 3pm every weekday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 30, 2023 09:29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 30, 2023
@renovate renovate bot enabled auto-merge (squash) August 30, 2023 09:29
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #3648 (a0e4ddb) into master (6c0e4a3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3648   +/-   ##
=======================================
  Coverage   71.69%   71.69%           
=======================================
  Files         346      346           
  Lines       33739    33739           
  Branches     2647     2647           
=======================================
  Hits        24190    24190           
  Misses       9442     9442           
  Partials      107      107           

@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 26 times, most recently from 107e94f to edc7dc5 Compare September 5, 2023 11:08
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 7 times, most recently from 2cafd34 to 2c40954 Compare September 7, 2023 09:14
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.25.0 chore(deps): update dependency typedoc to v0.25.1 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from 0ea716d to 0298609 Compare September 7, 2023 13:43
@renovate renovate bot merged commit 4587130 into master Sep 8, 2023
16 checks passed
@renovate renovate bot deleted the renovate/typedoc-0.x branch September 8, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants