chore(deps): update dependency typedoc to v0.26.2 #40

Merged
realaravinth merged 1 commit from renovate/typedoc-0.x-lockfile into master 2024-06-26 00:34:42 +05:30
Member

This PR contains the following updates:

Package Type Update Change
typedoc (source) devDependencies patch 0.26.0 -> 0.26.2

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.26.2

Compare Source

Features
  • Added a --suppressCommentWarningsInDeclarationFiles option to disable warnings from
    parsing comments in declaration files, #​2611.
  • Improved comment discovery to more closely match TypeScript's discovery when getting comments
    for members of interfaces/classes, #​2084, #​2545.
Bug Fixes
  • The text non-highlighted language no longer causes warnings when rendering, #​2610.
  • If a comment on a method is inherited from a parent class, and the child class does not
    use an @param tag from the parent, TypeDoc will no longer warn about the @param tag.

v0.26.1

Compare Source

Features
  • Improved Korean translation coverage, #​2602.
Bug Fixes
  • Added @author to the default list of recognized tags, #​2603.
  • Anchor links are no longer incorrectly checked for relative paths, #​2604.
  • Fixed an issue where line numbers reported in error messages could be incorrect, #​2605.
  • Fixed relative link detection for markdown links containing code in their label, #​2606.
  • Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #​2607.
  • TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #​2609.
  • Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
  • Fixed an issue where modifier tags were not applied to top level modules in packages mode.
  • Fixed an issue where excluded tags were not removed from top level modules in packages mode.
  • .jsonc configuration files are now properly read as JSONC, rather than being passed to require.
Thanks!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | devDependencies | patch | [`0.26.0` -> `0.26.2`](https://renovatebot.com/diffs/npm/typedoc/0.26.0/0.26.2) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.26.2`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0262-2024-06-24) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.1...v0.26.2) ##### Features - Added a `--suppressCommentWarningsInDeclarationFiles` option to disable warnings from parsing comments in declaration files, [#&#8203;2611](https://github.com/TypeStrong/TypeDoc/issues/2611). - Improved comment discovery to more closely match TypeScript's discovery when getting comments for members of interfaces/classes, [#&#8203;2084](https://github.com/TypeStrong/TypeDoc/issues/2084), [#&#8203;2545](https://github.com/TypeStrong/TypeDoc/issues/2545). ##### Bug Fixes - The `text` non-highlighted language no longer causes warnings when rendering, [#&#8203;2610](https://github.com/TypeStrong/TypeDoc/issues/2610). - If a comment on a method is inherited from a parent class, and the child class does not use an `@param` tag from the parent, TypeDoc will no longer warn about the `@param` tag. ### [`v0.26.1`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0261-2024-06-22) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.0...v0.26.1) ##### Features - Improved Korean translation coverage, [#&#8203;2602](https://github.com/TypeStrong/TypeDoc/issues/2602). ##### Bug Fixes - Added `@author` to the default list of recognized tags, [#&#8203;2603](https://github.com/TypeStrong/TypeDoc/issues/2603). - Anchor links are no longer incorrectly checked for relative paths, [#&#8203;2604](https://github.com/TypeStrong/TypeDoc/issues/2604). - Fixed an issue where line numbers reported in error messages could be incorrect, [#&#8203;2605](https://github.com/TypeStrong/TypeDoc/issues/2605). - Fixed relative link detection for markdown links containing code in their label, [#&#8203;2606](https://github.com/TypeStrong/TypeDoc/issues/2606). - Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, [#&#8203;2607](https://github.com/TypeStrong/TypeDoc/issues/2607). - TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, [#&#8203;2609](https://github.com/TypeStrong/TypeDoc/issues/2609). - Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode. - Fixed an issue where modifier tags were not applied to top level modules in packages mode. - Fixed an issue where excluded tags were not removed from top level modules in packages mode. - `.jsonc` configuration files are now properly read as JSONC, rather than being passed to `require`. ##### Thanks! - [@&#8203;KNU-K](https://github.com/KNU-K) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-25 12:05:36 +05:30
renovate-bot added 1 commit 2024-06-25 12:05:36 +05:30
chore(deps): update dependency typedoc to v0.26.2
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
33600e37aa
realaravinth merged commit a8990ec1b9 into master 2024-06-26 00:34:42 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/pow_sha256-polyfill#40
No description provided.