nice-node
nice-node copied to clipboard
chore(deps-dev): bump typedoc from 0.25.4 to 0.25.8
Bumps typedoc from 0.25.4 to 0.25.8.
Release notes
Sourced from typedoc's releases.
v0.25.8
Features
- Added a new
--sitemapBaseUrloption. When specified, TypeDoc will generate asitemap.xmlin your output folder that describes the site, #2480.- Added support for the
@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.- Added support for
@groupDescriptionand@categoryDescriptionto provide a description of groups and categories, #2494.- API: Exposed
Context.getNodeCommentfor plugin use, #2498.Bug Fixes
- 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:
Context.programswill no longer contain duplicates, #2498.v0.25.7
Bug Fixes
- 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.
v0.25.6
Bug Fixes
- 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.
v0.25.5
Features
- Added a new hierarchy.html page to HTML output which displays the full inheritance hierarchy for classes included in the documentation, #182.
- Added a
--navigation.includeFolders(default:true) option to create nested navigation for projects which include many entry points, #2388.- Type parameters on functions/classes can will now link to the "Type Parameters" section, #2322. Type parameters have also been changed to have a distinct color from type aliases when rendering, which can be changed with custom CSS.
- TypeDoc now provides warnings if a signature comment is directly specified on a signature and contains
@paramtags which do not apply, #2368.- Extended reflection preview view for interfaces to include type parameters, #2455.
- Added special cases for converting methods which are documented as returning
thisor acceptingthisas a parameter, #2458. Note: This will only happen if a method is declared asmethod(): this, it will not happen if the method implicitly returnsthisas the compiler strips that information when creating types for a class instance.- Improved handling of functions with properties. Previous TypeDoc versions would always create a separate 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 function TypeDoc will now instead add the properties to the function's page, #2461.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.25.8 (2024-02-09)
Features
- Added a new
--sitemapBaseUrloption. When specified, TypeDoc will generate asitemap.xmlin your output folder that describes the site, #2480.- Added support for the
@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.- Added support for
@groupDescriptionand@categoryDescriptionto provide a description of groups and categories, #2494.- API: Exposed
Context.getNodeCommentfor plugin use, #2498.Bug Fixes
- 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:
Context.programswill no longer contain duplicates, #2498.v0.25.7 (2024-01-08)
Bug Fixes
- 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.
v0.25.6 (2024-01-01)
Bug Fixes
- 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.
v0.25.5 (2024-01-01)
Features
- Added a new hierarchy.html page to HTML output which displays the full inheritance hierarchy for classes included in the documentation, #182.
- Added a
--navigation.includeFolders(default:true) option to create nested navigation for projects which include many entry points, #2388.- Type parameters on functions/classes can will now link to the "Type Parameters" section, #2322. Type parameters have also been changed to have a distinct color from type aliases when rendering, which can be changed with custom CSS.
- TypeDoc now provides warnings if a signature comment is directly specified on a signature and contains
@paramtags which do not apply, #2368.- Extended reflection preview view for interfaces to include type parameters, #2455.
- Added special cases for converting methods which are documented as returning
thisor acceptingthisas a parameter, #2458. Note: This will only happen if a method is declared asmethod(): this, it will not happen if the method implicitly returnsthisas the compiler strips that information when creating types for a class instance.- Improved handling of functions with properties. Previous TypeDoc versions would always create a separate 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 function TypeDoc will now instead add the properties to the function's page, #2461.
... (truncated)
Commits
33db59cUpdate changelog for release20b98dbBump version to 0.25.82318949Include all base classesece4f31Fix circular depb6c5801Fix duplicate programs on contextf5f31b0ExposeContext.getNodeComment, #2498d26f76fAdd support for@groupDescriptionand@categoryDescription285b537Add a teste76d594Fix crash when class implements itselfeb7510bCorrect custom theme docs, #2490- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Deploy Preview for nndesign ready!
| Name | Link |
|---|---|
| Latest commit | e405d2fae70fd25b233db17e7598825573b4fc1f |
| Latest deploy log | https://app.netlify.com/sites/nndesign/deploys/65ca84739d9c3300086c1ec4 |
| Deploy Preview | https://deploy-preview-486--nndesign.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
A newer version of typedoc exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.