chore(deps): update dependency typedoc to v0.26.11 #93

Open
renovate-bot wants to merge 1 commit from renovate/typedoc-0.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
typedoc (source) devDependencies patch 0.26.7 -> 0.26.11

Release Notes

TypeStrong/TypeDoc (typedoc)

v0.26.11

Compare Source

Features
  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #​2760.
Bug Fixes
  • Fix support for ESM config files with Node 23, #​2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #​2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #​2755.

v0.26.10

Compare Source

Bug Fixes
  • Fixed missing space on page headers, #​2748.

v0.26.9

Compare Source

Features
  • Added headings option to control optional headings, #​2729.
  • Updated Chinese translations, #​2739.
  • Added a folder icon to page navigation elements which are not links, #​2741.
Bug Fixes
  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #​2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #​2730.
  • Fixed missing breadcrumbs on project page, #​2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.
Thanks!

v0.26.8

Compare Source

Features
  • Updated Chinese translations, #​2706.
  • Exported constants no longer render the type and default value if they are the same, #​2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #​2723.
Bug Fixes
  • Correctly handle external link resolver link text when referencing an external symbol, #​2700.
  • Big integer literals are now supported as default values, #​2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #​2722.
  • ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
    This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
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.7` -> `0.26.11`](https://renovatebot.com/diffs/npm/typedoc/0.26.7/0.26.11) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.26.11`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02611-2024-11-01) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.10...v0.26.11) ##### Features - If `hostedBaseUrl` is set to the root page on a website, TypeDoc will now include `WebSite` structured data, [#&#8203;2760](https://github.com/TypeStrong/TypeDoc/issues/2760). ##### Bug Fixes - Fix support for ESM config files with Node 23, [#&#8203;2752](https://github.com/TypeStrong/TypeDoc/issues/2752). - Fix type errors when using `"module": "ESNext"` and importing TypeDoc, [#&#8203;2747](https://github.com/TypeStrong/TypeDoc/issues/2747). - Inherited comments on overloaded methods now consider the overload position when inheriting a comment, [#&#8203;2755](https://github.com/TypeStrong/TypeDoc/issues/2755). ### [`v0.26.10`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02610-2024-10-16) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.9...v0.26.10) ##### Bug Fixes - Fixed missing space on page headers, [#&#8203;2748](https://github.com/TypeStrong/TypeDoc/issues/2748). ### [`v0.26.9`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0269-2024-10-11) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.8...v0.26.9) ##### Features - Added `headings` option to control optional headings, [#&#8203;2729](https://github.com/TypeStrong/TypeDoc/issues/2729). - Updated Chinese translations, [#&#8203;2739](https://github.com/TypeStrong/TypeDoc/issues/2739). - Added a folder icon to page navigation elements which are not links, [#&#8203;2741](https://github.com/TypeStrong/TypeDoc/issues/2741). ##### Bug Fixes - `externalSymbolLinkMappings` now uses the TypeScript reported link target if available, [#&#8203;2725](https://github.com/TypeStrong/TypeDoc/issues/2725). - TypeDoc will no longer omit the modules page if a project contains only modules/documents, [#&#8203;2730](https://github.com/TypeStrong/TypeDoc/issues/2730). - Fixed missing breadcrumbs on project page, [#&#8203;2728](https://github.com/TypeStrong/TypeDoc/issues/2728). - TypeDoc will no longer render an empty readme page if no readme was found. ##### Thanks! - [@&#8203;lriggle-strib](https://github.com/lriggle-strib) - [@&#8203;mrfigg](https://github.com/mrfigg) - [@&#8203;XeroAlpha](https://github.com/XeroAlpha) ### [`v0.26.8`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0268-2024-10-04) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.8) ##### Features - Updated Chinese translations, [#&#8203;2706](https://github.com/TypeStrong/TypeDoc/issues/2706). - Exported constants no longer render the type and default value if they are the same, [#&#8203;2717](https://github.com/TypeStrong/TypeDoc/issues/2717). - The HTML output now wraps tag blocks with `<div>` tags and includes the tag name in a class name, [#&#8203;2723](https://github.com/TypeStrong/TypeDoc/issues/2723). ##### Bug Fixes - Correctly handle external link resolver link text when referencing an external symbol, [#&#8203;2700](https://github.com/TypeStrong/TypeDoc/issues/2700). - Big integer literals are now supported as default values, [#&#8203;2721](https://github.com/TypeStrong/TypeDoc/issues/2721). - Corrected handling of `@link` tags present in comments at the start of source files. - The index will now display when a module only contains documents, [#&#8203;2722](https://github.com/TypeStrong/TypeDoc/issues/2722). - `ReflectionSymbolId.pos` no longer references the position *before* any doc comments for a symbol. This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file. ##### Thanks! - [@&#8203;Corso02](https://github.com/Corso02) - [@&#8203;lriggle-strib](https://github.com/lriggle-strib) - [@&#8203;XeroAlpha](https://github.com/XeroAlpha) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-10-04 23:06:16 +05:30
renovate-bot added 1 commit 2024-10-04 23:06:16 +05:30
chore(deps): update dependency typedoc to v0.26.8
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
f5b433942d
renovate-bot force-pushed renovate/typedoc-0.x-lockfile from f5b433942d to bf39fcdaf4 2024-10-12 00:09:27 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency typedoc to v0.26.8 to chore(deps): update dependency typedoc to v0.26.9 2024-10-12 00:09:27 +05:30
renovate-bot force-pushed renovate/typedoc-0.x-lockfile from bf39fcdaf4 to e43339a753 2024-10-16 16:08:56 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency typedoc to v0.26.9 to chore(deps): update dependency typedoc to v0.26.10 2024-10-16 16:08:56 +05:30
renovate-bot force-pushed renovate/typedoc-0.x-lockfile from e43339a753 to e87c7cb834 2024-11-02 13:09:47 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency typedoc to v0.26.10 to chore(deps): update dependency typedoc to v0.26.11 2024-11-02 13:09:47 +05:30
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typedoc-0.x-lockfile:renovate/typedoc-0.x-lockfile
git checkout renovate/typedoc-0.x-lockfile

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/typedoc-0.x-lockfile
git checkout master
git merge --ff-only renovate/typedoc-0.x-lockfile
git checkout renovate/typedoc-0.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/typedoc-0.x-lockfile
git checkout master
git merge --squash renovate/typedoc-0.x-lockfile
git checkout master
git merge --ff-only renovate/typedoc-0.x-lockfile
git checkout master
git merge renovate/typedoc-0.x-lockfile
git push origin master
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#93
No description provided.