transpiler
transpiler copied to clipboard
chore(deps-dev): bump typedoc from 0.25.13 to 0.26.8
Bumps typedoc from 0.25.13 to 0.26.8.
Release notes
Sourced from typedoc's releases.
v0.26.8
Features
- Updated Chinese translations, #2706.
- Exported constants no longer render the type and default value if they are the same, #2717.
- The HTML output now wraps tag blocks with
<div>tags and includes the tag name in a class name, #2723.Bug Fixes
- Correctly handle external link resolver link text when referencing an external symbol, #2700.
- Big integer literals are now supported as default values, #2721.
- Corrected handling of
@linktags present in comments at the start of source files.- The index will now display when a module only contains documents, #2722.
ReflectionSymbolId.posno longer references the position before any doc comments for a symbol. This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.Thanks!
v0.26.7
Features
- Support TypeScript 5.6, #2699.
- Added
customJsoption to include a script tag in generated HTML output, #2650.- Added
markdownLinkExternaloption to treathttp[s]://links in markdown documents and comments as external to be opened in a new tab, #2679.- Added
navigation.excludeReferencesoption to prevent re-exports from appearing in the left hand navigation, #2685.- Added support for the
@abstracttag, #2692.Bug Fixes
- Fixed an issue where links in packages mode would be resolved incorrectly, #2680.
@linktags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.- Fixed handling of
@paramtags on comments attached to function callback parameters, #2683.- The
alphabeticalandalphabetical-ignoring-documentssort options now uselocaleCompareto sort, #2684.- Fixed incorrect placement of parameter default values in some signatures with a
thisparameter, #2698.Thanks!
v0.26.6
Features
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.26.8 (2024-10-04)
Features
- Updated Chinese translations, #2706.
- Exported constants no longer render the type and default value if they are the same, #2717.
- The HTML output now wraps tag blocks with
<div>tags and includes the tag name in a class name, #2723.Bug Fixes
- Correctly handle external link resolver link text when referencing an external symbol, #2700.
- Big integer literals are now supported as default values, #2721.
- Corrected handling of
@linktags present in comments at the start of source files.- The index will now display when a module only contains documents, #2722.
ReflectionSymbolId.posno longer references the position before any doc comments for a symbol. This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.Thanks!
v0.26.7 (2024-09-09)
Features
- Support TypeScript 5.6, #2699.
- Added
customJsoption to include a script tag in generated HTML output, #2650.- Added
markdownLinkExternaloption to treathttp[s]://links in markdown documents and comments as external to be opened in a new tab, #2679.- Added
navigation.excludeReferencesoption to prevent re-exports from appearing in the left hand navigation, #2685.- Added support for the
@abstracttag, #2692.Bug Fixes
- Fixed an issue where links in packages mode would be resolved incorrectly, #2680.
@linktags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.- Fixed handling of
@paramtags on comments attached to function callback parameters, #2683.- The
alphabeticalandalphabetical-ignoring-documentssort options now uselocaleCompareto sort, #2684.- Fixed incorrect placement of parameter default values in some signatures with a
thisparameter, #2698.Thanks!
v0.26.6 (2024-08-18)
Features
... (truncated)
Commits
59ec968Update changelog for releasea65766dBump version to 0.26.877cf917Fix missing index with only document childrend349280ReflectionSymbolId.pos uses getStart for position40d1cecMerge pull request #2724 from lriggle-strib/master2445045Add div wrapper around tags in comment partial.81fec38Update changelog for fixing #2717bdd610cAdd handling for bigint literals in default values1dbfe3aMerge pull request #2721 from Corso02/masterb9f56e0simplified checking if type should be rendered- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.31%. Comparing base (
7820572) to head (ce70e93).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #814 +/- ##
=======================================
Coverage 94.31% 94.31%
=======================================
Files 9 9
Lines 774 774
Branches 141 141
=======================================
Hits 730 730
Misses 43 43
Partials 1 1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #817.