[Snyk] Upgrade typedoc from 0.25.4 to 0.26.11 #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade typedoc from 0.25.4 to 0.26.11.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 27 versions ahead of your current version.
The recommended version was released on a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-PATHTOREGEXP-7925106
Release notes
Package name: typedoc
-
0.26.11 - 2024-11-01
- If
- Fix support for ESM config files with Node 23, #2752.
- Fix type errors when using
- Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #2755.
-
0.26.10 - 2024-10-16
- Fixed missing space on page headers, #2748.
-
0.26.9 - 2024-10-11
- Added
- Updated Chinese translations, #2739.
- Added a folder icon to page navigation elements which are not links, #2741.
- TypeDoc will no longer omit the modules page if a project contains only modules/documents, #2730.
- Fixed missing breadcrumbs on project page, #2728.
- TypeDoc will no longer render an empty readme page if no readme was found.
- @ lriggle-strib
- @ mrfigg
- @ XeroAlpha
-
0.26.8 - 2024-10-04
- 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
- 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
- The index will now display when a module only contains documents, #2722.
- @ Corso02
- @ lriggle-strib
- @ XeroAlpha
-
0.26.7 - 2024-09-09
- Support TypeScript 5.6, #2699.
- Added
- Added
- Added
- Added support for the
- Fixed an issue where links in packages mode would be resolved incorrectly, #2680.
- Fixed handling of
- The
- Fixed incorrect placement of parameter default values in some signatures with a
- @ Aryakoste
- @ waynemwashuma
-
0.26.6 - 2024-08-18
- Use of the
- Added new
- The
- 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.
-
0.26.5 - 2024-07-21
- TypeDoc now exposes array option defaults under
- 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
- API: Event listeners added later with the same priority will be called later, #2643.
- @ bladerunner2020
-
0.26.4 - 2024-07-10
- 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.
- HTML/JSON output generated by TypeDoc now contains a trailing newline, #2632.
- TypeDoc now correctly handles markdown documents with CRLF line endings, #2628.
- Comments on re-exports are now rendered.
- @ bukowa
- @ garrett-hopper
-
0.26.3 - 2024-06-28
- "On This Page" navigation now includes the page groups in collapsible sections, #2616.
- Added
- Relative paths to directories will no longer cause the directory to be copied into the media directory, #2617.
-
0.26.2 - 2024-06-24
- Added a
- Improved comment discovery to more closely match TypeScript's discovery when getting comments
- The
- If a comment on a method is inherited from a parent class, and the child class does not
-
0.26.1 - 2024-06-22
-
0.26.0 - 2024-06-22
-
0.26.0-beta.5 - 2024-06-16
-
0.26.0-beta.4 - 2024-06-16
-
0.26.0-beta.3 - 2024-06-09
-
0.26.0-beta.2 - 2024-06-01
-
0.26.0-beta.1 - 2024-05-06
-
0.26.0-beta.0 - 2024-05-04
-
0.25.13 - 2024-04-07
-
0.25.12 - 2024-03-10
-
0.25.11 - 2024-03-06
-
0.25.10 - 2024-03-03
-
0.25.9 - 2024-02-26
-
0.25.8 - 2024-02-09
-
0.25.7 - 2024-01-08
-
0.25.6 - 2024-01-01
-
0.25.5 - 2024-01-01
-
0.25.4 - 2023-11-26
from typedoc GitHub release notesFeatures
hostedBaseUrlis set to the root page on a website, TypeDoc will now includeWebSitestructured data, #2760.Bug Fixes
"module": "ESNext"and importing TypeDoc, #2747.Bug Fixes
Features
headingsoption to control optional headings, #2729.Bug Fixes
externalSymbolLinkMappingsnow uses the TypeScript reported link target if available, #2725.Thanks!
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 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!
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!
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.Features
OptionDefaults, #2640.Bug Fixes
@ documentincludes an empty file, #2638.Thanks!
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!
Features
Bug Fixes
mailto:links are no longer incorrectly recognized as relative paths, #2613.@ sinceto the default list of recognized tags, #2614.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.Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Build: