react-complex-tree
react-complex-tree copied to clipboard
chore(deps): bump typedoc from 0.22.11 to 0.23.10
trafficstars
Bumps typedoc from 0.22.11 to 0.23.10.
Release notes
Sourced from typedoc's releases.
v0.23.10
Features
- Added support for detecting comments directly before parameters as the parameter comment, #2019.
- Added support for using the comment directly before a constructor parameter that declares a property as the property comment, #2019.
- Improved schema generation to give better autocomplete for the
sortoption.- Optional properties are now visually distinguished in the index/sidebar by rendering
propasprop?, #2023.DefaultThemeRenderContext.markdownnow also accepts aCommentDisplayPart[]for rendering, #2004.- Expose
Converter.resolveLinksmethod for use withConverter.parseRawComment, #2004.Bug Fixes
- Fixed schema URL for TSDoc preventing the use of
typedoc/tsdoc.jsonin TSDoc extends, #2015.- Improved detection of package names in repositories using pnpm, #2017.
- Fixed missing JSDoc style
@typedefcomments for properties, #2020.Thanks!
v0.23.9
Bug Fixes
- TypeDoc will no longer skip entry points which have no exports, #2007. If using
"entryPointStrategy": "expand", this change may result in new pages being added to your documentation. If this is not desired, you can use theexcludeoption to filter them out.- Fixed missing comments on callable variable-functions constructed indirectly, #2008.
- Packages mode will now respect the
--includeVersionflag, #2010.- Fixed multiple reflections mapping to the same file name on case insensitive file systems, #2012.
v0.23.8
Features
- Added defined in links for classes, enums, #180.
- Added support for
*.ghe.comand*.github.usGitHub enterprise domains for source links, #2001.- Expose
Converter.parseRawCommentfor plugins to parse additional markdown files, #2004.Bug Fixes
- TypeDoc will no longer emit a warning for
{@link}containing a URL, #1980.excludeNotDocumentedwill no longer remove functions/methods/accessors which are documented, #1994.- Fixed missing
sourcesproperty on signature reflections #1996.Thanks!
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.23.10 (2022-07-31)
Features
- Added support for detecting comments directly before parameters as the parameter comment, #2019.
- Added support for using the comment directly before a constructor parameter that declares a property as the property comment, #2019.
- Improved schema generation to give better autocomplete for the
sortoption.- Optional properties are now visually distinguished in the index/sidebar by rendering
propasprop?, #2023.DefaultThemeRenderContext.markdownnow also accepts aCommentDisplayPart[]for rendering, #2004.- Expose
Converter.resolveLinksmethod for use withConverter.parseRawComment, #2004.Bug Fixes
- Fixed schema URL for TSDoc preventing the use of
typedoc/tsdoc.jsonin TSDoc extends, #2015.- Improved detection of package names in repositories using pnpm, #2017.
- Fixed missing JSDoc style
@typedefcomments for properties, #2020.Thanks!
v0.23.9 (2022-07-24)
Bug Fixes
- TypeDoc will no longer skip entry points which have no exports, #2007. If using
"entryPointStrategy": "expand", this change may result in new pages being added to your documentation. If this is not desired, you can use theexcludeoption to filter them out.- Fixed missing comments on callable variable-functions constructed indirectly, #2008.
- Packages mode will now respect the
--includeVersionflag, #2010.- Fixed multiple reflections mapping to the same file name on case insensitive file systems, #2012.
v0.23.8 (2022-07-17)
Features
- Added defined in links for classes, enums, #180.
- Added support for
*.ghe.comand*.github.usGitHub enterprise domains for source links, #2001.- Expose
Converter.parseRawCommentfor plugins to parse additional markdown files, #2004.Bug Fixes
- TypeDoc will no longer emit a warning for
{@link}containing a URL, #1980.excludeNotDocumentedwill no longer remove functions/methods/accessors which are documented, #1994.- Fixed missing
sourcesproperty on signature reflections #1996.Thanks!
... (truncated)
Commits
94f6693Update changelog for release8a0973fBump version to 0.23.10a243817Improve detection of package namese36ea1cUpgrade dependencies3830f96ExposeConverter.resolveLinks5d9a51dmarkdown helper now accepts CommentDisplayPart6de1e38Add question mark when rendering optional property name23bde9aAdd support for comments on parameters95f9bc1Fix issue number in changelog3d78ebcUpdate changelog- 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 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)