Bump the minor-and-patch group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(13 days ago)
(13 days ago)
chore minor
Bumps the minor-and-patch group with 3 updates in the / directory: terra-draw, typedoc and typedoc-umlclass.
Updates terra-draw from 1.25.0 to 1.27.0
Commits
1cf8d23chore(terra-draw): release version 1.27.0c93bfdbfix(terra-draw): fallback to default styling when style callbacks in select m...6bc4fa9fix(terra-draw): fixed scenario where validation reason would be undefined (#...131e914chore(terra-draw): only call set options once for Google Maps in storybook (#...79d5919feat(terra-draw): add allowManualSelection option to TerraDrawSelectMode (#842)1c04009chore(terra-draw): use ES module syntax for jest configs (#839)890a1cbchore(terra-draw): stabilise Storybook stories (#840)c8d5bc0fix(terra-draw): minor bug fixes to session undo redo (#838)d501283docs(terra-draw): improve the undo redo documentation (#837)36850bdchore(terra-draw): automated update to package-lock.json during CI release- Additional commits viewable in compare view
Updates typedoc from 0.23.28 to 0.28.18
Release notes
Sourced from typedoc's releases.
v0.28.18
Features
- Support TypeScript 6.0, #3084.
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
pluginoption to permit functions, #3066.- Warnings about unused
@paramtags 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
markdownItLoaderto override more rendering #3055.Features
- Added support for regions for
@includein.tsx,.cjs, and.mjsfile references #3048.- Comments for TS-in-JS
@typedeftags 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.jsonis 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
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.18 (2026-03-23)
Features
- Support TypeScript 6.0, #3084.
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
pluginoption to permit functions, #3066.- Warnings about unused
@paramtags 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
markdownItLoaderto override more rendering #3055.Features
- Added support for regions for
@includein.tsx,.cjs, and.mjsfile references #3048.- Comments for TS-in-JS
@typedeftags 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.jsonis 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)
... (truncated)
Commits
1ebdcb1Update changelog for release59463c1Bump version to 0.28.18af07198Fix example build, plugin list tweaks2a2ccddSupport TypeScript 6.x and update dependencies2d23fc0Actually fix lint807f346Fix lint, update dprint pluginsf5be63fUpdate deps, closes #3080207f1b6Update docs for@ignore7b25e84More docs about custom tagsfe89773Recommend a JS config file for defining tags- Additional commits viewable in compare view
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
0694243Update date525a648Merge branch 'update-dependencies'6564403Bump version4e995fdFix failing integration test360125cUpdate dependencies & code882fac5Bump version165c79dMerge branch 'GH-37-support-typedoc-0.27'902fcfcBump version90fa086Update dependencies50bcb10Fix: Hierarchy section element has a new "data-refl" attribute we must ignore- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
Technical Details
| ID: | 15141672 |
| UUID: | 4227604721 |
| Node ID: | PR_kwDOEkYUS87Q72lD |
| Host: | GitHub |
| Repository: | OutSystems/outsystems-maps |