Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency typedoc to v0.28.14 #2034

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

Open
renovate wants to merge 1 commit into master
base: master
Choose a base branch
Loading
from renovate/typedoc-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2025
edited
Loading

This PR contains the following updates:

Package Change Age Confidence
typedoc (source) 0.28.8 -> 0.28.14 age confidence

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.28.14

Compare Source

Features
  • Introduced the preservedTypeAnnotationTags option to specify tags whose type annotations should
    be copied to the output documentation, #​3020.
    API: Introduced typeAnnotation on CommentTag
  • Added excludePrivateClassFields option to hide #private members while allowing private members, #​3017.
  • Added support for TypeScript's @this tag for JS files which describe this parameters, #​3026.

v0.28.13

Compare Source

Features
  • The basePath option now also affects relative link resolution, TypeDoc will also check for
    paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
    base path for sources, use the displayBasePath option, #​3009.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #​3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #​3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #​3014.

v0.28.12

Compare Source

Bug Fixes
  • Variables marked with @enum now work for symbols imported from another module, #​3003.
  • Improved magic introduced with #​2999 to work with imported symbols, #​3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #​3006.
  • Linking to the project's README file with a relative link will now behave as expected, #​3006.
  • Reduced unnecessary HTML element rendering in default theme.
    API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Compare Source

Features
  • Object properties declared with shorthand property assignment will now use the variable's comment
    if they do not have their own comment, #​2999.
Bug Fixes
  • Fixed link resolution not working correctly in first comment on the file in some cases, #​2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #​2995.
  • The compilerOptions option now functions properly with non-boolean options, #​3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #​3000.
  • Fixed improper casing of "Type Declaration" header, #​3002.

v0.28.10

Compare Source

Bug Fixes
  • Fixed inconsistent anchors on module pages for re-exports, #​2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #​2991.

v0.28.9

Compare Source

Features
  • Add support for TypeScript 5.9, #​2989.
Bug Fixes
  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #​2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #​2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #​2985.

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Aug 2, 2025
edited
Loading

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.28%. Comparing base (a56232b) to head (3ed32d1).

Additional details and impacted files
@@ Coverage Diff @@
## master #2034 +/- ##
=======================================
 Coverage 90.28% 90.28% 
=======================================
 Files 40 40 
 Lines 535 535 
 Branches 84 84 
=======================================
 Hits 483 483 
 Misses 51 51 
 Partials 1 1 
Flag Coverage Δ
unittests 90.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 761298c to 55a7db0 Compare August 10, 2025 12:41
@renovate renovate bot changed the title (削除) chore(deps): update dependency typedoc to v0.28.9 (削除ここまで) (追記) chore(deps): update dependency typedoc to v0.28.10 (追記ここまで) Aug 10, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 55a7db0 to 26a9532 Compare August 10, 2025 21:57
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 26a9532 to 0781788 Compare August 19, 2025 13:52
@renovate renovate bot changed the title (削除) chore(deps): update dependency typedoc to v0.28.10 (削除ここまで) (追記) chore(deps): update dependency typedoc to v0.28.11 (追記ここまで) Aug 25, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from 4067632 to f7199f6 Compare August 31, 2025 09:39
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from f7199f6 to a220167 Compare September 8, 2025 00:01
@renovate renovate bot changed the title (削除) chore(deps): update dependency typedoc to v0.28.11 (削除ここまで) (追記) chore(deps): update dependency typedoc to v0.28.12 (追記ここまで) Sep 8, 2025
@renovate renovate bot changed the title (削除) chore(deps): update dependency typedoc to v0.28.12 (削除ここまで) (追記) chore(deps): update dependency typedoc to v0.28.13 (追記ここまで) Sep 15, 2025
@renovate renovate bot changed the title (削除) chore(deps): update dependency typedoc to v0.28.13 (削除ここまで) (追記) chore(deps): update dependency typedoc to v0.28.14 (追記ここまで) Oct 11, 2025
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 13cea8f to 611bd51 Compare October 11, 2025 05:42
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch from 611bd51 to 3ed32d1 Compare October 21, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /