codeboost
codeboost copied to clipboard
npm(deps-dev): bump typedoc from 0.23.28 to 0.25.3
Bumps typedoc from 0.23.28 to 0.25.3.
Release notes
Sourced from typedoc's releases.
v0.25.3
Features
- Added
--sourceLinkExternaloption to render source code links as external, #2415.- TypeDoc no longer requires the
declarationMapoption to be set to true to handle cross-package links in packages mode, #2416.- Added
external-lastoption for the--sortoption, #2418.Bug Fixes
- TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #2413.
- TypeDoc now finds comments on index signatures again, #2414.
- TypeDoc now does a better job of detecting properties when destructured function arguments are used.
- Quotes will now be properly escaped in HTML attribute values.
Thanks!
v0.25.2
Features
- Added
navigationLeavesoption to remove branches from the navigation tree, #2382.- Added
sortEntryPointsoption (defaults to true) to allow disabling entry point sorting, #2393.- Improved support for multi-word searches, #2400.
Bug Fixes
- Fixed conversion of
@templateconstraints on JSDoc defined type parameters, #2389.- Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, #2403.
- Fixed tsconfig handling for projects using a solution-style tsconfig, #2406.
- Fixed broken settings icons caused by icon caching introduced in 0.25.1, #2408.
- Corrected module comment handling on declaration files containing a single
declare module "foo", #2401.Thanks!
v0.25.1
Features
- Added
stripYamlFrontmatterconfig option to remove YAML frontmatter from README.md, #2381.- Added
--excludeCategoriesconfig option to remove reflections present in any excluded category, #1407.- If no tsconfig.json file is present, TypeDoc will now attempt to compile without setting any compiler options, #2304.
- Navigation is now written to a JS file and built dynamically, which significantly decreases document generation time with large projects and also provides large space benefits. Themes may now override
DefaultTheme.buildNavigationto customize the displayed navigation tree, #2287.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.25.3 (2023-10-29)
Features
- Added
--sourceLinkExternaloption to render source code links as external, #2415.- TypeDoc no longer requires the
declarationMapoption to be set to true to handle cross-package links in packages mode, #2416.- Added
external-lastoption for the--sortoption, #2418.Bug Fixes
- TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #2413.
- TypeDoc now finds comments on index signatures again, #2414.
- TypeDoc now does a better job of detecting properties when destructured function arguments are used.
- Quotes will now be properly escaped in HTML attribute values.
Thanks!
v0.25.2 (2023-10-08)
Features
- Added
navigationLeavesoption to remove branches from the navigation tree, #2382.- Added
sortEntryPointsoption (defaults to true) to allow disabling entry point sorting, #2393.- Improved support for multi-word searches, #2400.
Bug Fixes
- Fixed conversion of
@templateconstraints on JSDoc defined type parameters, #2389.- Invalid link validation is now correctly suppressed before all projects have been converted in packages mode, #2403.
- Fixed tsconfig handling for projects using a solution-style tsconfig, #2406.
- Fixed broken settings icons caused by icon caching introduced in 0.25.1, #2408.
- Corrected module comment handling on declaration files containing a single
declare module "foo", #2401.Thanks!
v0.25.1 (2023-09-04)
Features
- Added
stripYamlFrontmatterconfig option to remove YAML frontmatter from README.md, #2381.- Added
--excludeCategoriesconfig option to remove reflections present in any excluded category, #1407.- If no tsconfig.json file is present, TypeDoc will now attempt to compile without setting any compiler options, #2304.
- Navigation is now written to a JS file and built dynamically, which significantly decreases document generation time with large projects and also provides large space benefits. Themes may now override
DefaultTheme.buildNavigationto customize the displayed navigation tree, #2287.
... (truncated)
Commits
839b192Update changelog for releaseaf2d099Bump version to 0.25.357a4b43Correctly escape quotes in attributesee58d34Add declaration paths to remap cache in packages mode7e0b959Update changelog325233cRename internal-first sort strategy to external-last02a14c0Add internal-first sort strategyd26f553Use renderElement for html generation in marked pluginb8faaf7Update changelog5305cbfImprove destructured property support- 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)
Code Climate has analyzed commit 5e5a41c9 and detected 0 issues on this pull request.
View more on Code Climate.
Apply Sweep Rules to your PR?
- [ ] Apply: Leftover TODOs in the code should be handled.
- [ ] Apply: All new business logic should have corresponding unit tests in the tests/ directory.
- [ ] Apply: Any clearly inefficient or repeated code should be optimized or refactored.
The inspection completed: No new issues
This PR is stale because it has been open 30 days with no activity.