Skip to content

chore(deps-dev): bump typedoc and typedoc-plugin-markdown#433

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typedoc-and-typedoc-plugin-markdown-0.23.11
Closed

chore(deps-dev): bump typedoc and typedoc-plugin-markdown#433
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typedoc-and-typedoc-plugin-markdown-0.23.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps typedoc and typedoc-plugin-markdown. These dependencies needed to be updated together.
Updates typedoc from 0.19.2 to 0.23.11

Release notes

Sourced from typedoc's releases.

v0.23.11

Features

  • Added support for TypeScript 4.8.
  • Introduced a skipErrorChecking option which instructs TypeDoc to not ask TypeScript for compiler errors before attempting to generate documentation. Turning this on may improve generation speed, but could also cause a crash if your code contains compiler errors.
  • Added support for JS entry points when using packages mode, #2037.

Bug Fixes

  • Fixed crash when converting abstract mixin class, #2011.
  • Readme files within monorepos now have @link tags resolved, #2029.
  • Correctly resolve unqualified links to class members within parameters, #2031.
  • TypeDoc will now consider other reflections with the same name as parents when resolving links, #2033.
  • The "Hierarchy" and "Type Parameters" helpers on DefaultThemeRenderContext now contain all the HTML for their sections of the page, #2038.

Thanks!

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 sort option.
  • Optional properties are now visually distinguished in the index/sidebar by rendering prop as prop?, #2023.
  • DefaultThemeRenderContext.markdown now also accepts a CommentDisplayPart[] for rendering, #2004.
  • Expose Converter.resolveLinks method for use with Converter.parseRawComment, #2004.

Bug Fixes

  • Fixed schema URL for TSDoc preventing the use of typedoc/tsdoc.json in TSDoc extends, #2015.
  • Improved detection of package names in repositories using pnpm, #2017.
  • Fixed missing JSDoc style @typedef comments for properties, #2020.

Thanks!

v0.23.9

Bug Fixes

  • TypeDoc will no longer skip entry points which have no exports, #2007.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.23.11 (2022-08-26)

Features

  • Added support for TypeScript 4.8.
  • Introduced a skipErrorChecking option which instructs TypeDoc to not ask TypeScript for compiler errors before attempting to generate documentation. Turning this on may improve generation speed, but could also cause a crash if your code contains compiler errors.
  • Added support for JS entry points when using packages mode, #2037.

Bug Fixes

  • Fixed crash when converting abstract mixin class, #2011.
  • Readme files within monorepos now have @link tags resolved, #2029.
  • Correctly resolve unqualified links to class members within parameters, #2031.
  • TypeDoc will now consider other reflections with the same name as parents when resolving links, #2033.
  • The "Hierarchy" and "Type Parameters" helpers on DefaultThemeRenderContext now contain all the HTML for their sections of the page, #2038.

Thanks!

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 sort option.
  • Optional properties are now visually distinguished in the index/sidebar by rendering prop as prop?, #2023.
  • DefaultThemeRenderContext.markdown now also accepts a CommentDisplayPart[] for rendering, #2004.
  • Expose Converter.resolveLinks method for use with Converter.parseRawComment, #2004.

Bug Fixes

  • Fixed schema URL for TSDoc preventing the use of typedoc/tsdoc.json in TSDoc extends, #2015.
  • Improved detection of package names in repositories using pnpm, #2017.
  • Fixed missing JSDoc style @typedef comments for properties, #2020.

Thanks!

v0.23.9 (2022-07-24)

Bug Fixes

  • TypeDoc will no longer skip entry points which have no exports, #2007.

... (truncated)

Commits
  • 722351d Update changelog for release
  • 94e996a Release 0.23.11
  • 8346adb Fix crash when converting abstract mixins
  • 0904477 Add support for JS entry points in packages mode
  • 25582a7 Update changelog
  • d02a980 Merge remote-tracking branch 'origin/skip-error-checking'
  • e9c3181 Remove default template headers of Hierarchy and Type Parameters from Default...
  • 08759bf Add support for TypeScript 4.8
  • c8028d1 Improve warning for multiple loads
  • ae459f8 Check declaration merged reflections
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 3.1.1 to 3.13.4

Release notes

Sourced from typedoc-plugin-markdown's releases.

typedoc-plugin-markdown@3.13.4

Fixes

Support @​typeParam comments (#326 )

typedoc-plugin-markdown@3.13.2

Fixes

typedoc-plugin-markdown@3.13.0

Features

  • TypeDoc 0.23 compatibility fixes (f39318e)

typedoc-plugin-markdown@3.12.1

3.12.1 (2022-04-21)

Bug Fixes

  • Handle non-unique anchor ids (update) (#303) (2deb7b7)

typedoc-plugin-markdown@3.12.0

3.12.0 (2022-04-09)

Bug Fixes

Features

typedoc-plugin-markdown@3.11.14

3.11.14 (2022-02-14)

Bug Fixes

  • wrap index signature output within back ticks (#292) (2226322)

typedoc-plugin-markdown@3.11.13

3.11.13 (2022-02-05)

... (truncated)

Changelog

Sourced from typedoc-plugin-markdown's changelog.

3.13.4 (2022-07-20)

Fixes

3.13.3 (2022-07-05)

Fixes

3.13.2 (2022-06-30)

Fixes

3.13.1 (2022-06-28)

Note: Version bump only for package typedoc-plugin-markdown

3.13.0 (2022-06-27)

Features

  • TypeDoc 0.23 compatibility fixes (f39318e)

3.12.1 (2022-04-21)

Bug Fixes

  • Handle non-unique anchor ids (update) (#303) (2deb7b7)

3.12.0 (2022-04-09)

Bug Fixes

Features

3.11.14 (2022-02-14)

Bug Fixes

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). These dependencies needed to be updated together.

Updates `typedoc` from 0.19.2 to 0.23.11
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.19.2...v0.23.11)

Updates `typedoc-plugin-markdown` from 3.1.1 to 3.13.4
- [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@3.13.4/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2022

Superseded by #437.

@dependabot dependabot bot closed this Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typedoc-and-typedoc-plugin-markdown-0.23.11 branch September 5, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments