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.26.7 #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

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

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.26.7

Compare Source

Features
  • Support TypeScript 5.6, #​2699.
  • Added customJs option to include a script tag in generated HTML output, #​2650.
  • Added markdownLinkExternal option to treat http[s]:// links in markdown documents and comments as external to be opened in a new tab, #​2679.
  • Added navigation.excludeReferences option to prevent re-exports from appearing in the left hand navigation, #​2685.
  • Added support for the @abstract tag, #​2692.
Bug Fixes
  • Fixed an issue where links in packages mode would be resolved incorrectly, #​2680.
  • @link tags to symbols which are not included in the documentation will produce invalid link warnings again, #​2681.
  • Fixed handling of @param tags on comments attached to function callback parameters, #​2683.
  • The alphabetical and alphabetical-ignoring-documents sort options now use localeCompare to sort, #​2684.
  • Fixed incorrect placement of parameter default values in some signatures with a this parameter, #​2698.
Thanks!

v0.26.6

Compare Source

Features
  • Use of the @extends block tag no longer produces warnings, #​2659.
    This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #​2667.
Bug Fixes
  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #​2647.
  • Restored re-exports in the page navigation menu, #​2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod#6.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.

v0.26.5

Compare Source

Features
  • TypeDoc now exposes array option defaults under OptionDefaults, #​2640.
Bug Fixes
  • Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #​2636.
  • Packages mode will now attempt to use the comment declared in the comment class for inherited members, #​2622.
  • TypeDoc no longer crashes when @document includes an empty file, #​2638.
  • API: Event listeners added later with the same priority will be called later, #​2643.
Thanks!

v0.26.4

Compare Source

Bug Fixes
  • The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names #​2625.
  • Page navigation now ensures the current page is visible when the page is first loaded, #​2626.
  • If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image #​2627.
  • @link tags will now be validated in referenced markdown documents, #​2629.
  • @link tags are now resolved in project documents, #​2629.
  • HTML/JSON output generated by TypeDoc now contains a trailing newline, #​2632.
  • TypeDoc now correctly handles markdown documents with CRLF line endings, #​2628.
  • @hidden is now properly applied when placed in a function implementation comment, #​2634.
  • Comments on re-exports are now rendered.
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, check this box

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

@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 10 times, most recently from ae64352 to eff43e4 Compare July 20, 2024 03:45
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.26.4 chore(deps): update dependency typedoc to v0.26.5 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 8 times, most recently from 746ac77 to 1e04310 Compare July 28, 2024 15:47
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 6 times, most recently from 2c637f4 to 7a2d243 Compare August 3, 2024 09:36
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 4 times, most recently from 7e88ba6 to d6abcfb Compare August 12, 2024 08:00
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 5 times, most recently from e1b6d5c to 792261b Compare August 18, 2024 16:59
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.26.5 chore(deps): update dependency typedoc to v0.26.6 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 6 times, most recently from 88c510e to 032fd0b Compare August 25, 2024 04:12
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 6 times, most recently from d159af7 to 975af81 Compare September 1, 2024 19:20
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 4 times, most recently from 0378d16 to 5bcec0e Compare September 9, 2024 02:16
@renovate renovate bot changed the title chore(deps): update dependency typedoc to v0.26.6 chore(deps): update dependency typedoc to v0.26.7 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/typedoc-0.x branch 2 times, most recently from c46d0db to 539ad11 Compare September 11, 2024 12: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.

0 participants