[Snyk] Upgrade typedoc from 0.23.28 to 0.25.8 #12
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.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade typedoc from 0.23.28 to 0.25.8.
ℹ️ 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 fixes:
SNYK-JS-BABELTRAVERSE-5962462
Why? Proof of Concept exploit, CVSS 9.3
SNYK-JS-REACTDEVTOOLSCORE-6023999
Why? Proof of Concept exploit, CVSS 9.3
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: typedoc
-
0.25.8 - 2024-02-09
- Added a new
- Added support for the
- Added support for
- API: Exposed
- Fixed an issue where a namespace would not be created for merged function-namespaces which are declared as variables, #2478.
- A class which implements itself will no longer cause a crash when rendering HTML, #2495.
- Variable functions which have construct signatures will no longer be converted as functions, ignoring the construct signatures.
- The class hierarchy page will now include classes whose base class is not included in the documentation, #2486.
- Fixed an issue where, if the index section was collapsed when loading the page, all content within it would be hidden until expanded, and a member visibility checkbox was changed.
- API:
-
0.25.7 - 2024-01-08
- Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, #2476.
- Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, #2469.
-
0.25.6 - 2024-01-01
- Fixed infinite loop caused by a fix for some complicated union/intersection types, #2468.
- Improved infinite loop detection in type converter to reduce false positives.
-
0.25.5 - 2024-01-01
- Added a new hierarchy.html page to HTML output which displays the full inheritance hierarchy for classes included in the documentation, #182.
- Added a
- Type parameters on functions/classes can will now link to the "Type Parameters" section, #2322.
- TypeDoc now provides warnings if a signature comment is directly specified on a signature and contains
- Extended reflection preview view for interfaces to include type parameters, #2455.
- Added special cases for converting methods which are documented as returning
- Improved handling of functions with properties. Previous TypeDoc versions would always create a separate
- If both an interface and a variable share a name/symbol, TypeDoc will no longer link to the variable when referenced in a type position, #2106.
- "defined in" locations for signatures will now always be contained within the function declaration's location. This prevents defined in sometimes pointing to node_modules, #2307.
- Type parameters will now be resolved for arrow-methods on classes like regular class methods, #2320.
- TypeDoc now inherits
- Methods which return function types no longer have duplicated comments, #2336.
- Comments on function-like type aliases will now show up under the type alias, rather than nested within the type declaration, #2372.
- Improved detection of default values for parameters with destructured values, #2430.
- Fix crash when converting some complicated union/intersection types, #2451.
- Navigation triangle markers should no longer display on a separate line with some font settings, #2457.
- Conversion order should no longer affect link resolution for classes with properties whose type does not rely on
- Keyword syntax highlighting introduced in 0.25.4 was not always applied to keywords.
- Module reflections now have a custom
- If all members in a group are hidden from the page, the group will be hidden in the page index on page load.
-
0.25.4 - 2023-11-26
- Added support for TypeScript 5.3, #2446.
- TypeDoc will now render interfaces as code at the top of the page describing interfaces, #2449.
- Improved type rendering to highlight keywords differently than symbols.
- Fixed automatic declaration file resolution on Windows, #2416.
- Fixed default option values on options declared by plugins in packages mode, #2433.
- Improved handling of function-modules created with
- TypeDoc will no longer warn about duplicate comments with warnings which point to a single comment, #2437
- Fixed an infinite loop when
- Correctly handle transient symbols in
- TypeDoc no longer displays the "Hierarchy" section if there is no inheritance hierarchy to display.
- Direct links to individual signatures no longer results in the signature being partially scrolled off the screen.
- @ li-jia-nan
- @ Nokel81
- @ ocavue
- @ swarnpallav
-
0.25.3 - 2023-10-29
-
0.25.2 - 2023-10-08
-
0.25.1 - 2023-09-04
-
0.25.0 - 2023-08-25
-
0.24.8 - 2023-06-04
-
0.24.7 - 2023-05-08
-
0.24.6 - 2023-04-24
-
0.24.5 - 2023-04-22
-
0.24.4 - 2023-04-16
-
0.24.3 - 2023-04-16
-
0.24.2 - 2023-04-15
-
0.24.1 - 2023-04-09
-
0.24.0 - 2023-04-08
-
0.24.0-beta.8 - 2023-04-03
-
0.24.0-beta.7 - 2023-03-26
-
0.24.0-beta.6 - 2023-03-25
-
0.24.0-beta.5 - 2023-03-25
-
0.24.0-beta.4 - 2023-03-25
-
0.24.0-beta.3 - 2023-03-12
-
0.24.0-beta.2 - 2023-03-06
-
0.24.0-beta.1 - 2023-03-05
-
0.23.28 - 2023-03-19
from typedoc GitHub release notesFeatures
--sitemapBaseUrloption. When specified, TypeDoc will generate asitemap.xmlin your output folder that describes the site, #2480.@ classtag. When added to a comment on a variable or function, TypeDoc will convert the member as a class, #2479.Note: This should only be used on symbols which actually represent a class, but are not declared as a class for some reason.
@ groupDescriptionand@ categoryDescriptionto provide a description of groups and categories, #2494.Context.getNodeCommentfor plugin use, #2498.Bug Fixes
Context.programswill no longer contain duplicates, #2498.Bug Fixes
Bug Fixes
Features
--navigation.includeFolders(default:true) option to create nested navigation for projects which include many entry points, #2388.Type parameters have also been changed to have a distinct color from type aliases when rendering, which can be changed with custom CSS.
@ paramtags which do not apply, #2368.thisor acceptingthisas a parameter, #2458.Note: This will only happen if a method is declared as
method(): this, it will not happen if the method implicitly returnsthisas the compiler strips that information when creating types for a class instance.
namespace for properties, now, TypeDoc will create a separate namespace if the function is declaration merged
with a namespace. If the properties are added via
Object.assignor via property assignment on the functionTypeDoc will now instead add the properties to the function's page, #2461.
Bug Fixes
notDocumentedvalidation will no longer require documentation for data within parameters that cannot be documented via@ param, #2291.typedocOptionsfields from extended tsconfig files, #2334.@ groupand@ categoryorganization is now applied later to allow inherited comments to create groups/categories, #2459.this, #2466.Micon rather than sharing with the namespace icon.Note: The default CSS still colors both modules and namespaces the same, as it is generally uncommon to have both in a generated site.
Features
This can be controlled through the new
DefaultThemeRenderContext.reflectionPreviewhelper.Bug Fixes
gitRevisionwill now be replaced insourceLinkTemplate, #2434.Object.assign, #2436.skipLibCheckis used to ignore some compiler errors, #2438.@ exampletag titles will now be rendered in the example heading, #2440.@ namespace-created namespaces, #2444.Thanks!
Read more
Read more
Read more
Read more
Read more
Commit messages
Package name: typedoc
Compare
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:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs