tensorflow-load-csv
tensorflow-load-csv copied to clipboard
chore(deps-dev): Bump typedoc from 0.20.33 to 0.23.26
Bumps typedoc from 0.20.33 to 0.23.26.
Release notes
Sourced from typedoc's releases.
v0.23.26
Features
- Added
Application.EVENT_VALIDATE_PROJECTevent for plugins which implement custom validation, #2183.- Plugins may now return an object from external symbol resolvers, #2066.
- Expose
Comment.displayPartsToMarkdownon for themes overwriting thecommenthelper, #2115.Bug Fixes
- Fix crash when converting
export default undefined, #2175.- Fix error in console when clicking on headings in the readme, #2170.
- TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.
Thanks!
v0.23.25
Breaking Changes
- Upgraded Shiki, if your highlight theme was set to
material-<theme>, the value will need to be changed tomaterial-theme-<theme>, see the Shiki release notes.Features
- Added new
excludeNotDocumentedKindsvariable to control which reflection types can be removed by theexcludeNotDocumentedoption, #2162.- Added
typedoc.jsonc,typedoc.config.js,typedoc.config.cjs,typedoc.cjsto the list of files which TypeDoc will automatically use as configuration files.Bug Fixes
- Entry points under
node_moduleswill no longer be ignored, #2151.- Corrected behavior of
excludeNotDocumentedon arrow function-variables, #2156.- Added
package.jsonto exports declaration.Thanks!
v0.23.24
Bug Fixes
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.23.26 (2023-02-26)
Features
- Added
Application.EVENT_VALIDATE_PROJECTevent for plugins which implement custom validation, #2183.- Plugins may now return an object from external symbol resolvers, #2066.
- Expose
Comment.displayPartsToMarkdownon for themes overwriting thecommenthelper, #2115.Bug Fixes
- Fix crash when converting
export default undefined, #2175.- Fix error in console when clicking on headings in the readme, #2170.
- TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.
Thanks!
v0.23.25 (2023-02-11)
Breaking Changes
- Upgraded Shiki, if your highlight theme was set to
material-<theme>, the value will need to be changed tomaterial-theme-<theme>, see the Shiki release notes.Features
- Added new
excludeNotDocumentedKindsvariable to control which reflection types can be removed by theexcludeNotDocumentedoption, #2162.- Added
typedoc.jsonc,typedoc.config.js,typedoc.config.cjs,typedoc.cjsto the list of files which TypeDoc will automatically use as configuration files.Bug Fixes
- Entry points under
node_moduleswill no longer be ignored, #2151.- Corrected behavior of
excludeNotDocumentedon arrow function-variables, #2156.- Added
package.jsonto exports declaration.Thanks!
v0.23.24 (2023-01-07)
Bug Fixes
... (truncated)
Commits
c75f44fUpdate changelog for release67355f2Bump version to 0.23.2686da0f3Fix lint54c86d8Expose displayPartsToMarkdown37fe883Ignore parameters of parameters0a52e74Fix #21707a48a17Document additional changes3343cc4Fix crash when converting undefined default export6ee136afeat: add validator run event to allow plugins to perform custom validation (...1d4922cUpdate minimatch to avoid type hackery- 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)