id-sdk
id-sdk copied to clipboard
Bump typedoc from 0.26.7 to 0.27.2
Bumps typedoc from 0.26.7 to 0.27.2.
Release notes
Sourced from typedoc's releases.
v0.27.2
Bug Fixes
- Fix crash with TypeScript 5.5.x, #2789.
v0.27.1
Bug Fixes
- Include classes which inherit from another package in class hierarchy in packages mode, #2467.
- Fixed handling of
@categoryDescriptionand@groupDescriptionon module pages, #2787.- Fixed automatic discovery of entry points in packages mode.
- Reverted accidental style change for hierarchy page introduced in 0.27.0
- The hierarchy Expand/Collapse link will now only appear if the hierarchies are different.
v0.27.0 (2024-11-27)
Breaking Changes
- Convert to ESM to enable easier use of ESM-only dependencies.
- Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped
- Relaxed requirements for file names and generated url fragments. This may result in a different file name structure, #2714.
- Anchors to document headings and reflections within a HTML generated pages have changed. They can be partially restored to the previous format by setting
--sluggerConfiguration.lowercase false. This change was made to more closely match the default behavior of GitHub's markdown rendering and VSCode's autocomplete when creating a relative link to an external markdown file.- Removed the
hideParameterTypesInTitleoption, this was originally added as a workaround for many signatures overflowing the available horizontal space in rendered pages. TypeDoc now has logic to wrap types/signatures smartly, so this option is no longer necessary.- Changed the default
kindSortOrderto put references last.- Changed the default
sortorder to usealphabetical-ignoring-documentsinstead ofalphabetical.- Changed default of
suppressCommentWarningsInDeclarationFilestotrue- API: Constructor signatures now use the parent class name as their name (e.g.
X, notnew X)- API:
@group,@category,@groupDescriptionand@categoryDescriptionwill no longer be removed from the reflections they are present on. They are skipped during rendering with thenotRenderedTagsoption.Features
- Add support for TypeScript 5.7
- TypeDoc will now discover entry points from
package.jsonexports if they are not provided manually, #1937.- Relative links to markdown files may now include
#anchorlinks to
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.27.2 (2024-11-29)
Bug Fixes
- Fix crash with TypeScript 5.5.x, #2789.
v0.27.1 (2024-11-28)
Bug Fixes
- Include classes which inherit from another package in class hierarchy in packages mode, #2467.
- Fixed handling of
@categoryDescriptionand@groupDescriptionon module pages, #2787.- Fixed automatic discovery of entry points in packages mode.
- Reverted accidental style change for hierarchy page introduced in 0.27.0
- The hierarchy Expand/Collapse link will now only appear if the hierarchies are different.
v0.27.0 (2024-11-27)
Breaking Changes
- Convert to ESM to enable easier use of ESM-only dependencies.
- Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped
- Relaxed requirements for file names and generated url fragments. This may result in a different file name structure, #2714.
- Anchors to document headings and reflections within a HTML generated pages have changed. They can be partially restored to the previous format by setting
--sluggerConfiguration.lowercase false. This change was made to more closely match the default behavior of GitHub's markdown rendering and VSCode's autocomplete when creating a relative link to an external markdown file.- Removed the
hideParameterTypesInTitleoption, this was originally added as a workaround for many signatures overflowing the available horizontal space in rendered pages. TypeDoc now has logic to wrap types/signatures smartly, so this option is no longer necessary.- Changed the default
kindSortOrderto put references last.- Changed the default
sortorder to usealphabetical-ignoring-documentsinstead ofalphabetical.- Changed default of
suppressCommentWarningsInDeclarationFilestotrue- API: Constructor signatures now use the parent class name as their name (e.g.
X, notnew X)- API:
@group,@category,@groupDescriptionand@categoryDescriptionwill no longer be removed from the reflections they are present on. They are skipped during rendering with thenotRenderedTagsoption.Features
- Add support for TypeScript 5.7
- TypeDoc will now discover entry points from
package.jsonexports if they are not provided manually, #1937.- Relative links to markdown files may now include
#anchorlinks to
... (truncated)
Commits
23e2c99Update changelog for releaseb6b9b01Bump version to 0.27.2ea631e0Fix external.d.ts unit test7d38048Fix crash with TS 5.5.xc3842c1Minor improvements to API docs663ce54Add maintenance status to site193b02eSimplify plugin/theme list generation on site9a520d7Simpler handling of changelog in site6142a5eUpdate changelog for release1ce36a4Bump version to 0.27.1- 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)