Skip to content

Bump the minor-and-patch group with 2 updates#248

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/minor-and-patch-3104c37466
Open

Bump the minor-and-patch group with 2 updates#248
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/minor-and-patch-3104c37466

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps the minor-and-patch group with 2 updates: typedoc and typedoc-umlclass.

Updates typedoc from 0.23.28 to 0.28.17

Release notes

Sourced from typedoc's releases.

v0.28.17

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

v0.28.16

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.17 (2026-02-13)

Bug Fixes

  • Improved handling of comments for type aliases which have been declaration merged with functions, #3064.
  • Fixed anchor link generation to members named $, #3065.
  • Corrected typing of the plugin option to permit functions, #3066.
  • Warnings about unused @param tags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
  • Fixed conversion of types referencing type parameters on functions, #3071.

Thanks!

v0.28.16 (2026-01-12)

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15 (2025-11-29)

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typedoc since your current version.


Updates typedoc-umlclass from 0.7.1 to 0.10.2

Release notes

Sourced from typedoc-umlclass's releases.

0.10.2

Added

  • Added support for latest TypeDoc version 0.28.x.

0.10.1

Added

  • Added support for latest TypeDoc version 0.27.x.

0.10.0

Added

  • Added support for latest TypeDoc version 0.26.5 and above. (NOTE: older 0.26.x versions have a bug that breaks the plugin)

0.9.0

BREAKING CHANGES

  • Removed the following options in favor of the new "style" option: backgroundColor, boxBackgroundColor, boxBorderColor, boxBorderRadius, boxBorderWidth, arrowColor, classFontName, classFontSize, classFontStyle, classFontColor, attributeFontName, attributeFontSize, attributeFontStyle and attributeFontColor

Added

  • New option "style" which let's you specify individual font settings for specific parts (for example: class name, property type, method return type, etc.) of the diagram
  • Option "style.arrow.width" can now be used the specify the thickness of the arrows in the class diagrams

Fixed

  • Default value of option "hideShadow" adjusted to PlantUML's new default value: true

0.8.1

Fixed

  • Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above.

Changes

  • Updated dependencies

0.8.0

BREAKING CHANGES

  • Removed support for TypeDoc versions 0.23.x due to a change in TypeDoc's handling of asynchronous tasks.

Added

  • Added support for latest TypeDoc version 0.25.x.
  • The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see example in README)
Changelog

Sourced from typedoc-umlclass's changelog.

[0.10.2] - 2025-06-10

Added

  • Added support for latest TypeDoc version 0.28.x.

[0.10.1] - 2024-12-10

Added

  • Added support for latest TypeDoc version 0.27.x.

[0.10.0] - 2024-07-28

Added

  • Added support for latest TypeDoc version 0.26.5 and above. (NOTE: older 0.26.x versions have a bug that breaks the plugin)

[0.9.0] - 2023-04-28

BREAKING CHANGES

  • Removed the following options in favor of the new "style" option: backgroundColor, boxBackgroundColor, boxBorderColor, boxBorderRadius, boxBorderWidth, arrowColor, classFontName, classFontSize, classFontStyle, classFontColor, attributeFontName, attributeFontSize, attributeFontStyle and attributeFontColor

Added

  • New option "style" which let's you specify individual font settings for specific parts (for example: class name, property type, method return type, etc.) of the diagram
  • Option "style.arrow.width" can now be used the specify the thickness of the arrows in the class diagrams

Fixed

  • Default value of option "hideShadow" adjusted to PlantUML's new default value: true

[0.8.1] - 2024-04-25

Fixed

  • Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above.

Changes

  • Updated dependencies

[0.8.0] - 2023-09-17

BREAKING CHANGES

  • Removed support for TypeDoc versions 0.23.x due to a change in TypeDoc's handling of asynchronous tasks.

Added

  • Added support for latest TypeDoc version 0.25.x.
  • The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see example in README)
Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner March 18, 2026 10:16
Bumps the minor-and-patch group with 2 updates: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-umlclass](https://github.com/krisztianb/typedoc-umlclass).


Updates `typedoc` from 0.23.28 to 0.28.17
- [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.28.17)

Updates `typedoc-umlclass` from 0.7.1 to 0.10.2
- [Release notes](https://github.com/krisztianb/typedoc-umlclass/releases)
- [Changelog](https://github.com/krisztianb/typedoc-umlclass/blob/master/CHANGELOG.md)
- [Commits](krisztianb/typedoc-umlclass@v0.7.1...v0.10.2)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-version: 0.28.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typedoc-umlclass
  dependency-version: 0.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-3104c37466 branch from 0b47076 to ea26b8a Compare March 19, 2026 23:05
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants