Skip to content

Bump typedoc and @mxssfd/typedoc-theme in /site#2443

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/site/typedoc-and-mxssfd/typedoc-theme-0.24.5
Closed

Bump typedoc and @mxssfd/typedoc-theme in /site#2443
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/site/typedoc-and-mxssfd/typedoc-theme-0.24.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps typedoc and @mxssfd/typedoc-theme. These dependencies needed to be updated together.
Updates typedoc from 0.23.28 to 0.24.5

Release notes

Sourced from typedoc's releases.

v0.24.5

Features

  • Categories and groups can now be shown in the navigation, added --navigation.includeCategories and --navigation.includeGroups to control this behavior. The --categorizeByGroup option also effects this behavior. If categorizeByGroup is set (the default) and navigation.includeGroups is not set, the value of navigation.includeCategories will be effectively ignored since categories will be created only within groups, #1532.
  • Added support for discovering a "module" comment on global files, #2165.
  • Added copy code to clipboard button, #2153.
  • Function @returns blocks will now be rendered with the return type, #2180.
  • Added --groupOrder option to specify the sort order of groups, #2251.

Bug Fixes

  • Type parameter constraints now respect the --hideParameterTypesInTitle option, #2226.
  • Even more contrast fixes, #2248.
  • Fix semantic highlighting for predicate type's parameter references, #2249.
  • Fixed broken links to heading titles.
  • Fixed inconsistent styling between type parameter lists and parameter lists.
  • TypeDoc will now warn if more than one @returns block is is present in a function, and ignore the duplicate blocks as specified by TSDoc.

Thanks!

v0.24.4

Bug Fixes

  • Fixed broken semantic coloring, #2247.
  • Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
  • Underline color of index links now matches the text color, #2245.
  • Increased contract for active menu item text in dark mode.

v0.24.3

Bug Fixes

  • Fixed path expansion on Windows preventing generation, #2243 and #2241.

v0.24.2

Features

  • Added semantic link coloring for reflection names & links, #2227. Note: This resulted in function signatures becoming too busy for easy scanning with even slightly complicated signatures as such, TypeDoc now only renders parameter names in the signature title and includes the type in the parameter details as usual. This can be controlled with the new

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.24.5 (2023-04-22)

Features

  • Categories and groups can now be shown in the navigation, added --navigation.includeCategories and --navigation.includeGroups to control this behavior. The --categorizeByGroup option also effects this behavior. If categorizeByGroup is set (the default) and navigation.includeGroups is not set, the value of navigation.includeCategories will be effectively ignored since categories will be created only within groups, #1532.
  • Added support for discovering a "module" comment on global files, #2165.
  • Added copy code to clipboard button, #2153.
  • Function @returns blocks will now be rendered with the return type, #2180.
  • Added --groupOrder option to specify the sort order of groups, #2251.

Bug Fixes

  • Type parameter constraints now respect the --hideParameterTypesInTitle option, #2226.
  • Even more contrast fixes, #2248.
  • Fix semantic highlighting for predicate type's parameter references, #2249.
  • Fixed broken links to heading titles.
  • Fixed inconsistent styling between type parameter lists and parameter lists.
  • TypeDoc will now warn if more than one @returns block is is present in a function, and ignore the duplicate blocks as specified by TSDoc.

Thanks!

v0.24.4 (2023-04-16)

Bug Fixes

  • Fixed broken semantic coloring, #2247.
  • Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
  • Underline color of index links now matches the text color, #2245.
  • Increased contract for active menu item text in dark mode.

v0.24.3 (2023-04-16)

Bug Fixes

  • Fixed path expansion on Windows preventing generation, #2243 and #2241.

v0.24.2 (2023-04-15)

Features

  • Added semantic link coloring for reflection names & links, #2227. Note: This resulted in function signatures becoming too busy for easy scanning with even slightly complicated signatures as such, TypeDoc now only renders parameter names in the signature title and includes the type in the parameter details as usual. This can be controlled with the new

... (truncated)

Commits
  • eeaaf0a Update changelog for release
  • 4630624 Bump version to 0.24.5
  • bec6fda Update changelog
  • 165b93b Fix Indentation of const script = ... (#2254)
  • 44badfd Merge pull request #2255 from TypeStrong/feat/1532
  • ddddfdd Add support for categories/groups in the navigation
  • 497ddba Categorize sidebar
  • 69a2b60 Add groupOrder option
  • ab975f9 Added copy code to clipboard button
  • 7ac546c Merge @returns and return type blocks in output
  • Additional commits viewable in compare view

Updates @mxssfd/typedoc-theme from 1.0.6 to 1.1.1

Release notes

Sourced from @​mxssfd/typedoc-theme's releases.

v1.1.0

Full Changelog: mengxinssfd/typedoc-theme@v1.0.5...v1.1.0

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 [@mxssfd/typedoc-theme](https://github.com/mengxinssfd/typedoc-theme). These dependencies needed to be updated together.

Updates `typedoc` from 0.23.28 to 0.24.5
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.23.28...v0.24.5)

Updates `@mxssfd/typedoc-theme` from 1.0.6 to 1.1.1
- [Release notes](https://github.com/mengxinssfd/typedoc-theme/releases)
- [Commits](https://github.com/mengxinssfd/typedoc-theme/commits)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@mxssfd/typedoc-theme"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 24, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

Superseded by #2505.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/site/typedoc-and-mxssfd/typedoc-theme-0.24.5 branch July 10, 2023 18:17
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants