Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore(deps): update dependency typedoc to ^0.26.0#9665
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for the PR,@renovate[bot]! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedJul 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview fortypescript-eslint failed.
|
nx-cloudbot commentedJul 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
☁️ Nx Cloud ReportWe didn't find any information for the current pull request with the commit2cb0b9f. Checkthe Nx Cloud Source Control Integration documentation for more information. Alternatively, you can contact us atcloud-support@nrwl.io. Sent with 💌 fromNxCloud. |
codecovbot commentedJul 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #9665 +/- ##==========================================+ Coverage 86.07% 86.14% +0.07%========================================== Files 428 430 +2 Lines 14939 15009 +70 Branches 4333 4354 +21 ==========================================+ Hits 12859 12930 +71+ Misses 1735 1729 -6- Partials 345 350 +5
Flags with carried forward coverage won't be shown.Click here to find out more. |
d8d124b todab138eComparedab138e toe05e79fComparec88d86e to57cfa03CompareLuke080808 commentedOct 18, 2024
|
57cfa03 to9377149Comparebradzacher commentedNov 3, 2024
looks like 0.26.0 had a bunch of breaking changes. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
JoshuaKGoldberg commentedNov 4, 2024
Superseded by#10274. |
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
^0.25.13->^0.26.0Release Notes
TypeStrong/TypeDoc (typedoc)
v0.26.10Compare Source
Bug Fixes
v0.26.9Compare Source
Features
headingsoption to control optional headings,#2729.Bug Fixes
externalSymbolLinkMappingsnow uses the TypeScript reported link target if available,#2725.Thanks!
v0.26.8Compare Source
Features
<div>tags and includes the tag name in a class name,#2723.Bug Fixes
@linktags present in comments at the start of source files.ReflectionSymbolId.posno longer references the positionbefore 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.7Compare Source
Features
customJsoption to include a script tag in generated HTML output,#2650.markdownLinkExternaloption to treathttp[s]://links in markdown documents and comments as external to be opened in a new tab,#2679.navigation.excludeReferencesoption to prevent re-exports from appearing in the left hand navigation,#2685.@abstracttag,#2692.Bug Fixes
@linktags to symbols which are not included in the documentation will produce invalid link warnings again,#2681.@paramtags on comments attached to function callback parameters,#2683.alphabeticalandalphabetical-ignoring-documentssort options now uselocaleCompareto sort,#2684.thisparameter,#2698.Thanks!
v0.26.6Compare Source
Features
@extendsblock 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.
navigation.compactFoldersoption to prevent TypeDoc from compacting folders, similar to the VSCode option.#2667.Bug Fixes
suppressCommentWarningsInDeclarationFilesoption now correctly ignores warnings in.d.ctsand.d.mtsfiles,#2647.v0.26.5Compare Source
Features
OptionDefaults,#2640.Bug Fixes
@documentincludes an empty file,#2638.Thanks!
v0.26.4Compare Source
Bug Fixes
@linktags will now be validated in referenced markdown documents,#2629.@linktags are now resolved in project documents,#2629.@hiddenis now properly applied when placed in a function implementation comment,#2634.Thanks!
v0.26.3Compare Source
Features
Bug Fixes
mailto:links are no longer incorrectly recognized as relative paths,#2613.@sinceto the default list of recognized tags,#2614.v0.26.2Compare Source
Features
--suppressCommentWarningsInDeclarationFilesoption to disable warnings fromparsing comments in declaration files,#2611.
for members of interfaces/classes,#2084,#2545.
Bug Fixes
textnon-highlighted language no longer causes warnings when rendering,#2610.use an
@paramtag from the parent, TypeDoc will no longer warn about the@paramtag.v0.26.1Compare Source
Features
Bug Fixes
@authorto the default list of recognized tags,#2603..jsoncconfiguration files are now properly read as JSONC, rather than being passed torequire.Thanks!
v0.26.0Compare Source
Breaking Changes
markedtomarkdown-itfor parsing as marked has moved to an async model which supporting would significantly complicate TypeDoc's rendering code.This means that any projects setting
markedOptionsneeds to be updated to usemarkdownItOptions.Unlike
marked@4,markdown-itpushes lots of functionality to plugins. To use plugins, a JavaScript config file must be used with themarkdownItLoaderoption.As Shiki adds additional languages, the time it takes to load the highlighter increases linearly. To avoid rendering taking longer than necessary,
TypeDoc now only loads a few common languages. Additional languages can be loaded by setting the
--highlightLanguagesoption.--excludePrivatetotrue.--sitemapBaseUrlto--hostedBaseUrlto reflect that it can be used for more than just the sitemap.navigation.fullTreeoption.--mediaoption, TypeDoc will now detect image links within your comments and markdown documents and automatically copy them to the site.--includesoption, use the@documenttag instead.--stripYamlFrontmatteroption, TypeDoc will always do this now.--htmlLangoption to--lang.--gaIdoption for Google Analytics integration and correspondinganalyticstheme member,#2600.were always moved down to the signature level. This mostly worked, but caused problems with type aliases, so was partially changed in 0.25.13.
This change was extended to apply not only to type aliases, but also other function-likes declared with variables and callable properties.
As a part of this change, comments on the implementation signature of overloaded functions will now be added to the function reflection, and will
not be inherited by signatures of that function,#2521.
Converter.EVENT_CREATE_DECLARATIONwas emitted for
ProjectReflectionin some circumstances.MapOptionDeclaration.mapErrorhas been removed.BindOptiondecorator has been removed.DeclarationReflection.indexSignaturehas been renamed toDeclarationReflection.indexSignatures.Note: This also affects JSON serialization. TypeDoc will support JSON output from 0.25 through at least 0.26.
JSONOutput.SignatureReflection.typeParameterhas been renamed totypeParametersto match the JS API.DefaultThemeRenderContext.iconsCachehas been removed as it is no longer needed.DefaultThemeRenderContext.hookmust now be passedcontextif required by the hook.Features
--projectDocumentsoption to specify additional Markdown documents to be included in the generated site#247,#1870,#2288,#2565.are currently shipped in the package, but it is now possible to add support for additional languages,#2475.
packageOptionsobject which specifies options that should be applied to each entry point when running with--entryPointStrategy packages,#2523.--hostedBaseUrlwill now be used to generate a<link rel="canonical">element in the project root page,#2550.Note: This feature is only available on type aliases directly containing unions.
--customFooterHtmlto add custom HTML to the generated page footer,#2559.--cascadedModifierTagsoption,#2056.@alphaand@beta),#2056.@hideconstructortag.This tag should only be used to work aroundTypeScript#58653, prefer the more general
@hidden/@ignoretag to hide members normally,#2577.--useHostedBaseUrlForAbsoluteLinksoption to use the--hostedBaseUrloption to produce absolute links to pages on a site,#940.--blockTagsoption.documents-first,documents-last, andalphabetical-ignoring-documentsto order markdown documents.--alwaysCreateEntryPointModuleoption. When set, TypeDoc will always create aModulefor entry points, even if only one is provided.If
--projectDocumentsis used to add documents, this option defaults totrue, otherwise, defaults tofalse.--highlightLanguagesoption to control what Shiki language packages are loaded.This results in significantly smaller documentation pages in many cases where that section would just repeat what has already been presented in the rendered type.
comment.beforeTagsandcomment.afterTagshooks for plugin use.Combined with
CommentTag.skipRenderingthis can be used to provide custom tag handling at render time.Bug Fixes
Returnsheader are now properly colored,#2546.navigationLinksoption are now moved into the pull out navigation on mobile displays,#2548.@licenseand@importcomments will be ignored at the top of files,#2552.charsetis now correctly cased in<meta>tag generated by the default theme,#2568.<head>element could result in broken icons,#2589.@defaultand@defaultValueblocks are now recognized as regular blocks if they include inline tags,#2601.localStorage.--hideParameterTypesInTitleoption no longer applies when rendering function types.@linktags in readme files will now cause a warning when link validation is enabled.externalSymbolLinkMappingsoption's support formeanings in declaration references.type=buttonattribute set to avoid being treated as submit buttons.--hostedBaseUrlwill now implicitly add a trailing slash to the generated URL.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.
This PR was generated byMend Renovate. View therepository job log.